[139930] trunk/dports/python/py-pika/Portfile

stromnov at macports.org stromnov at macports.org
Wed Sep 2 23:47:49 PDT 2015


Revision: 139930
          https://trac.macports.org/changeset/139930
Author:   stromnov at macports.org
Date:     2015-09-02 23:47:48 -0700 (Wed, 02 Sep 2015)
Log Message:
-----------
py-pika: update to version 0.10.0

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

Modified: trunk/dports/python/py-pika/Portfile
===================================================================
--- trunk/dports/python/py-pika/Portfile	2015-09-03 03:02:50 UTC (rev 139929)
+++ trunk/dports/python/py-pika/Portfile	2015-09-03 06:47:48 UTC (rev 139930)
@@ -5,33 +5,33 @@
 PortGroup           python 1.0
 
 name                py-pika
-version             0.9.14
+version             0.10.0
 revision            0
 categories-append   devel
+platforms           darwin
 license             {MPL-1.1 GPL-2+}
-platforms           darwin
 supported_archs     noarch
 
-python.versions     26 27
+python.versions     26 27 34
 
 maintainers         stromnov openmaintainer
 
 description         Pure-Python implementation of the AMQP 0-9-1 protocol.
 long_description    ${description}
 
-homepage            http://pypi.python.org/pypi/pika/
-master_sites        https://pypi.python.org/packages/source/p/pika/
-distname            pika-${version}
+homepage            https://pika.readthedocs.org/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-checksums           rmd160  9ab6f58062bad44e27bb9568cf8d1f917d3d7d83 \
-                    sha256  5e2be3cb4ebdc267abd8e481c09bc30e95919a24e3a5f3f69744959490ead0e3
+distname            ${python.rootname}-${version}
 
+checksums           rmd160  af1b9b139a78837b19aa8980a5a18daca13dafc8 \
+                    sha256  7277b4d12a99efa4058782614d84138983f9f89d690bdfcea66290d810806459
+
 if {${name} ne ${subport}} {
-    depends_build       port:py${python.version}-setuptools
+    depends_build-append \
+                        port:py${python.version}-setuptools
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/pika/json
-    livecheck.regex     "pika-v?(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150902/c4661c8a/attachment.html>


More information about the macports-changes mailing list