[142724] trunk/dports/python

pixilla at macports.org pixilla at macports.org
Sat Dec 12 06:58:05 PST 2015


Revision: 142724
          https://trac.macports.org/changeset/142724
Author:   pixilla at macports.org
Date:     2015-11-20 13:39:07 -0800 (Fri, 20 Nov 2015)
Log Message:
-----------
python/py-wcwidth: new port py-wcwidth. Closes #47401

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

Added: trunk/dports/python/py-wcwidth/Portfile
===================================================================
--- trunk/dports/python/py-wcwidth/Portfile	                        (rev 0)
+++ trunk/dports/python/py-wcwidth/Portfile	2015-11-20 21:39:07 UTC (rev 142724)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-wcwidth
+version             0.1.5
+license             MIT
+platforms           darwin
+supported_archs     noarch
+maintainers         gmail.com:xeron.oskom openmaintainer
+description         Library for building powerful interactive command lines in Python
+long_description    ${description}
+
+python.versions     27
+
+homepage            https://pypi.python.org/pypi/wcwidth/
+master_sites        https://pypi.python.org/packages/source/w/wcwidth/
+distname            wcwidth-${version}
+
+checksums           rmd160  e9e7f0172ed8881fd50ed20a012d6274ef9b791c \
+                    sha256  66c7ce3199c87833aaaa1fe1241b63261ce53c1062597c189a16a54713e0919d
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+    livecheck.type          none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     "wcwidth (\\d+\\.\\d+(?:\\.\\d+))"
+}


Property changes on: trunk/dports/python/py-wcwidth/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/20151212/ebcabd11/attachment.html>


More information about the macports-changes mailing list