Revision: 148885 https://trac.macports.org/changeset/148885 Author: aronnax@macports.org Date: 2016-05-21 08:46:36 -0700 (Sat, 21 May 2016) Log Message: ----------- py-phonenumbers: update to 7.4.0 Modified Paths: -------------- trunk/dports/python/py-phonenumbers/Portfile Modified: trunk/dports/python/py-phonenumbers/Portfile =================================================================== --- trunk/dports/python/py-phonenumbers/Portfile 2016-05-21 15:38:50 UTC (rev 148884) +++ trunk/dports/python/py-phonenumbers/Portfile 2016-05-21 15:46:36 UTC (rev 148885) @@ -1,12 +1,12 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup python 1.0 +PortSystem 1.0 +PortGroup python 1.0 +PortGroup github 1.0 -set realname phonenumbers -name py-${realname} -version 7.1.1 +github.setup daviddrysdale python-phonenumbers 7.4.0 release- +name py-phonenumbers python.versions 26 27 33 34 categories-append textproc license apache @@ -15,17 +15,10 @@ maintainers aronnax openmaintainer description parsing, formatting, storing and validating international phone numbers long_description Python version of Google's common library for ${description} -homepage http://pypi.python.org/pypi/${realname}/ -master_sites http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/ -distname ${realname}-${version} -checksums md5 13326078dfe8bb3f5309d9db2a96c2ef \ - sha1 352b42c78985d14c6a3f1c1985fa69e7993a7056 \ - rmd160 c6772cd126f6abe06e4be0eb97c602795ae35737 +checksums rmd160 0ac70d0f98a83f20cdb73b224a519a6b41bc84db \ + sha256 75f0174e2129a0ff8cde63892c6acd1c463855c9bd4559748be1de87d0ba909e -if {$subport eq $name} { - livecheck.type regex - livecheck.regex [format "%s-%s" ${realname} {(\d+(?:\.\d+)*)}] -} else { +if {$subport ne $name} { livecheck.type none }