[97565] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Sep 9 03:50:29 PDT 2012


Revision: 97565
          https://trac.macports.org/changeset/97565
Author:   stromnov at macports.org
Date:     2012-09-09 03:50:29 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
py-DAWG: new port

Modified Paths:
--------------
    trunk/dports/python/py-DAWG/Portfile

Added Paths:
-----------
    trunk/dports/python/py-DAWG/

Modified: trunk/dports/python/py-DAWG/Portfile
===================================================================
--- trunk/dports/python/py-datrie/Portfile	2012-09-09 09:50:19 UTC (rev 97562)
+++ trunk/dports/python/py-DAWG/Portfile	2012-09-09 10:50:29 UTC (rev 97565)
@@ -4,29 +4,29 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
-name                py-datrie
-version             0.4.2
+name                py-DAWG
+version             0.2
 revision            0
 categories-append   devel
-license             LGPL
+license             MIT
 platforms           darwin
 
 maintainers         stromnov openmaintainer
 
-description         Super-fast, efficiently stored Trie for Python.
+description         Fast and memory efficient DAWG for Python.
 long_description    ${description}
 
-homepage            https://github.com/kmike/datrie/
-master_sites        http://pypi.python.org/packages/source/d/datrie/
+homepage            https://github.com/kmike/DAWG/
+master_sites        http://pypi.python.org/packages/source/D/DAWG/
 
-distname            datrie-${version}
+distname            DAWG-${version}
 
-checksums           rmd160  dc9b1967342495570ffe8118fe7b054bffa8cf2e \
-                    sha256  9e2d3c7d8d078f4e00f02d33ca7413466e34ec3c5d7a18b1ddb0ae3d3df4ad14
+checksums           rmd160  3acd84df14b8112d5e95c97e90ce02e840ab96b0 \
+                    sha256  89e2fd3ce20a552efa04f31bb543b5113cdef563f0c90b568932f96db6fd13ba
 
 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     "DAWG-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/bf721874/attachment.html>


More information about the macports-changes mailing list