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