[141857] trunk/dports/python

petr at macports.org petr at macports.org
Sat Dec 12 03:18:12 PST 2015


Revision: 141857
          https://trac.macports.org/changeset/141857
Author:   petr at macports.org
Date:     2015-10-29 13:39:49 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
py-coverage: retire py{26,33}, add py35

Modified Paths:
--------------
    trunk/dports/python/py-coverage/Portfile
    trunk/dports/python/py-graveyard/Portfile

Modified: trunk/dports/python/py-coverage/Portfile
===================================================================
--- trunk/dports/python/py-coverage/Portfile	2015-10-29 20:34:38 UTC (rev 141856)
+++ trunk/dports/python/py-coverage/Portfile	2015-10-29 20:39:49 UTC (rev 141857)
@@ -12,6 +12,7 @@
 categories-append   devel
 maintainers         nomaintainer
 license             BSD
+
 description         Code coverage measurement for Python
 long_description    Coverage measures code coverage, typically during test \
                     execution. It uses the code analysis tools and tracing \
@@ -29,7 +30,7 @@
                     rmd160  ba87d81ed228261c019629e23a904f248143ea1f \
                     sha256  d1aea1c4aa61b8366d6a42dd3650622fbf9c634ed24eaf7f379c8b970e5ed44e
 
-python.versions     26 27 33 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_build   port:py${python.version}-setuptools
@@ -39,6 +40,6 @@
     livecheck.type  none
 } else {
     livecheck.type  regex
-    livecheck.url   [lindex ${master_sites} 0]
-    livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
+    livecheck.url   https://pypi.python.org/pypi/${_name}/json
+    livecheck.regex "\"${_name}-(\[.\\d\]+)\\${extract.suffix}\""
 }

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2015-10-29 20:34:38 UTC (rev 141856)
+++ trunk/dports/python/py-graveyard/Portfile	2015-10-29 20:39:49 UTC (rev 141857)
@@ -109,7 +109,7 @@
 py-configobj            4.7.2_1     24 25 31 32 33
 py-construct            2.5.2_1     25 31 32
 py-couchdb              0.9_1       25
-py-coverage             3.7.1_1     25 31 32
+py-coverage             3.7.1_1     25 26 31 32 33
 py-crcmod               1.7_1       31 32 33
 py-creoleparser         0.7.4_1     25 26
 py-crypto               2.6.1_2     24 25 26 31 32 33
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/5094f20d/attachment.html>


More information about the macports-changes mailing list