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

jmr at macports.org jmr at macports.org
Wed Jun 19 13:22:14 PDT 2013


Revision: 107146
          https://trac.macports.org/changeset/107146
Author:   jmr at macports.org
Date:     2013-06-19 13:22:14 -0700 (Wed, 19 Jun 2013)
Log Message:
-----------
py-amqp: correct license, fix setuptools dep type, disable livecheck in subports

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

Modified: trunk/dports/python/py-amqp/Portfile
===================================================================
--- trunk/dports/python/py-amqp/Portfile	2013-06-19 20:16:10 UTC (rev 107145)
+++ trunk/dports/python/py-amqp/Portfile	2013-06-19 20:22:14 UTC (rev 107146)
@@ -8,7 +8,7 @@
 version             1.2.0
 revision            0
 categories-append   devel
-license             BSD
+license             LGPL-2.1+
 platforms           darwin
 supported_archs     noarch
 
@@ -25,13 +25,13 @@
 checksums           rmd160  a7f0187559948587d8f700d1fe5b5c56238928df \
                     sha256  aadadfac49adbab85c92ab343fb529209e91b86ba9a2d82bd33257162a5d9014
 
-python.default_version  27
 python.versions     26 27 31 32 33
 
 if {$subport != $name} {
-    depends_lib     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     "amqp-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "amqp-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130619/5b239f44/attachment.html>


More information about the macports-changes mailing list