[107278] trunk/dports/python/py-netaddr/Portfile

jmr at macports.org jmr at macports.org
Mon Jun 24 19:08:16 PDT 2013


Revision: 107278
          https://trac.macports.org/changeset/107278
Author:   jmr at macports.org
Date:     2013-06-24 19:08:16 -0700 (Mon, 24 Jun 2013)
Log Message:
-----------
py-netaddr: correct license, remove unused setuptools dep, disable livecheck in subports

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

Modified: trunk/dports/python/py-netaddr/Portfile
===================================================================
--- trunk/dports/python/py-netaddr/Portfile	2013-06-25 02:01:04 UTC (rev 107277)
+++ trunk/dports/python/py-netaddr/Portfile	2013-06-25 02:08:16 UTC (rev 107278)
@@ -8,7 +8,7 @@
 version             0.7.10
 revision            0
 categories-append   devel
-license             BSD
+license             BSD MIT
 platforms           darwin
 supported_archs     noarch
 
@@ -25,12 +25,11 @@
                     sha256  9b79763141a855079b0589717696a4ccb5c56c0b807b6e584bfe12333399e0b7
 
 python.versions     25 26 27 31 32
-python.default_version  27
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "netaddr-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "netaddr-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130624/53011aa7/attachment-0001.html>


More information about the macports-changes mailing list