[Midnightbsd-cvs] mports [21932] trunk/net: add py ipaddress lib
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 28 23:05:31 EDT 2016
Revision: 21932
http://svnweb.midnightbsd.org/mports/?rev=21932
Author: laffer1
Date: 2016-09-28 23:05:30 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
add py ipaddress lib
Modified Paths:
--------------
trunk/net/Makefile
Added Paths:
-----------
trunk/net/py-ipaddress/
trunk/net/py-ipaddress/Makefile
trunk/net/py-ipaddress/distinfo
trunk/net/py-ipaddress/pkg-descr
Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile 2016-09-29 03:03:40 UTC (rev 21931)
+++ trunk/net/Makefile 2016-09-29 03:05:30 UTC (rev 21932)
@@ -109,6 +109,7 @@
SUBDIR += php70-xmlrpc
SUBDIR += phpldapadmin
SUBDIR += py-avahi
+SUBDIR += py-ipaddress
SUBDIR += py-oauth2
SUBDIR += py-s3cmd
SUBDIR += py-twitter
Added: trunk/net/py-ipaddress/Makefile
===================================================================
--- trunk/net/py-ipaddress/Makefile (rev 0)
+++ trunk/net/py-ipaddress/Makefile 2016-09-29 03:05:30 UTC (rev 21932)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+# $FreeBSD: head/net/py-ipaddress/Makefile 411938 2016-03-26 17:10:29Z sunpoet $
+
+PORTNAME= ipaddress
+PORTVERSION= 1.0.16
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7
+
+LICENSE= python
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python:-3.3
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/net/py-ipaddress/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/py-ipaddress/distinfo
===================================================================
--- trunk/net/py-ipaddress/distinfo (rev 0)
+++ trunk/net/py-ipaddress/distinfo 2016-09-29 03:05:30 UTC (rev 21932)
@@ -0,0 +1,2 @@
+SHA256 (ipaddress-1.0.16.tar.gz) = 5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0
+SIZE (ipaddress-1.0.16.tar.gz) = 31765
Property changes on: trunk/net/py-ipaddress/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/py-ipaddress/pkg-descr
===================================================================
--- trunk/net/py-ipaddress/pkg-descr (rev 0)
+++ trunk/net/py-ipaddress/pkg-descr 2016-09-29 03:05:30 UTC (rev 21932)
@@ -0,0 +1,7 @@
+Python 3.3's ipaddress (IPv4/IPv6 manipulation library) for Python 2.6 and 2.7.
+
+Note that you must pass in unicode objects when constructing from a character
+representation!
+
+WWW: https://pypi.python.org/pypi/ipaddress
+WWW: https://github.com/phihag/ipaddress
Property changes on: trunk/net/py-ipaddress/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list