[97485] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Sep 7 04:13:01 PDT 2012


Revision: 97485
          https://trac.macports.org/changeset/97485
Author:   stromnov at macports.org
Date:     2012-09-07 04:12:59 -0700 (Fri, 07 Sep 2012)
Log Message:
-----------
py-datrie: new port

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

Removed Paths:
-------------
    trunk/dports/python/py-datrie/Portfile

Deleted: trunk/dports/python/py-datrie/Portfile
===================================================================
--- trunk/dports/python/py-zmq/Portfile	2012-09-06 10:22:21 UTC (rev 97447)
+++ trunk/dports/python/py-datrie/Portfile	2012-09-07 11:12:59 UTC (rev 97485)
@@ -1,44 +0,0 @@
-# -*- 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-zmq
-version             2.2.0
-revision            0
-categories          python devel net
-license             LGPL
-platforms           darwin
-
-maintainers         gmail.com:jrjsmrtn openmaintainer
-
-description         Python bindings for ØMQ
-
-long_description    PyZMQ is a lightweight and super-fast messaging library \
-                    built on top of the ZeroMQ library.
-
-homepage            http://github.com/zeromq/pyzmq
-master_sites        http://pypi.python.org/packages/source/p/pyzmq/
-
-distname            pyzmq-${version}
-
-checksums           rmd160  84a079510f77142a69aa730d80d9a3d423dd8708 \
-                    sha256  31800049cd313f0f5468c2003f5a5c401f87cb84e0f9bbfe5e2e539b201bc46b
-
-python.default_version  27
-python.versions     26 27 31 32
-
-if {$subport != $name} {
-    depends_lib-append     port:zmq
-
-    post-patch {
-        set setup_cfg ${worksrcpath}/setup.cfg
-        file copy ${worksrcpath}/setup.cfg.template ${setup_cfg}
-        reinplace "s|/usr/local|${prefix}|g" ${setup_cfg}
-    }
-}
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "pyzmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Copied: trunk/dports/python/py-datrie/Portfile (from rev 97484, trunk/dports/python/py-zmq/Portfile)
===================================================================
--- trunk/dports/python/py-datrie/Portfile	                        (rev 0)
+++ trunk/dports/python/py-datrie/Portfile	2012-09-07 11:12:59 UTC (rev 97485)
@@ -0,0 +1,32 @@
+# -*- 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-datrie
+version             0.4.2
+revision            0
+categories-append   devel
+license             LGPL
+platforms           darwin
+
+maintainers         stromnov openmaintainer
+
+description         Super-fast, efficiently stored Trie for Python.
+long_description    ${description}
+
+homepage            https://github.com/kmike/datrie/
+master_sites        http://pypi.python.org/packages/source/d/datrie/
+
+distname            datrie-${version}
+
+checksums           rmd160  dc9b1967342495570ffe8118fe7b054bffa8cf2e \
+                    sha256  9e2d3c7d8d078f4e00f02d33ca7413466e34ec3c5d7a18b1ddb0ae3d3df4ad14
+
+python.default_version  27
+python.versions     26 27 31 32
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "datrie-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120907/82c639c1/attachment.html>


More information about the macports-changes mailing list