[152510] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Sep 11 13:42:46 PDT 2016


Revision: 152510
          https://trac.macports.org/changeset/152510
Author:   stromnov at macports.org
Date:     2016-09-11 13:42:46 -0700 (Sun, 11 Sep 2016)
Log Message:
-----------
py-zict: new port

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

Added: trunk/dports/python/py-zict/Portfile
===================================================================
--- trunk/dports/python/py-zict/Portfile	                        (rev 0)
+++ trunk/dports/python/py-zict/Portfile	2016-09-11 20:42:46 UTC (rev 152510)
@@ -0,0 +1,38 @@
+# -*- 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-zict
+version             0.0.3
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         Mutable mapping tools.
+long_description    ${description}
+
+homepage            http://github.com/mrocklin/zict/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  2ff87b04f50b65b434fb0336b9a8b8da78040e8f \
+                    sha256  265a4af595a0d0969577eddfeb12282ec7fee12e4c4c88fbee150318f3a759f7
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-heapdict
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-zict/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/20160911/7e9b2605/attachment.html>


More information about the macports-changes mailing list