[143747] trunk/dports/python/py-toolz/Portfile
stromnov at macports.org
stromnov at macports.org
Sun Dec 20 05:59:57 PST 2015
Revision: 143747
https://trac.macports.org/changeset/143747
Author: stromnov at macports.org
Date: 2015-12-20 05:59:57 -0800 (Sun, 20 Dec 2015)
Log Message:
-----------
py-toolz: add py35 subport
Modified Paths:
--------------
trunk/dports/python/py-toolz/Portfile
Modified: trunk/dports/python/py-toolz/Portfile
===================================================================
--- trunk/dports/python/py-toolz/Portfile 2015-12-20 13:59:24 UTC (rev 143746)
+++ trunk/dports/python/py-toolz/Portfile 2015-12-20 13:59:57 UTC (rev 143747)
@@ -11,7 +11,7 @@
platforms darwin
license BSD
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
@@ -19,9 +19,9 @@
long_description ${description}
homepage https://github.com/pytoolz/toolz/
-master_sites https://pypi.python.org/packages/source/t/toolz/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname toolz-${version}
+distname ${python.rootname}-${version}
checksums rmd160 a0771b277eca3f1d936c194772b02d3dd23cfbba \
sha256 43c2c9e5e7a16b6c88ba3088a9bfc82f7db8e13378be7c78d6c14a5f8ed05afd
@@ -31,7 +31,5 @@
port:py${python.version}-setuptools
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/toolz/json
- livecheck.regex {toolz-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151220/6a0ebe7b/attachment.html>
More information about the macports-changes
mailing list