[147630] trunk/dports/python/py-stevedore/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Apr 10 17:51:28 PDT 2016


Revision: 147630
          https://trac.macports.org/changeset/147630
Author:   khindenburg at macports.org
Date:     2016-04-10 17:51:27 -0700 (Sun, 10 Apr 2016)
Log Message:
-----------
py-stevedore: update to 1.12.0; add py35 #51040

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

Modified: trunk/dports/python/py-stevedore/Portfile
===================================================================
--- trunk/dports/python/py-stevedore/Portfile	2016-04-10 23:35:34 UTC (rev 147629)
+++ trunk/dports/python/py-stevedore/Portfile	2016-04-11 00:51:27 UTC (rev 147630)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             1.9.0
+version             1.12.0
 categories-append   devel
 platforms           darwin
 maintainers         nomaintainer
@@ -23,10 +23,10 @@
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 distname            ${_name}-${version}
 
-checksums           rmd160  afd4c7b83c4fbff5108a6e441884d9c263fbe278 \
-                    sha256  cc19908840498ed5f7cb5cf59bbe47b41aa9d65821548e2b3c8a99a571cbec06
+checksums           rmd160  76199a29dca21e383c717ad0ba4418a3d885458c \
+                    sha256  1bdeb2562d8f2c1e3047c2f17134a38b37a6e53e16ca1d9f79ff2ac5d5fe2925
 
-python.versions     27 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     # uses pkg_resources for extensions
@@ -46,11 +46,7 @@
             CONTRIBUTING.rst \
                 ${dest_doc}
     }
-
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi?:action=doap&name=stevedore
-    livecheck.regex     {<revision>(\d+(\.\d+)+)</revision>}
-
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160410/9ebf9dab/attachment-0001.html>


More information about the macports-changes mailing list