[137928] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Tue Jun 23 01:15:42 PDT 2015
Revision: 137928
https://trac.macports.org/changeset/137928
Author: stromnov at macports.org
Date: 2015-06-23 01:15:42 -0700 (Tue, 23 Jun 2015)
Log Message:
-----------
py-ipaddress: new port
Added Paths:
-----------
trunk/dports/python/py-ipaddress/
trunk/dports/python/py-ipaddress/Portfile
Added: trunk/dports/python/py-ipaddress/Portfile
===================================================================
--- trunk/dports/python/py-ipaddress/Portfile (rev 0)
+++ trunk/dports/python/py-ipaddress/Portfile 2015-06-23 08:15:42 UTC (rev 137928)
@@ -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-ipaddress
+version 1.0.7
+revision 0
+categories-append devel
+platforms darwin
+license Python
+supported_archs noarch
+
+python.versions 27
+
+maintainers stromnov openmaintainer
+
+description IPv4/IPv6 manipulation library
+long_description ${description}
+
+homepage https://github.com/phihag/ipaddress
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 e974dfbbc2b0c3dbdb46cc5cd4a21802a65582c4 \
+ sha256 2c99e9eaea2dacbe4038b3be772ec650f5b4f4c8cc479c3704b81673d96849d7
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-ipaddress/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150623/dab3d3b9/attachment.html>
More information about the macports-changes
mailing list