[77160] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Mar 21 07:28:30 PDT 2011


Revision: 77160
          http://trac.macports.org/changeset/77160
Author:   stromnov at macports.org
Date:     2011-03-21 07:28:30 -0700 (Mon, 21 Mar 2011)
Log Message:
-----------
py27-redis: new port (from py26-redis)

Added Paths:
-----------
    trunk/dports/python/py27-redis/
    trunk/dports/python/py27-redis/Portfile

Removed Paths:
-------------
    trunk/dports/python/py27-redis/Portfile

Deleted: trunk/dports/python/py27-redis/Portfile
===================================================================
--- trunk/dports/python/py26-redis/Portfile	2011-03-18 09:18:28 UTC (rev 77037)
+++ trunk/dports/python/py27-redis/Portfile	2011-03-21 14:28:30 UTC (rev 77160)
@@ -1,25 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem          1.0
-PortGroup           python26 1.0
-
-name                py26-redis
-version             2.2.2
-maintainers         stromnov openmaintainer
-
-description         Python client for Redis key-value store
-long_description    ${description}
-
-platforms           darwin
-homepage            http://github.com/andymccurdy/redis-py
-master_sites        http://cloud.github.com/downloads/andymccurdy/redis-py/
-distname            redis-${version}
-
-checksums           md5     a75812535913260681411790e6ca98f6 \
-                    sha1    b8b3774d295e65fb923a072b32d419b8d5372cba \
-                    rmd160  02f0db393ad651bc078679ef5a457a8d627136e7
-
-livecheck.type      regex
-livecheck.url       ${homepage}/downloads
-livecheck.regex     "redis-(\\d+(?:\\.\\d+)*)"

Copied: trunk/dports/python/py27-redis/Portfile (from rev 77159, trunk/dports/python/py26-redis/Portfile)
===================================================================
--- trunk/dports/python/py27-redis/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-redis/Portfile	2011-03-21 14:28:30 UTC (rev 77160)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-redis
+version             2.2.4
+maintainers         stromnov openmaintainer
+
+description         Python client for Redis key-value store
+long_description    ${description}
+
+platforms           darwin
+homepage            http://github.com/andymccurdy/redis-py
+master_sites        http://cloud.github.com/downloads/andymccurdy/redis-py/
+distname            redis-${version}
+
+checksums           md5     3fc28c3a37b91dfa7c65730f6cf782e0 \
+                    sha1    090f123759d8f85b9518996f39c13f3bc49e24e8 \
+                    rmd160  290c863fcd93cbcab58fd94408ba3cda11810b77
+
+livecheck.type      regex
+livecheck.url       ${homepage}/downloads
+livecheck.regex     "redis-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110321/1d6e0cef/attachment-0001.html>


More information about the macports-changes mailing list