[143908] trunk/dports/python/py-tox

khindenburg at macports.org khindenburg at macports.org
Sat Dec 26 09:37:55 PST 2015


Revision: 143908
          https://trac.macports.org/changeset/143908
Author:   khindenburg at macports.org
Date:     2015-12-26 09:37:55 -0800 (Sat, 26 Dec 2015)
Log Message:
-----------
py-tox: update to 2.3.1; add py35; fix livecheck; maintainer #49116

Modified Paths:
--------------
    trunk/dports/python/py-tox/Portfile

Added Paths:
-----------
    trunk/dports/python/py-tox/files/tox35

Modified: trunk/dports/python/py-tox/Portfile
===================================================================
--- trunk/dports/python/py-tox/Portfile	2015-12-26 17:12:28 UTC (rev 143907)
+++ trunk/dports/python/py-tox/Portfile	2015-12-26 17:37:55 UTC (rev 143908)
@@ -6,8 +6,7 @@
 PortGroup           select 1.0
 
 name                py-tox
-version             2.0.1
-revision            1
+version             2.3.1
 categories-append   devel
 maintainers         gmail.com:pedro.salgado openmaintainer
 platforms           darwin
@@ -22,10 +21,10 @@
 
 distname            tox-${version}
 
-checksums           rmd160  4adbde0fac0419051eba1dc4bff2f579466dab2c \
-                    sha256  69a8e0742a96f6574209b23d34c2b058972a39e2c270542f852f97b27652c30d
+checksums           rmd160  dddc14678033bacc58a54b05f007b0dcefa50d93 \
+                    sha256  bf7fcc140863820700d3ccd65b33820ba747b61c5fe4e2b91bb8c64cb21a47ee
 
-python.versions     27 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_lib-append port:py${python.version}-pluggy \
@@ -42,4 +41,9 @@
 port select --set ${select.group} [file tail ${select.file}]
 "
     livecheck.type     none
+
+} else {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/pypi/tox/json
+    livecheck.regex     {tox-(\d+(?:\.\d+)*)}
 }

Added: trunk/dports/python/py-tox/files/tox35
===================================================================
--- trunk/dports/python/py-tox/files/tox35	                        (rev 0)
+++ trunk/dports/python/py-tox/files/tox35	2015-12-26 17:37:55 UTC (rev 143908)
@@ -0,0 +1 @@
+bin/tox-3.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151226/3d18c2c1/attachment.html>


More information about the macports-changes mailing list