[148972] trunk/dports/python/py-pylibmc/Portfile

khindenburg at macports.org khindenburg at macports.org
Mon May 23 18:25:06 PDT 2016


Revision: 148972
          https://trac.macports.org/changeset/148972
Author:   khindenburg at macports.org
Date:     2016-05-23 18:25:06 -0700 (Mon, 23 May 2016)
Log Message:
-----------
py-pylibmc: update to 1.5.1; add python 34 35; remove python 26 #47311

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

Modified: trunk/dports/python/py-pylibmc/Portfile
===================================================================
--- trunk/dports/python/py-pylibmc/Portfile	2016-05-24 01:23:45 UTC (rev 148971)
+++ trunk/dports/python/py-pylibmc/Portfile	2016-05-24 01:25:06 UTC (rev 148972)
@@ -5,8 +5,7 @@
 PortGroup           python 1.0
 
 name                py-pylibmc
-version             1.2.3
-revision            2
+version             1.5.1
 license             BSD
 platforms           darwin
 
@@ -21,10 +20,10 @@
 master_sites        https://pypi.python.org/packages/source/p/pylibmc/
 distname            pylibmc-${version}
 
-checksums           rmd160  1c585c4457a7dfb76982dc215e6b5f8c21d1156d \
-                    sha256  0157c72ce8b6aeefe52c77be5e1d059481b58127e0f9d2d6c216f6b1c68da6dc
+checksums           rmd160  24ff2977e97eef5446dbc491ada668baa02c5ff3 \
+                    sha256  ecba261859c3e1ba3365389cb4f4dfffb7e02120a9f57a288cacf2f42c45cdd6
 
-python.versions     26 27
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:libmemcached
@@ -38,7 +37,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/pylibmc/json
-    livecheck.regex     pylibmc-(\\d+(?:\\.\\d+)*)${extract.suffix}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160523/cd84c177/attachment.html>


More information about the macports-changes mailing list