[112666] trunk/dports/python/py-librabbitmq/Portfile
stromnov at macports.org
stromnov at macports.org
Tue Oct 29 02:45:32 PDT 2013
Revision: 112666
https://trac.macports.org/changeset/112666
Author: stromnov at macports.org
Date: 2013-10-29 02:45:32 -0700 (Tue, 29 Oct 2013)
Log Message:
-----------
py-librabbitmq: update to version 1.0.2
Modified Paths:
--------------
trunk/dports/python/py-librabbitmq/Portfile
Modified: trunk/dports/python/py-librabbitmq/Portfile
===================================================================
--- trunk/dports/python/py-librabbitmq/Portfile 2013-10-29 09:42:06 UTC (rev 112665)
+++ trunk/dports/python/py-librabbitmq/Portfile 2013-10-29 09:45:32 UTC (rev 112666)
@@ -5,12 +5,14 @@
PortGroup python 1.0
name py-librabbitmq
-version 1.0.1
+version 1.0.2
revision 0
categories-append devel
+platforms darwin
license MPL-1.1 MIT
-platforms darwin
+python.versions 26 27
+
maintainers stromnov openmaintainer
description AMQP Client using the rabbitmq-c library.
@@ -18,18 +20,19 @@
homepage http://github.com/celery/librabbitmq
master_sites http://pypi.python.org/packages/source/l/librabbitmq/
+
distname librabbitmq-${version}
-checksums rmd160 6af95b1cbb4187452816cc8bf097d8557b7248fb \
- sha256 645763262ad61df3feec618c3cbe1226710a364fca57256f61c53b0101abd880
+checksums rmd160 1dc16f673d6bc9fb0f9e78ed4cbf5404ab73fc67 \
+ sha256 88055d9a887f98118c1e147e78f6663c2565790706ea308a1da77a46d5f29011
-python.versions 26 27
+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 "librabbitmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+ livecheck.regex {librabbitmq-(\d+(?:\.\d+)*)\.[tz]}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131029/e368497e/attachment.html>
More information about the macports-changes
mailing list