[126316] trunk/dports/python/py-tox/Portfile

petr at macports.org petr at macports.org
Tue Oct 7 15:08:31 PDT 2014


Revision: 126316
          https://trac.macports.org/changeset/126316
Author:   petr at macports.org
Date:     2014-10-07 15:08:31 -0700 (Tue, 07 Oct 2014)
Log Message:
-----------
py-tox: upgrade to @1.8.0, add Py3 subports, closes #44784

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

Modified: trunk/dports/python/py-tox/Portfile
===================================================================
--- trunk/dports/python/py-tox/Portfile	2014-10-07 21:57:39 UTC (rev 126315)
+++ trunk/dports/python/py-tox/Portfile	2014-10-07 22:08:31 UTC (rev 126316)
@@ -6,27 +6,28 @@
 PortGroup           select 1.0
 PortGroup           bitbucket 1.0
 
-bitbucket.setup     hpk42 tox 1.7.1
+bitbucket.setup     hpk42 tox 1.8.0
 name                py-tox
 categories          python devel
 maintainers         gmail.com:pedro.salgado
 platforms           darwin
 supported_archs     noarch
 license             MIT
+
 description         tox: virtualenv-based automation of test activities
 long_description    Tox as is a generic virtualenv management and test command line tool
 homepage            https://bitbucket.org/hpk42/tox/
 
-checksums           rmd160  c68ab2f8302942d330df93378dbd40cedc21d5a8 \
-                    sha256  7801068b3b529db6b6eb511f5d91802acf6b9001901f524e02aa45043169906c
+checksums           rmd160  e27689603a1e7a9d6f1dc1d3a317ac1bb6a82aa5 \
+                    sha256  0f5201ac8dd985fcc9c81426a37571b0e96247175634f752b6de7549c6cb229f
 
-python.versions     26 27
+python.versions     26 27 33 34
 
 if {${name} ne ${subport}} {
     depends_lib-append port:py${python.version}-py \
                        port:py${python.version}-virtualenv \
                        port:tox_select
-    livecheck.type     none
+
     select.group       tox
     select.file        ${filespath}/tox${python.version}
     notes "
@@ -35,4 +36,5 @@
 
 port select --set ${select.group} [file tail ${select.file}]
 "
+    livecheck.type     none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141007/0e66bf20/attachment.html>


More information about the macports-changes mailing list