[142263] trunk/dports/python/py-redis/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 05:01:11 PST 2015


Revision: 142263
          https://trac.macports.org/changeset/142263
Author:   stromnov at macports.org
Date:     2015-11-08 14:44:54 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
py-redis: update to version 2.10.5

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

Modified: trunk/dports/python/py-redis/Portfile
===================================================================
--- trunk/dports/python/py-redis/Portfile	2015-11-08 22:43:18 UTC (rev 142262)
+++ trunk/dports/python/py-redis/Portfile	2015-11-08 22:44:54 UTC (rev 142263)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-redis
-version             2.10.3
+version             2.10.5
 revision            0
 categories-append   devel
 platforms           darwin
@@ -20,19 +20,17 @@
 long_description    ${description}
 
 homepage            http://github.com/andymccurdy/redis-py
-master_sites        https://pypi.python.org/packages/source/r/redis/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            redis-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  7864eaac18bdaeb9f3814cf5305ff685a1ced9aa \
-                    sha256  a4fb37b02860f6b1617f6469487471fd086dd2d38bbce640c2055862b9c4019c
+checksums           rmd160  3694e866b669cdfc5e08a64d0cd3f24673fc870f \
+                    sha256  5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533
 
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/redis/json
-    livecheck.regex     {redis-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/10603428/attachment.html>


More information about the macports-changes mailing list