Revision: 130337 https://trac.macports.org/changeset/130337 Author: larryv@macports.org Date: 2014-12-29 19:57:27 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py{25,31,32}-construct: Replace with py{27,34} Modified Paths: -------------- trunk/dports/python/py-construct/Portfile trunk/dports/python/py-graveyard/Portfile Modified: trunk/dports/python/py-construct/Portfile =================================================================== --- trunk/dports/python/py-construct/Portfile 2014-12-30 03:57:24 UTC (rev 130336) +++ trunk/dports/python/py-construct/Portfile 2014-12-30 03:57:27 UTC (rev 130337) @@ -12,7 +12,7 @@ license MIT supported_archs noarch -python.versions 25 26 27 31 32 33 34 +python.versions 26 27 33 34 maintainers dckd.nl:macports openmaintainer @@ -32,34 +32,10 @@ sha256 665b6271eeadf15219c726b180c8d7a641d026784d72ca3dad90a20aae009020 if {${name} ne ${subport}} { - if {[lsearch {24 25} ${python.version}] != -1} { - version 2.00 - revision 0 - master_sites sourceforge:pyconstruct + depends_build-append \ + port:py${python.version}-setuptools + depends_lib-append port:py${python.version}-six - if {${subport} eq "py25-construct"} { - distname construct-${version}-distro - checksums rmd160 084b0c14260d3b9eb93c9034c4b336c0fa30df1e \ - sha256 d8d8e25c51a293da82ee7dbe1b38cc0b81d7602fc695001e5c31006dd7eb41a1 - } - - use_zip yes - - worksrcdir construct - - # nothing to build - build {} - - destroot { - xinstall -d ${destroot}${python.pkgd} - file copy ${workpath}/construct ${destroot}${python.pkgd} - } - } else { - depends_build-append \ - port:py${python.version}-setuptools - depends_lib-append port:py${python.version}-six - } - livecheck.type none } else { livecheck.type regex Modified: trunk/dports/python/py-graveyard/Portfile =================================================================== --- trunk/dports/python/py-graveyard/Portfile 2014-12-30 03:57:24 UTC (rev 130336) +++ trunk/dports/python/py-graveyard/Portfile 2014-12-30 03:57:27 UTC (rev 130337) @@ -100,6 +100,7 @@ colander 0.9.9_1 26 32 colorama 0.3.2_1 25 31 32 configobj 4.7.2_1 24 25 31 32 33 +construct 2.5.2_1 25 31 32 couchdb 0.9_1 25 coverage 3.7.1_1 25 31 32 creoleparser 0.7.4_1 25 26
participants (1)
-
larryv@macports.org