Revision: 145231 https://trac.macports.org/changeset/145231 Author: ionic@macports.org Date: 2016-01-28 18:15:42 -0800 (Thu, 28 Jan 2016) Log Message: ----------- python/py-distutils-extra: update to 2.38. At the same time, switch the homepage, master_sites and livecheck URL to launchpad, as that provides a cleaner interface and is upstream's development location. Modified Paths: -------------- trunk/dports/python/py-distutils-extra/Portfile Modified: trunk/dports/python/py-distutils-extra/Portfile =================================================================== --- trunk/dports/python/py-distutils-extra/Portfile 2016-01-29 02:15:37 UTC (rev 145230) +++ trunk/dports/python/py-distutils-extra/Portfile 2016-01-29 02:15:42 UTC (rev 145231) @@ -6,7 +6,8 @@ name py-distutils-extra set my_name python-distutils-extra -version 1.91.2 +version 2.38 +set branch trunk categories-append devel license GPL-2+ platforms darwin @@ -22,16 +23,14 @@ POTFILES.in, or MANIFEST.in, and setup.py just needs to have the package metadata \ (such as project name and version). -homepage http://packages.debian.org/source/sid/${my_name} -master_sites debian:p/${my_name} \ - http://archive.debian.org/debian/pool/main/p/python-distutils-extra/ -distname ${my_name}_${version} -worksrcdir debian +homepage http://launchpad.net/${my_name} +master_sites https://launchpad.net/${my_name}/${branch}/${version}/+download/ +distname ${my_name}-${version} -checksums rmd160 2a833b11b8defb213a93758517c6c8e929cba0ac \ - sha256 32b4b80764959f9fb2375c98566e456a17c4851c711551fb740a89ac3035da24 +checksums rmd160 03faa399b28c8d75ed074be836b3955ef9acaf15 \ + sha256 3d100d5d3492f40b3e7a6a4500f71290bfa91e2c50dc31ba8e3ff9b5d82ca153 -python.versions 27 +python.versions 27 33 34 35 python.link_binaries no if {${name} ne ${subport}} { @@ -40,6 +39,6 @@ livecheck.type none } else { livecheck.type regex - livecheck.url ${homepage} - livecheck.regex ${my_name}_(\\d+(?:\\.\\d+)*).tar.gz + livecheck.url https://launchpad.net/${my_name}/+download + livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix} }
participants (1)
-
ionic@macports.org