[141395] trunk/dports/python/py-pytest/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 01:21:02 PST 2015


Revision: 141395
          https://trac.macports.org/changeset/141395
Author:   stromnov at macports.org
Date:     2015-10-17 04:03:59 -0700 (Sat, 17 Oct 2015)
Log Message:
-----------
py-pytest: update to version 2.8.2

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

Modified: trunk/dports/python/py-pytest/Portfile
===================================================================
--- trunk/dports/python/py-pytest/Portfile	2015-10-17 11:01:25 UTC (rev 141394)
+++ trunk/dports/python/py-pytest/Portfile	2015-10-17 11:03:59 UTC (rev 141395)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-pytest
-version             2.7.2
+version             2.8.2
 revision            0
 categories-append   devel
 platforms           darwin
 license             MIT
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -22,12 +22,12 @@
                     tests, yet scales to support complex functional testing.
 
 homepage            http://pytest.org
-master_sites        https://pypi.python.org/packages/source/p/pytest/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            pytest-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  af5559e33dc523ff43326bc2a9444341488ac3c1 \
-                    sha256  b30457f735420d0000d10a44bbd478cf03f8bf20e25bd77248f9bab40f4fd6a4
+checksums           rmd160  1da55bf79a045235e0294d27363fedfbe8d90212 \
+                    sha256  da2fc57320dd11f621d166634c52b989aa2291af1296c32a27a11777aa4128b9
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-setuptools \
@@ -37,7 +37,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/pytest/json
-    livecheck.regex     {pytest-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/9555cdd3/attachment-0001.html>


More information about the macports-changes mailing list