[142725] trunk/dports/python

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


Revision: 142725
          https://trac.macports.org/changeset/142725
Author:   pixilla at macports.org
Date:     2015-11-20 13:42:14 -0800 (Fri, 20 Nov 2015)
Log Message:
-----------
python/py-prompt_toolkit: new port py-prompt_toolkit. Closes #47402

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

Added: trunk/dports/python/py-prompt_toolkit/Portfile
===================================================================
--- trunk/dports/python/py-prompt_toolkit/Portfile	                        (rev 0)
+++ trunk/dports/python/py-prompt_toolkit/Portfile	2015-11-20 21:42:14 UTC (rev 142725)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-prompt_toolkit
+version             0.46
+license             Permissive
+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/prompt_toolkit/
+master_sites        https://pypi.python.org/packages/source/p/prompt_toolkit/
+distname            prompt_toolkit-${version}
+
+checksums           rmd160  1725181cd428125e693d348ea8a2daca2e0cf6db \
+                    sha256  1aa25cb9772e1e27d12f7920b5a514421ab763231067119bbd2f8b1574b409fb
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+    depends_lib-append      port:py${python.version}-wcwidth \
+                            port:py${python.version}-pygments \
+                            port:py${python.version}-six
+    livecheck.type          none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     "prompt_toolkit (\\d+(?:\\.\\d+))"
+}


Property changes on: trunk/dports/python/py-prompt_toolkit/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/a925d645/attachment-0001.html>


More information about the macports-changes mailing list