[MacPorts] #32840: python portgroup: strange results from python_get_version
MacPorts
noreply at macports.org
Tue Jan 10 14:29:21 PST 2012
#32840: python portgroup: strange results from python_get_version
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: | Port: python
-------------------------------------+--------------------------------------
Changes (by dports@…):
* cc: dports@… (added)
Comment:
Well, the Python portgroup shouldn't do that, but at least part of the
problem here is that py-urlwatch is depending on
py${python.version}-futures even in the stub port. That probably ought to
be in a `if {$subport != $name}` block. I don't think we want the stub
port to depend on anything other than
py${python.default_version}-urlwatch.
...and, in fact, this port is using `depends_lib` instead of `depends_lib-
append` so it's overwriting the py24-urlwatch dependency, which is also
broken. (Not to mention that py24-urlwatch doesn't exist, but that's
#32839.)
--
Ticket URL: <https://trac.macports.org/ticket/32840#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list