[147969] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Apr 21 13:33:35 PDT 2016


Revision: 147969
          https://trac.macports.org/changeset/147969
Author:   stromnov at macports.org
Date:     2016-04-21 13:33:35 -0700 (Thu, 21 Apr 2016)
Log Message:
-----------
py-configparser: new port

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

Added: trunk/dports/python/py-configparser/Portfile
===================================================================
--- trunk/dports/python/py-configparser/Portfile	                        (rev 0)
+++ trunk/dports/python/py-configparser/Portfile	2016-04-21 20:33:35 UTC (rev 147969)
@@ -0,0 +1,39 @@
+# -*- 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-configparser
+version             3.5.0b2
+revision            0
+categories-append   devel
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27
+
+maintainers         stromnov openmaintainer
+
+description         Configparser from Python 3.5 to Python 2.6-3.5
+long_description    ${description}
+
+homepage            http://docs.python.org/3/library/configparser.html
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  56c268e0b63f122ae8b20095951c3fa802baaeb9 \
+                    sha256  16810160ff28233efac6c1dc0eea8d4c9b87042f9210541dab4f92a90a7d8597
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-backports
+
+    livecheck.type      none
+} else {
+    livecheck.name      configparser
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-configparser/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/20160421/d7503fd6/attachment.html>


More information about the macports-changes mailing list