aboutsummaryrefslogtreecommitdiff
path: root/net/py-ipaddress
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-09-15 02:13:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-09-15 02:13:55 +0000
commita3c13c914da0f19808bf00365fc6256582a937c0 (patch)
tree778a2678aa56578e1a860661904fe7407ecfe85a /net/py-ipaddress
parent70e680131cfc02b7e2e53c7f38a89be9bc8b6ddd (diff)
Notes
Diffstat (limited to 'net/py-ipaddress')
-rw-r--r--net/py-ipaddress/Makefile18
-rw-r--r--net/py-ipaddress/distinfo2
-rw-r--r--net/py-ipaddress/pkg-descr4
3 files changed, 24 insertions, 0 deletions
diff --git a/net/py-ipaddress/Makefile b/net/py-ipaddress/Makefile
new file mode 100644
index 000000000000..da5f4c0e3a9d
--- /dev/null
+++ b/net/py-ipaddress/Makefile
@@ -0,0 +1,18 @@
+# Created by: Nikolay Dachev <freebsd@dachev.info>
+# $FreeBSD$
+
+PORTNAME= ipaddress
+PORTVERSION= 1.0.6
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= freebsd@dachev.info
+COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7
+
+LICENSE= PSFL
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/net/py-ipaddress/distinfo b/net/py-ipaddress/distinfo
new file mode 100644
index 000000000000..9039bba27b4c
--- /dev/null
+++ b/net/py-ipaddress/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ipaddress-1.0.6.tar.gz) = b1b2f8b915b1ff0314301f5aaa9635e508ae2a16e8538812a2fd5dd2b7939d8d
+SIZE (ipaddress-1.0.6.tar.gz) = 15091
diff --git a/net/py-ipaddress/pkg-descr b/net/py-ipaddress/pkg-descr
new file mode 100644
index 000000000000..3d79f23dbf4c
--- /dev/null
+++ b/net/py-ipaddress/pkg-descr
@@ -0,0 +1,4 @@
+Python 3.3's ipaddress for Python 2.6 and 2.7.
+
+Note that you must pass in unicode objects when constructing
+from a character representation!