Revision: 130551 https://trac.macports.org/changeset/130551 Author: larryv@macports.org Date: 2014-12-31 14:19:12 -0800 (Wed, 31 Dec 2014) Log Message: ----------- py{24,25,31,32}-yaml: Replace with py{27,34} Modified Paths: -------------- trunk/dports/python/py-graveyard/Portfile trunk/dports/python/py-yaml/Portfile Modified: trunk/dports/python/py-graveyard/Portfile =================================================================== --- trunk/dports/python/py-graveyard/Portfile 2014-12-31 22:19:10 UTC (rev 130550) +++ trunk/dports/python/py-graveyard/Portfile 2014-12-31 22:19:12 UTC (rev 130551) @@ -444,6 +444,7 @@ py-xlib 0.15rc1_1 24 25 26 py-xlutils 1.5.2_1 25 26 py-xmlsec 0.3.0_2 24 26 +py-yaml 3.11_1 24 25 31 32 py-yolk 0.4.1_1 24 25 26 py-zdaemon 2.0.4_1 25 26 py-zen 0.3.2_2 25 26 31 32 Modified: trunk/dports/python/py-yaml/Portfile =================================================================== --- trunk/dports/python/py-yaml/Portfile 2014-12-31 22:19:10 UTC (rev 130550) +++ trunk/dports/python/py-yaml/Portfile 2014-12-31 22:19:12 UTC (rev 130551) @@ -25,8 +25,7 @@ checksums rmd160 9515e7573c7e021190198b242a415f2b55d50938 \ sha256 c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8 -python.versions 24 25 26 27 31 32 33 34 -python.default_version 27 +python.versions 26 27 33 34 livecheck.url http://pyyaml.org/download/pyyaml/ livecheck.regex PyYAML-(\[0-9+\]\.\[0-9\]+)\.tar\.gz @@ -38,17 +37,6 @@ depends_lib-append port:libyaml patchfiles patch-setup.py - if { ${python.version} == 24 } { - # 3.09 is last version of py-yaml that support Python 2.4 - version 3.09 - revision 1 - distname PyYAML-${version} - - checksums md5 f219af2361e87fdc5e85e95b84c11d87 \ - sha1 6131d6a42bbd3e88d7efa3784d69395a136267be \ - rmd160 b5a5228db448e9c9507682cb36f620596a4a234c - } - post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py }