Revision: 115406 https://trac.macports.org/changeset/115406 Author: stromnov@macports.org Date: 2014-01-01 04:52:56 -0800 (Wed, 01 Jan 2014) Log Message: ----------- py-sqlalchemy: update to version 0.9.0 Modified Paths: -------------- trunk/dports/python/py-sqlalchemy/Portfile Modified: trunk/dports/python/py-sqlalchemy/Portfile =================================================================== --- trunk/dports/python/py-sqlalchemy/Portfile 2014-01-01 12:44:28 UTC (rev 115405) +++ trunk/dports/python/py-sqlalchemy/Portfile 2014-01-01 12:52:56 UTC (rev 115406) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-sqlalchemy -version 0.8.4 +version 0.9.0 revision 0 categories-append databases platforms darwin @@ -26,8 +26,8 @@ distname SQLAlchemy-${version} -checksums rmd160 052f11f1dd850461e8f77e32e9a67950a330a62b \ - sha256 92646ef7567d85d42ad7abf4ccc4327d664d32d4e9e4fd8a241f865c639a98c0 +checksums rmd160 0d40eb49ecc9930ae65549a87ba32f19dd9550a8 \ + sha256 116ad17f9f672ea474979d29ea429ffff8e38996e3783fda4a05e3c41c2c267c # Latest supported version for python 2.4 subport py24-sqlalchemy { @@ -37,9 +37,17 @@ distname SQLAlchemy-${version} checksums rmd160 561ae29cafb1e0a76fc2d86210d756ab8a5e401b \ sha256 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 - livecheck.type none } +# Latest supported version for python 2.5 +subport py24-sqlalchemy { + version 0.8.4 + revision 0 + distname SQLAlchemy-${version} + checksums rmd160 052f11f1dd850461e8f77e32e9a67950a330a62b \ + sha256 92646ef7567d85d42ad7abf4ccc4327d664d32d4e9e4fd8a241f865c639a98c0 +} + if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools
participants (1)
-
stromnov@macports.org