[146470] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Mar 9 03:21:45 PST 2016


Revision: 146470
          https://trac.macports.org/changeset/146470
Author:   stromnov at macports.org
Date:     2016-03-09 03:21:45 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
py-partd: new port

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

Added: trunk/dports/python/py-partd/Portfile
===================================================================
--- trunk/dports/python/py-partd/Portfile	                        (rev 0)
+++ trunk/dports/python/py-partd/Portfile	2016-03-09 11:21:45 UTC (rev 146470)
@@ -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-partd
+version             0.3.2
+revision            0
+categories-append   science
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         Appendable key-value storage.
+long_description    ${description}
+
+homepage            http://github.com/mrocklin/partd/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  66ca8d6c538773b153b89470dc9814e1c918f2d0 \
+                    sha256  0b8a2f313d07548ab5fbca89fae27d63ce81709ee544609b9e515d9c604ca910
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-partd/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/20160309/05707aec/attachment.html>


More information about the macports-changes mailing list