[93795] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu May 31 06:21:33 PDT 2012


Revision: 93795
          https://trac.macports.org/changeset/93795
Author:   stromnov at macports.org
Date:     2012-05-31 06:21:32 -0700 (Thu, 31 May 2012)
Log Message:
-----------
py-cidrize: new port

Added Paths:
-----------
    trunk/dports/python/py-cidrize/
    trunk/dports/python/py-cidrize/Portfile

Added: trunk/dports/python/py-cidrize/Portfile
===================================================================
--- trunk/dports/python/py-cidrize/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cidrize/Portfile	2012-05-31 13:21:32 UTC (rev 93795)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-cidrize
+version             0.6.2
+revision            0
+categories-append   devel
+license             BSD
+platforms           darwin
+supported_archs     noarch
+
+maintainers         stromnov openmaintainer
+
+description         Cidrize parses IPv4/IPv6 addresses, CIDRs, ranges, and wildcard matches.
+long_description    ${description}
+
+homepage            http://github.com/jathanism/cidrize/
+master_sites        http://pypi.python.org/packages/source/c/cidrize/
+distname            cidrize-${version}
+
+checksums           rmd160  5891ea104b798d1cc73ee7c0ae23232d26688bb9 \
+                    sha256  edc2e49afddebd15f9d75edae7fd036ab4589b929cacf6c0adbe59b9264bee15
+
+python.versions     25 26 27
+python.default_version  27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute \
+                        port:py${python.version}-netaddr
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "cidrize-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py-cidrize/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120531/8c04fc35/attachment.html>


More information about the macports-changes mailing list