Revision: 96050 https://trac.macports.org/changeset/96050 Author: jmr@macports.org Date: 2012-07-30 05:09:02 -0700 (Mon, 30 Jul 2012) Log Message: ----------- py-twisted: update to 12.0.0 (#33397), now requires python 2.5, keeping py24-twisted at 11.1.0 due to dependent Modified Paths: -------------- trunk/dports/python/py-twisted/Portfile Modified: trunk/dports/python/py-twisted/Portfile =================================================================== --- trunk/dports/python/py-twisted/Portfile 2012-07-30 11:49:41 UTC (rev 96049) +++ trunk/dports/python/py-twisted/Portfile 2012-07-30 12:09:02 UTC (rev 96050) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-twisted -version 11.1.0 +version 12.0.0 categories python devel net license MIT platforms darwin @@ -25,8 +25,8 @@ distname Twisted-${version} use_bzip2 yes -checksums rmd160 569419f06bd72d658a870cee6ac596f00008a955 \ - sha256 7fbb4529aaa3547708bb0a84377107db1e6ae7a6a9940bb8d8b05976c2754f15 +checksums rmd160 95228c1c8919a61f84ad1d5087c8b96719f11f25 \ + sha256 e5561c9714583fd052ea9e0b10331609a719b3878f9d2593e4c57eab0ba0effd python.versions 24 25 26 27 @@ -53,3 +53,14 @@ livecheck.url http://twistedmatrix.com/trac/wiki/Downloads livecheck.regex "The current release is Twisted (\\d+(?:\\.\\d+)*)" } + +# versions 12.0.0+ require python 2.5 +subport py24-twisted { + version 11.1.0 + distname Twisted-${version} + set dl_version [join [lrange [split ${version} .] 0 1] .] + master_sites http://tmrc.mit.edu/mirror/twisted/Twisted/${dl_version} \ + http://twistedmatrix.com/Releases/Twisted/${dl_version} + checksums rmd160 569419f06bd72d658a870cee6ac596f00008a955 \ + sha256 7fbb4529aaa3547708bb0a84377107db1e6ae7a6a9940bb8d8b05976c2754f15 +}
participants (1)
-
jmr@macports.org