Revision: 148192 https://trac.macports.org/changeset/148192 Author: petr@macports.org Date: 2016-04-29 04:52:46 -0700 (Fri, 29 Apr 2016) Log Message: ----------- py-pyphant: remove old stubs which were around for more than one year, r122639. Revision Links: -------------- https://trac.macports.org/changeset/122639 Modified Paths: -------------- trunk/dports/python/py-pyphant/Portfile Modified: trunk/dports/python/py-pyphant/Portfile =================================================================== --- trunk/dports/python/py-pyphant/Portfile 2016-04-29 11:45:50 UTC (rev 148191) +++ trunk/dports/python/py-pyphant/Portfile 2016-04-29 11:52:46 UTC (rev 148192) @@ -57,25 +57,6 @@ } } -# these two definitions for 'replaced by' ports could probably be combined -# the definitions could go away after July 2015 -subport py26-${distname} { - replaced_by py27-${distname} - PortGroup obsolete 1.0 - depends_build - depends_lib - depends_run -} -foreach n {fmf imageprocessing osc statistics tools} { - subport py26-${distname}-${n} { - replaced_by py27-${distname}-${n} - PortGroup obsolete 1.0 - depends_build - depends_lib - depends_run - } -} - foreach python.vers ${python.versions} { subport py${python.vers}-${distname} { PortGroup app 1.0
participants (1)
-
petr@macports.org