Revision: 149059 https://trac.macports.org/changeset/149059 Author: aronnax@macports.org Date: 2016-05-27 06:47:27 -0700 (Fri, 27 May 2016) Log Message: ----------- py-colormath: update to 2.1.1 Modified Paths: -------------- trunk/dports/python/py-colormath/Portfile Modified: trunk/dports/python/py-colormath/Portfile =================================================================== --- trunk/dports/python/py-colormath/Portfile 2016-05-27 13:33:51 UTC (rev 149058) +++ trunk/dports/python/py-colormath/Portfile 2016-05-27 13:47:27 UTC (rev 149059) @@ -2,9 +2,10 @@ PortSystem 1.0 PortGroup python 1.0 +PortGroup github 1.0 +github.setup gtaylor python-colormath 2.1.1 name py-colormath -version 2.0.2 categories-append math license BSD maintainers aronnax openmaintainer @@ -17,14 +18,11 @@ supported_archs noarch homepage http://python-colormath.readthedocs.org/ -master_sites pypi:c/colormath/ -distname colormath-${version} -checksums md5 c2c0c84bb6b800a2df121983300c6a21 \ - sha1 e25589946654838d8189a52fc51765c8bc0c52e9 \ - rmd160 74383dbd73147d4eae1baca46c6fa2f7290a4495 +checksums rmd160 d06c3dc9e4f4abdf3406b7d1ad0c29974a134447 \ + sha256 083469a9076eab7a9161ebb0f0c9168d7e281db93a5b375d0ea7e73bafaeb66e -python.versions 27 33 34 +python.versions 27 34 if {${name} ne ${subport}} { depends_build-append \ @@ -41,8 +39,4 @@ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none -} else { - livecheck.type regex - livecheck.url [lindex ${master_sites} 0] - livecheck.regex {colormath-([0-9.]+)\.tar\.gz} }