summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2014-02-15 14:35:13 +0000
committerdarcy <darcy@pkgsrc.org>2014-02-15 14:35:13 +0000
commit375457a6ef0fbd7138a4a92fa317d196b7e3c685 (patch)
tree9331c34d7ae405bb303a317d7b860355526acef3 /devel
parent9d3f78f32622af1fca71211b30c6d63eaf14f0de (diff)
downloadpkgsrc-375457a6ef0fbd7138a4a92fa317d196b7e3c685.tar.gz
Add devel/py-ipaddr
Google open source IPv4/IPv6 manipulation library in Python
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-ipaddr/DESCR7
-rw-r--r--devel/py-ipaddr/Makefile15
-rw-r--r--devel/py-ipaddr/PLIST4
-rw-r--r--devel/py-ipaddr/distinfo5
5 files changed, 33 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8ef08a8c716..9cca733beb3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1856 2014/02/13 16:11:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.1857 2014/02/15 14:35:13 darcy Exp $
#
COMMENT= Development utilities
@@ -1452,6 +1452,7 @@ SUBDIR+= py-greenlet
SUBDIR+= py-h5py
SUBDIR+= py-hgtools
SUBDIR+= py-idle
+SUBDIR+= py-ipaddr
SUBDIR+= py-ipython
SUBDIR+= py-ipython013
SUBDIR+= py-ipython1
diff --git a/devel/py-ipaddr/DESCR b/devel/py-ipaddr/DESCR
new file mode 100644
index 00000000000..fb6fce38d59
--- /dev/null
+++ b/devel/py-ipaddr/DESCR
@@ -0,0 +1,7 @@
+A Google open source IPv4/IPv6 manipulation library in Python.
+This library is used to create/poke/manipulate IPv4 and
+IPv6 addresses and prefixes.
+Development mailing list:
+http://groups.google.com/group/ipaddr-py-dev
+
+WWW: http://code.google.com/p/ipaddr-py/
diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile
new file mode 100644
index 00000000000..5a7417d76af
--- /dev/null
+++ b/devel/py-ipaddr/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/02/15 14:35:13 darcy Exp $
+# FreeBSD Id: head/devel/py-ipaddr/Makefile 340722 2014-01-22 17:00:46Z mat
+
+DISTNAME= ipaddr-2.1.10
+PKGNAME= ${PYTHON_PKGNAMEPREFIX}ipaddr-2.1.10
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.google.com/p/ipaddr-py/
+COMMENT= Google open source IPv4/IPv6 manipulation library in Python
+LICENSE= apache-2.0
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-ipaddr/PLIST b/devel/py-ipaddr/PLIST
new file mode 100644
index 00000000000..50d4930b72d
--- /dev/null
+++ b/devel/py-ipaddr/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/15 14:35:13 darcy Exp $
+${PYSITELIB}/ipaddr.py
+${PYSITELIB}/ipaddr.pyc
+${PYSITELIB}/ipaddr.pyo
diff --git a/devel/py-ipaddr/distinfo b/devel/py-ipaddr/distinfo
new file mode 100644
index 00000000000..86142abee8f
--- /dev/null
+++ b/devel/py-ipaddr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/15 14:35:13 darcy Exp $
+
+SHA1 (ipaddr-2.1.10.tar.gz) = c608450b077b19773d4f1b5f1ef88b26f6650ce0
+RMD160 (ipaddr-2.1.10.tar.gz) = 66204bccb990425612a2f198e2bd8737906f5ae7
+Size (ipaddr-2.1.10.tar.gz) = 29004 bytes