[112521] trunk/dports/python/py-amqp/Portfile

stromnov at macports.org stromnov at macports.org
Fri Oct 25 03:53:21 PDT 2013


Revision: 112521
          https://trac.macports.org/changeset/112521
Author:   stromnov at macports.org
Date:     2013-10-25 03:53:21 -0700 (Fri, 25 Oct 2013)
Log Message:
-----------
py-amqp: update to version 1.3.1

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

Modified: trunk/dports/python/py-amqp/Portfile
===================================================================
--- trunk/dports/python/py-amqp/Portfile	2013-10-25 10:20:19 UTC (rev 112520)
+++ trunk/dports/python/py-amqp/Portfile	2013-10-25 10:53:21 UTC (rev 112521)
@@ -5,13 +5,15 @@
 PortGroup           python 1.0
 
 name                py-amqp
-version             1.3.0
+version             1.3.1
 revision            0
 categories-append   devel
 platforms           darwin
 license             LGPL-2.1+
 supported_archs     noarch
 
+python.versions     26 27 31 32 33
+
 maintainers         stromnov openmaintainer
 
 description         Low-level AMQP client for Python (fork of amqplib).
@@ -22,16 +24,16 @@
 
 distname            amqp-${version}
 
-checksums           rmd160  f57037cc3bacc36619a038c49faeb63fe36b6d41 \
-                    sha256  59912d9ea5dd41d5927b826b07aca5e447828db267783b91e5b4939077145d86
+checksums           rmd160  be287e16902bd962ef70608f1c521215e40a216c \
+                    sha256  b5987827da8c5fad56a03840ad559ca1c3465715245869eb11522bbb8b2742fc
 
-python.versions     26 27 31 32 33
+if {$subport != $name} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
 
-if {$subport != $name} {
-    depends_build       port:py${python.version}-setuptools
     livecheck.type      none
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
-    livecheck.regex     "amqp-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.regex     {amqp-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131025/f1534399/attachment.html>


More information about the macports-changes mailing list