[146593] trunk/dports/python/py-datrie/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Mar 12 14:05:52 PST 2016
Revision: 146593
https://trac.macports.org/changeset/146593
Author: stromnov at macports.org
Date: 2016-03-12 14:05:52 -0800 (Sat, 12 Mar 2016)
Log Message:
-----------
py-datrie: update to version 0.7.1
Modified Paths:
--------------
trunk/dports/python/py-datrie/Portfile
Modified: trunk/dports/python/py-datrie/Portfile
===================================================================
--- trunk/dports/python/py-datrie/Portfile 2016-03-12 22:04:02 UTC (rev 146592)
+++ trunk/dports/python/py-datrie/Portfile 2016-03-12 22:05:52 UTC (rev 146593)
@@ -5,13 +5,13 @@
PortGroup python 1.0
name py-datrie
-version 0.7
+version 0.7.1
revision 0
categories-append devel
platforms darwin
license LGPL
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
@@ -19,17 +19,15 @@
long_description ${description}
homepage https://github.com/kmike/datrie/
-master_sites https://pypi.python.org/packages/source/d/datrie/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname datrie-${version}
+distname ${python.rootname}-${version}
-checksums rmd160 c39edd746b5e2672ba49b4864ba1174788b61c06 \
- sha256 47f0d607b0cc6ce2c2193040421d92e5cdf94d4deca567af5317d4e1365e6267
+checksums rmd160 50ecfafbba66094394ab8491391e5f64fa5dab7a \
+ sha256 7a11371cc2dbbad71d6dfef57ced6e8b384bb377eeb847c63d58f8dc8e8b2023
if {${name} ne ${subport}} {
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/datrie/json
- livecheck.regex {datrie-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160312/5cac208c/attachment-0001.html>
More information about the macports-changes
mailing list