[149480] trunk/dports/python

sean at macports.org sean at macports.org
Wed Jun 22 15:56:40 PDT 2016


Revision: 149480
          https://trac.macports.org/changeset/149480
Author:   sean at macports.org
Date:     2016-06-22 15:56:40 -0700 (Wed, 22 Jun 2016)
Log Message:
-----------
py-apipkg: add new port

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

Added: trunk/dports/python/py-apipkg/Portfile
===================================================================
--- trunk/dports/python/py-apipkg/Portfile	                        (rev 0)
+++ trunk/dports/python/py-apipkg/Portfile	2016-06-22 22:56:40 UTC (rev 149480)
@@ -0,0 +1,34 @@
+# -*- 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-apipkg
+version             1.4
+categories-append   devel
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         nomaintainer
+
+description         namespace control and lazy-import mechanism
+long_description    ${description}
+
+homepage            https://pypi.python.org/pypi/${python.rootname}/${version}
+master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  ab2a3843243c828c9b3f823fdef616be039a9159 \
+                    sha256  2e38399dbe842891fe85392601aab8f40a8f4cc5a9053c326de35a1cc0297ac6
+
+python.versions     27 34 35
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+
+    livecheck.type  none
+} else {
+    livecheck.type  pypi
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160622/d17b86b7/attachment.html>


More information about the macports-changes mailing list