Revision: 147354 https://trac.macports.org/changeset/147354 Author: stromnov@macports.org Date: 2016-04-02 03:08:14 -0700 (Sat, 02 Apr 2016) Log Message: ----------- py-blosc: update to version 1.3.0 Modified Paths: -------------- trunk/dports/python/py-blosc/Portfile Modified: trunk/dports/python/py-blosc/Portfile =================================================================== --- trunk/dports/python/py-blosc/Portfile 2016-04-02 10:03:34 UTC (rev 147353) +++ trunk/dports/python/py-blosc/Portfile 2016-04-02 10:08:14 UTC (rev 147354) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-blosc -version 1.2.8 +version 1.3.0 revision 0 categories-append devel platforms darwin @@ -30,12 +30,12 @@ This is a Python package that wraps it. homepage http://blosc.pytables.org/ -master_sites https://pypi.python.org/packages/source/b/blosc/ +master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} -distname blosc-${version} +distname ${python.rootname}-${version} -checksums rmd160 b3d718cfaea91b93ae147020496764e172b69071 \ - sha256 fc8996733de73d70cc2482f98972a38a908ca7286d30429fe828390b1bb010c3 +checksums rmd160 8d027dfef96c11990a916a452a47b1477482f9f6 \ + sha256 af321182fca72ac35dcd462cf1489986ed9fbbdaaf042a0cbea4485acaf55ae3 if {${name} ne ${subport}} { depends_build-append \ @@ -46,7 +46,5 @@ livecheck.type none } else { - livecheck.type regex - livecheck.url https://pypi.python.org/pypi/blosc/json - livecheck.regex {blosc-(\d+(?:\.\d+)*)\.[tz]} + livecheck.type pypi }