aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-09-15 10:13:55 +0800
committervanilla <vanilla@FreeBSD.org>2014-09-15 10:13:55 +0800
commitb9b6516b2bab80381dfc898bbc691ae636f00d00 (patch)
tree778a2678aa56578e1a860661904fe7407ecfe85a /net
parent71aaa7d7b29f820682b0d571f22060c2fc9780c0 (diff)
downloadfreebsd-ports-gnome-b9b6516b2bab80381dfc898bbc691ae636f00d00.tar.gz
freebsd-ports-gnome-b9b6516b2bab80381dfc898bbc691ae636f00d00.tar.zst
freebsd-ports-gnome-b9b6516b2bab80381dfc898bbc691ae636f00d00.zip
Add ipaddress-1.0.6.
PR: ports/193574 Submitted by: Nikolay Dachev <nikolay dachev info>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-ipaddress/Makefile18
-rw-r--r--net/py-ipaddress/distinfo2
-rw-r--r--net/py-ipaddress/pkg-descr4
4 files changed, 25 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 356ef76fa4d1..741b27860efb 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -866,6 +866,7 @@
SUBDIR += py-google
SUBDIR += py-gspreadsheet
SUBDIR += py-impacket
+ SUBDIR += py-ipaddress
SUBDIR += py-iplib
SUBDIR += py-kombu
SUBDIR += py-ldap2
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!