[104301] trunk/dports/python/py-kombu/Portfile

stromnov at macports.org stromnov at macports.org
Sat Mar 23 06:21:37 PDT 2013


Revision: 104301
          https://trac.macports.org/changeset/104301
Author:   stromnov at macports.org
Date:     2013-03-23 06:21:37 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
py-kombu: update to version 2.5.8

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

Modified: trunk/dports/python/py-kombu/Portfile
===================================================================
--- trunk/dports/python/py-kombu/Portfile	2013-03-23 12:25:59 UTC (rev 104300)
+++ trunk/dports/python/py-kombu/Portfile	2013-03-23 13:21:37 UTC (rev 104301)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-kombu
-version             2.5.7
+version             2.5.8
 revision            0
 categories-append   devel
 license             BSD
@@ -23,13 +23,14 @@
 master_sites        http://pypi.python.org/packages/source/k/kombu/
 distname            kombu-${version}
 
-checksums           rmd160  f94901a43a8fc60ffe2de95d27d435f73a7d744e \
-                    sha256  32bcfabc02366738101861f06e737106dea8d2ea784a588d7a9e1fbd940b7a78
+checksums           rmd160  fa335504143d4839fe8283dd97537b45ee3d1800 \
+                    sha256  92a4b6129e7a08f24a1b50f8853e3cad321b564a496e8ecc0c7f2bae3f3b71e4
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "kombu-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "kombu-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/fc48d4c8/attachment.html>


More information about the macports-changes mailing list