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

stromnov at macports.org stromnov at macports.org
Mon Jul 8 02:32:14 PDT 2013


Revision: 107880
          https://trac.macports.org/changeset/107880
Author:   stromnov at macports.org
Date:     2013-07-08 02:32:14 -0700 (Mon, 08 Jul 2013)
Log Message:
-----------
py-redis: update to version 2.7.6 (#39647)

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

Modified: trunk/dports/python/py-redis/Portfile
===================================================================
--- trunk/dports/python/py-redis/Portfile	2013-07-08 08:08:09 UTC (rev 107879)
+++ trunk/dports/python/py-redis/Portfile	2013-07-08 09:32:14 UTC (rev 107880)
@@ -5,11 +5,11 @@
 PortGroup           python 1.0
 
 name                py-redis
-version             2.7.2
+version             2.7.6
 revision            0
 categories-append   devel
+platforms           darwin
 license             MIT
-platforms           darwin
 supported_archs     noarch
 
 maintainers         stromnov openmaintainer
@@ -19,18 +19,20 @@
 
 homepage            http://github.com/andymccurdy/redis-py
 master_sites        http://pypi.python.org/packages/source/r/redis/
+
 distname            redis-${version}
 
-checksums           rmd160  96cc00fff0c19de4b2cc597b7ed2711758b427e7 \
-                    sha256  c22e7129f21b8bd1690c2cefc07b2caf1088c66a9dd159aed0621dcbaf2dfb09
+checksums           rmd160  4ab067675cc0078edbd0a2e94b1ddcb86aca0ea4 \
+                    sha256  7e8645a5e1a5e36fb6f93d3113eb078e2763db15aafa3dfa5ba2ceace26a01c4
 
 python.versions     25 26 27 31 32 33
 
 if {$subport != $name} {
-    depends_build       port:py${python.version}-setuptools
+    depends_build-append \
+                        port:py${python.version}-setuptools
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       ${homepage}/downloads
+    livecheck.url       ${master_sites}
     livecheck.regex     "redis-(\\d+(?:\\.\\d+)*)"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130708/995427b5/attachment.html>


More information about the macports-changes mailing list