[97486] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Sep 7 04:17:26 PDT 2012


Revision: 97486
          https://trac.macports.org/changeset/97486
Author:   stromnov at macports.org
Date:     2012-09-07 04:17:26 -0700 (Fri, 07 Sep 2012)
Log Message:
-----------
py-marisa-trie: new port

Modified Paths:
--------------
    trunk/dports/python/py-marisa-trie/Portfile

Added Paths:
-----------
    trunk/dports/python/py-marisa-trie/

Modified: trunk/dports/python/py-marisa-trie/Portfile
===================================================================
--- trunk/dports/python/py-datrie/Portfile	2012-09-07 11:12:59 UTC (rev 97485)
+++ trunk/dports/python/py-marisa-trie/Portfile	2012-09-07 11:17:26 UTC (rev 97486)
@@ -4,8 +4,8 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
-name                py-datrie
-version             0.4.2
+name                py-marisa-trie
+version             0.3.6
 revision            0
 categories-append   devel
 license             LGPL
@@ -13,20 +13,20 @@
 
 maintainers         stromnov openmaintainer
 
-description         Super-fast, efficiently stored Trie for Python.
+description         Static memory-efficient & fast Trie structures for Python (based on marisa-trie C++ library)
 long_description    ${description}
 
-homepage            https://github.com/kmike/datrie/
-master_sites        http://pypi.python.org/packages/source/d/datrie/
+homepage            https://github.com/kmike/marisa-trie
+master_sites        http://pypi.python.org/packages/source/m/marisa-trie/
 
-distname            datrie-${version}
+distname            marisa-trie-${version}
 
-checksums           rmd160  dc9b1967342495570ffe8118fe7b054bffa8cf2e \
-                    sha256  9e2d3c7d8d078f4e00f02d33ca7413466e34ec3c5d7a18b1ddb0ae3d3df4ad14
+checksums           rmd160  8ac5d1fc1099d71eec06c3470db67587be772c81 \
+                    sha256  77e7577a60f2f5ca4e2d29fe247e17b123c87ce3b5574daa6f775cfd7cd19047
 
 python.default_version  27
 python.versions     26 27 31 32
 
 livecheck.type      regex
 livecheck.url       ${master_sites}
-livecheck.regex     "datrie-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.regex     "marisa-trie-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120907/e36451cd/attachment.html>


More information about the macports-changes mailing list