[145584] trunk/dports/python/py-hat-trie/Portfile

stromnov at macports.org stromnov at macports.org
Wed Feb 10 05:50:13 PST 2016


Revision: 145584
          https://trac.macports.org/changeset/145584
Author:   stromnov at macports.org
Date:     2016-02-10 05:50:13 -0800 (Wed, 10 Feb 2016)
Log Message:
-----------
py-hat-trie: update to version 0.3

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

Modified: trunk/dports/python/py-hat-trie/Portfile
===================================================================
--- trunk/dports/python/py-hat-trie/Portfile	2016-02-10 13:07:03 UTC (rev 145583)
+++ trunk/dports/python/py-hat-trie/Portfile	2016-02-10 13:50:13 UTC (rev 145584)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-hat-trie
-version             0.2
+version             0.3
 revision            0
 categories-append   devel
 platforms           darwin
 license             MIT
 
-python.versions     27 33 34
+python.versions     27 33 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -19,17 +19,15 @@
 long_description    ${description}
 
 homepage            https://github.com/kmike/hat-trie/
-master_sites        https://pypi.python.org/packages/source/h/hat-trie/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            hat-trie-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  766f84a5d7002ef2144440b0fc8932eec1d21857 \
-                    sha256  320f40f957273c5550725a9be09791b7cdb82d7ea151d68bf59237553c588f42
+checksums           rmd160  4345c329d1ccf29198f76dd441a55ef17bad0e3a \
+                    sha256  403643764538a3692de2664894d9a0567fe6449465d0a623aed514593e74a1f6
 
 if {${name} ne ${subport}} {
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/hat-trie/json
-    livecheck.regex     {hat-trie-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160210/7559693d/attachment.html>


More information about the macports-changes mailing list