[116270] trunk/dports/python

aronnax at macports.org aronnax at macports.org
Thu Jan 23 09:31:25 PST 2014


Revision: 116270
          https://trac.macports.org/changeset/116270
Author:   aronnax at macports.org
Date:     2014-01-23 09:31:25 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
py-phonenumbers: new port of Python module for parsing, formatting, storing and validating international phone numbers

Added Paths:
-----------
    trunk/dports/python/py-phonenumbers/
    trunk/dports/python/py-phonenumbers/Portfile

Added: trunk/dports/python/py-phonenumbers/Portfile
===================================================================
--- trunk/dports/python/py-phonenumbers/Portfile	                        (rev 0)
+++ trunk/dports/python/py-phonenumbers/Portfile	2014-01-23 17:31:25 UTC (rev 116270)
@@ -0,0 +1,31 @@
+# -*- 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
+
+set realname        phonenumbers
+name                py-${realname}
+version             5.9.2
+python.versions     25 26 27 31 32 33
+categories-append   textproc
+license             apache
+platforms           darwin
+supported_archs     noarch
+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     8272ffdcec4537e58807a6dd3d4a60cd \
+                    sha1    8b183067048537f6f01fd1c605e07253338fa7f9 \
+                    rmd160  083656c2ad7a819810dab378c27bc1c83054ecf6
+
+if {$subport == $name} {
+    livecheck.type  regex
+    livecheck.regex [format "%s-%s" ${realname} {(\d+(?:\.\d+)*)}]
+} else {
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-phonenumbers/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/34e1be82/attachment.html>


More information about the macports-changes mailing list