[90707] trunk/dports/python

snc at macports.org snc at macports.org
Mon Mar 12 20:52:11 PDT 2012


Revision: 90707
          http://trac.macports.org/changeset/90707
Author:   snc at macports.org
Date:     2012-03-12 20:52:11 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
py-memcached: unify on version 1.48

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

Removed Paths:
-------------
    trunk/dports/python/py25-memcached/
    trunk/dports/python/py26-memcached/
    trunk/dports/python/py27-memcached/

Modified: trunk/dports/python/py-memcached/Portfile
===================================================================
--- trunk/dports/python/py-memcached/Portfile	2012-03-13 03:50:54 UTC (rev 90706)
+++ trunk/dports/python/py-memcached/Portfile	2012-03-13 03:52:11 UTC (rev 90707)
@@ -2,13 +2,16 @@
 # $Id$
 
 PortSystem        1.0
-PortGroup         python24 1.0
+PortGroup         python 1.0
 
 name              py-memcached
-version           1.45
+version           1.48
+python.versions     24 25 26 27
+python.default_version 24
 categories        python devel net
 platforms         darwin
-maintainers       dh openmaintainer
+maintainers       akitada dh snc openmaintainer
+license             psf
 description       Pure python memcached client
 long_description  This software is a 100% Python interface to the memcached \
                   memory cache daemon.  It is the client side software which \
@@ -18,12 +21,16 @@
 
 homepage          http://www.tummy.com/Community/software/python-memcached/
 master_sites      ftp://ftp.tummy.com/pub/python-memcached/old-releases/
-checksums         md5 8ced76d87f13bc0a3a1b6c343ae83413 \
-                  sha1 869919041c85bb1215108b928b724a0cfb404706 \
-                  rmd160 12db87c5ccfcd30c27b05977226f52f6738ed878
-distname          python-memcached-${version}
-depends_build     port:py24-distribute
 
-livecheck.type    regex
-livecheck.url     ${master_sites}
-livecheck.regex   "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"
+if {${name} != ${subport}} {
+    checksums           rmd160  4c7992a79e95f28b5792e9d5f8d8cdcd03dd58ef \
+                        sha256  66bbc62d9519f9d531b1f77e687d9f2f5e521cb906f1fd7231f403997e0110c4
+
+    distname          python-memcached-${version}
+    depends_build     port:py${python.version}-distribute
+    livecheck.type      none
+} else {
+    livecheck.type    regex
+    livecheck.url     ${master_sites}
+    livecheck.regex   "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/1864f867/attachment.html>


More information about the macports-changes mailing list