[107221] trunk/dports/python/py-librabbitmq/Portfile
jmr at macports.org
jmr at macports.org
Fri Jun 21 16:17:04 PDT 2013
Revision: 107221
https://trac.macports.org/changeset/107221
Author: jmr at macports.org
Date: 2013-06-21 16:17:04 -0700 (Fri, 21 Jun 2013)
Log Message:
-----------
py-librabbitmq: correct license, fix setuptools dep type, disable livecheck in subports
Modified Paths:
--------------
trunk/dports/python/py-librabbitmq/Portfile
Modified: trunk/dports/python/py-librabbitmq/Portfile
===================================================================
--- trunk/dports/python/py-librabbitmq/Portfile 2013-06-21 23:08:46 UTC (rev 107220)
+++ trunk/dports/python/py-librabbitmq/Portfile 2013-06-21 23:17:04 UTC (rev 107221)
@@ -8,7 +8,7 @@
version 1.0.1
revision 0
categories-append devel
-license MPL
+license MPL-1.1 MIT
platforms darwin
maintainers stromnov openmaintainer
@@ -24,12 +24,12 @@
sha256 645763262ad61df3feec618c3cbe1226710a364fca57256f61c53b0101abd880
python.versions 26 27
-python.default_version 27
if {$subport != $name} {
- depends_lib-append port:py${python.version}-setuptools
+ 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.type regex
-livecheck.url ${master_sites}
-livecheck.regex "librabbitmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130621/90004365/attachment.html>
More information about the macports-changes
mailing list