[139351] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Aug 13 23:50:17 PDT 2015


Revision: 139351
          https://trac.macports.org/changeset/139351
Author:   stromnov at macports.org
Date:     2015-08-13 23:50:16 -0700 (Thu, 13 Aug 2015)
Log Message:
-----------
py-gnureadline: new port

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

Added: trunk/dports/python/py-gnureadline/Portfile
===================================================================
--- trunk/dports/python/py-gnureadline/Portfile	                        (rev 0)
+++ trunk/dports/python/py-gnureadline/Portfile	2015-08-14 06:50:16 UTC (rev 139351)
@@ -0,0 +1,36 @@
+# -*- 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
+
+name                py-gnureadline
+version             6.3.3
+revision            0
+platforms           darwin
+license             GPL
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Python readline extension.
+long_description    ${description}
+
+homepage            http://github.com/ludwigschwardt/python-gnureadline
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  ea8a3beb064ff355b7688f757c51590622ce6d65 \
+                    sha256  a259b038f4b625b07e6206bbc060baa5489ca17c798df3f9507875f2bf980cbe
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:ncurses
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


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


More information about the macports-changes mailing list