Revision: 140629 https://trac.macports.org/changeset/140629 Author: stromnov@macports.org Date: 2015-09-28 04:50:05 -0700 (Mon, 28 Sep 2015) Log Message: ----------- py-babel: update to version 2.1.1 Modified Paths: -------------- trunk/dports/python/py-babel/Portfile Modified: trunk/dports/python/py-babel/Portfile =================================================================== --- trunk/dports/python/py-babel/Portfile 2015-09-28 11:41:34 UTC (rev 140628) +++ trunk/dports/python/py-babel/Portfile 2015-09-28 11:50:05 UTC (rev 140629) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-babel -version 2.0 +version 2.1.1 revision 0 categories-append devel platforms darwin @@ -23,12 +23,12 @@ applications, with an emphasis on web-based applications. homepage http://babel.pocoo.org/ -master_sites https://pypi.python.org/packages/source/B/Babel/ +master_sites pypi:B/Babel distname Babel-${version} -checksums rmd160 34f03b27c49413ce8e60124d36d34e26e3353eec \ - sha256 44988df191123065af9857eca68e9151526a931c12659ca29904e4f11de7ec1b +checksums rmd160 2da072e11e407027f2fb09e23eecc70bd3013177 \ + sha256 7fb6d50effe88a087feb2036cb972fd7a893bf338361516f1a55a820bf7b5248 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ @@ -36,7 +36,5 @@ livecheck.type none } else { - livecheck.type regex - livecheck.url https://pypi.python.org/pypi/babel/json - livecheck.regex {Babel-(\d+(?:\.\d+)*)\.[tz]} + livecheck.type pypi }