[146465] trunk/dports/python/py-gevent/Portfile

stromnov at macports.org stromnov at macports.org
Wed Mar 9 02:46:27 PST 2016


Revision: 146465
          https://trac.macports.org/changeset/146465
Author:   stromnov at macports.org
Date:     2016-03-09 02:46:26 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
py-gevent: update to version 1.1.0

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

Modified: trunk/dports/python/py-gevent/Portfile
===================================================================
--- trunk/dports/python/py-gevent/Portfile	2016-03-09 09:58:53 UTC (rev 146464)
+++ trunk/dports/python/py-gevent/Portfile	2016-03-09 10:46:26 UTC (rev 146465)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-gevent
-version             1.0.2
+version             1.1.0
 revision            0
 categories-append   devel
 platforms           darwin
@@ -23,12 +23,12 @@
                     synchronous API on top of libevent event loop.
 
 homepage            http://gevent.org
-master_sites        https://pypi.python.org/packages/source/g/gevent/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            gevent-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  23b65838002182a435cfa68e63efc36883d185a7 \
-                    sha256  3ae1ca0f533ddcb17aab16ce66b424b3f3b855ff3b9508526915d3c6b73fba31
+checksums           rmd160  afe05a3e6fb8009d5e7ee5a616c130d4d0df09ef \
+                    sha256  34f7a5eca1326affe149eaa5467220d89002facd338028d2340868015407ae75
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -45,7 +45,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/gevent/json
-    livecheck.regex     {gevent-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160309/410a66fe/attachment-0001.html>


More information about the macports-changes mailing list