[152500] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Sep 11 10:50:18 PDT 2016


Revision: 152500
          https://trac.macports.org/changeset/152500
Author:   stromnov at macports.org
Date:     2016-09-11 10:50:18 -0700 (Sun, 11 Sep 2016)
Log Message:
-----------
py-heapdict: new port

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

Added: trunk/dports/python/py-heapdict/Portfile
===================================================================
--- trunk/dports/python/py-heapdict/Portfile	                        (rev 0)
+++ trunk/dports/python/py-heapdict/Portfile	2016-09-11 17:50:18 UTC (rev 152500)
@@ -0,0 +1,37 @@
+# -*- 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-heapdict
+version             1.0.0
+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://stutzbachenterprises.com/
+master_sites        pypi:H/HeapDict
+
+distname            HeapDict-${version}
+
+checksums           rmd160  fd1f3c6947583600edf6666b7c026696a1d9b7f7 \
+                    sha256  40c9e3680616cfdf942f77429a3a9e0a76f31ce965d62f4ffbe63a83a5ef1b5a
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


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


More information about the macports-changes mailing list