[142414] trunk/dports/python/py-tabulate/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Dec 12 05:39:29 PST 2015
Revision: 142414
https://trac.macports.org/changeset/142414
Author: stromnov at macports.org
Date: 2015-11-11 03:50:27 -0800 (Wed, 11 Nov 2015)
Log Message:
-----------
py-tabulate: add py35 subport
Modified Paths:
--------------
trunk/dports/python/py-tabulate/Portfile
Modified: trunk/dports/python/py-tabulate/Portfile
===================================================================
--- trunk/dports/python/py-tabulate/Portfile 2015-11-11 11:47:50 UTC (rev 142413)
+++ trunk/dports/python/py-tabulate/Portfile 2015-11-11 11:50:27 UTC (rev 142414)
@@ -12,7 +12,7 @@
license MIT
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
@@ -20,9 +20,9 @@
long_description ${description}
homepage https://bitbucket.org/astanin/python-tabulate
-master_sites https://pypi.python.org/packages/source/t/tabulate/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname tabulate-${version}
+distname ${python.rootname}-${version}
checksums rmd160 04e667279fa4bf1bddc365a5e8c99d4d2de0cbea \
sha256 9071aacbd97a9a915096c1aaf0dc684ac2672904cd876db5904085d6dac9810e
@@ -30,7 +30,5 @@
if {${name} ne ${subport}} {
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/tabulate/json
- livecheck.regex {tabulate-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/55bbe2da/attachment.html>
More information about the macports-changes
mailing list