[127575] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Oct 29 12:15:53 PDT 2014


Revision: 127575
          https://trac.macports.org/changeset/127575
Author:   stromnov at macports.org
Date:     2014-10-29 12:15:53 -0700 (Wed, 29 Oct 2014)
Log Message:
-----------
py{25,26}-cidrize: Replace with py27-cidrize

Modified Paths:
--------------
    trunk/dports/python/py-cidrize/Portfile
    trunk/dports/python/py-graveyard/Portfile

Modified: trunk/dports/python/py-cidrize/Portfile
===================================================================
--- trunk/dports/python/py-cidrize/Portfile	2014-10-29 19:11:39 UTC (rev 127574)
+++ trunk/dports/python/py-cidrize/Portfile	2014-10-29 19:15:53 UTC (rev 127575)
@@ -8,10 +8,12 @@
 version             0.6.4
 revision            0
 categories-append   devel
+platforms           darwin
 license             BSD
-platforms           darwin
 supported_archs     noarch
 
+python.versions     27
+
 maintainers         stromnov openmaintainer
 
 description         Cidrize parses IPv4/IPv6 addresses, CIDRs, ranges, and wildcard matches.
@@ -19,19 +21,20 @@
 
 homepage            http://github.com/jathanism/cidrize/
 master_sites        http://pypi.python.org/packages/source/c/cidrize/
+
 distname            cidrize-${version}
 
 checksums           rmd160  b3cd999fcb182730242b331d872a52635d8df8ad \
                     sha256  fd781b33dca2ceced97bb3621bb05de90da7bb58237d2646fd238fe30eacdbd4
 
-python.versions     25 26 27
-
 if {${name} ne ${subport}} {
-    depends_build       port:py${python.version}-setuptools
+    depends_build-append \
+                        port:py${python.version}-setuptools
     depends_lib-append  port:py${python.version}-netaddr
+
     livecheck.type      none
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
-    livecheck.regex     "cidrize-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.regex     {cidrize-(\d+(?:\.\d+)*)\.[tz]}
 }

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2014-10-29 19:11:39 UTC (rev 127574)
+++ trunk/dports/python/py-graveyard/Portfile	2014-10-29 19:15:53 UTC (rev 127575)
@@ -55,6 +55,7 @@
 cherrypy3           3.2.0_1     24 25 26
 chm                 0.8.4_2     24 25 26
 chm2pdf             0.9.1_1     26
+cidrize             0.6.4_1     25 26
 coverage            3.7.1_1     25 31 32
 creoleparser        0.7.4_1     25 26
 csvkit              0.4.3_1     26
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141029/d9f3bf23/attachment.html>


More information about the macports-changes mailing list