Revision: 117350 https://trac.macports.org/changeset/117350 Author: stromnov@macports.org Date: 2014-02-23 07:09:53 -0800 (Sun, 23 Feb 2014) Log Message: ----------- py-deap: update to version 1.0.0 Modified Paths: -------------- trunk/dports/python/py-deap/Portfile Modified: trunk/dports/python/py-deap/Portfile =================================================================== --- trunk/dports/python/py-deap/Portfile 2014-02-23 14:46:57 UTC (rev 117349) +++ trunk/dports/python/py-deap/Portfile 2014-02-23 15:09:53 UTC (rev 117350) @@ -5,14 +5,14 @@ PortGroup python 1.0 name py-deap -version 0.9.1 +version 1.0.0 revision 0 categories-append devel platforms darwin license LGPL supported_archs noarch -python.versions 26 27 32 33 +python.versions 26 27 32 33 34 maintainers stromnov openmaintainer @@ -24,16 +24,17 @@ to rediscover evolutionary algorithms. homepage http://deap.googlecode.com/ -master_sites googlecode:deap +master_sites http://pypi.python.org/packages/source/d/deap/ distname deap-${version} -checksums rmd160 6f9bd9cad2a94506874117aae70b3c5b34c6ace3 \ - sha256 fc8d8c58718505aad4255ce8c70ae22f25a97d74916fe7a155491a28a2c5f52e +checksums rmd160 f8f073dc097a7247065e1bf281c6645dda73fccd \ + sha256 724720ababf419a82754b95da765fe228acb382f776e3df74222055d27a28754 if {${name} ne ${subport}} { - build.cmd-append --with-ctools - destroot.cmd-append --with-ctools - livecheck.type none +} else { + livecheck.type regex + livecheck.url ${master_sites} + livecheck.regex {deap-(\d+(?:\.\d+)*)\.[tz]} }
participants (1)
-
stromnov@macports.org