[104157] trunk/dports/python/py-pika/Portfile
stromnov at macports.org
stromnov at macports.org
Mon Mar 18 03:40:04 PDT 2013
Revision: 104157
https://trac.macports.org/changeset/104157
Author: stromnov at macports.org
Date: 2013-03-18 03:40:04 -0700 (Mon, 18 Mar 2013)
Log Message:
-----------
py-pika: update to version 0.9.11
Modified Paths:
--------------
trunk/dports/python/py-pika/Portfile
Modified: trunk/dports/python/py-pika/Portfile
===================================================================
--- trunk/dports/python/py-pika/Portfile 2013-03-18 10:18:53 UTC (rev 104156)
+++ trunk/dports/python/py-pika/Portfile 2013-03-18 10:40:04 UTC (rev 104157)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-pika
-version 0.9.9
+version 0.9.11
revision 0
categories-append devel
license MPL
@@ -23,13 +23,15 @@
master_sites http://pypi.python.org/packages/source/p/pika/
distname pika-${version}
-checksums rmd160 db6c304ce96910611e9e33aa0ca9b3a43347027d \
- sha256 9f5313d1f9f34961f6b8199b0ee6053418955a3d337a0676bc8ce3b82f3b7d14
+checksums rmd160 16bcb32be8bd910a92d216c7d64814036495e04d \
+ sha256 6e43f94b3de883477223d40cd531d5e905ca7df3c597498d73a26cb0ccd92c5f
if {$subport != $name} {
depends_lib port:py${python.version}-distribute
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex "pika-v?(\\d+(?:\\.\\d+)*)${extract.suffix}"
}
-
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex "pika-v?(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130318/5736a2f0/attachment.html>
More information about the macports-changes
mailing list