[63645] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Feb 11 08:14:11 PST 2010


Revision: 63645
          http://trac.macports.org/changeset/63645
Author:   stromnov at macports.org
Date:     2010-02-11 08:14:07 -0800 (Thu, 11 Feb 2010)
Log Message:
-----------
py26-redis: New port (#23637)

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

Added: trunk/dports/python/py26-redis/Portfile
===================================================================
--- trunk/dports/python/py26-redis/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-redis/Portfile	2010-02-11 16:14:07 UTC (rev 63645)
@@ -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           python26 1.0
+
+name                py26-redis
+version             0.6.1
+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     ba1250b291f3da897bfb4f5e1f376aff \
+                    sha1    072b61a618c66696a453eb0d540b905465b6ff95 \
+                    rmd160  558122e273c1d4956528394cc6630433f5a00527
+
+livecheck.type      regex
+livecheck.url       ${homepage}/downloads
+livecheck.regex     "redis-(\\d+(?:\\.\\d+)*)"


Property changes on: trunk/dports/python/py26-redis/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100211/7e36ca7d/attachment.html>


More information about the macports-changes mailing list