[99776] trunk/dports/python
Ryan Schmidt
ryandesign at macports.org
Sun Nov 18 01:24:21 PST 2012
On Nov 17, 2012, at 06:31, jwa at macports.org wrote:
> Revision: 99776
> https://trac.macports.org/changeset/99776
> Author: jwa at macports.org
> Date: 2012-11-17 04:31:37 -0800 (Sat, 17 Nov 2012)
> Log Message:
> -----------
> py-wxpython30: new port, making wxpython depend on the next stable release by version number according to the same logic as the corresponding wxWidgets
>
> Modified Paths:
> --------------
> trunk/dports/python/py-wxpython30/Portfile
> -depends_lib port:wxWidgets-devel
> +depends_lib port:wxWidgets30
In unified portgroup ports, dependencies should be declared in the "if {${name} != ${subport}}" block.
Also, the dependency should append to, not overwrite, the portgroup's existing dependencies; this goes for the py27-wxpython-devel port you copied this from as well.
More information about the macports-dev
mailing list