[Lunar-commits] <moonbase-other> python2-ipaddr: An IPv4/IPv6 manipulation library
Stefan Wold
ratler at lunar-linux.org
Sat Sep 20 17:46:46 CEST 2014
commit b32c3d9f702371ce09953bc993d24360bb59725d
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 20 Sep 2014 17:25:33 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/b32c3d9f702371ce09953bc993d24360bb59725d
python2-ipaddr: An IPv4/IPv6 manipulation library
---
python/python2-ipaddr/BUILD | +3/-0
python/python2-ipaddr/DEPENDS | +2/-0
python/python2-ipaddr/DETAILS | +14/-0
3 files changed, 19 insertions(+)
--- /dev/null
+++ b/python/python2-ipaddr/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install
--- /dev/null
+++ b/python/python2-ipaddr/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends setuptools
--- /dev/null
+++ b/python/python2-ipaddr/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=python2-ipaddr
+ VERSION=2.1.11
+ SOURCE=ipaddr-$VERSION.tar.gz
+ SOURCE_URL=https://pypi.python.org/packages/source/i/ipaddr
+ SOURCE_VFY=sha256:1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ipaddr-$VERSION
+ WEB_SITE=http://code.google.com/p/ipaddr-py/
+ ENTERED=20140920
+ UPDATED=20140920
+ SHORT="An IPv4/IPv6 manipulation library in Python"
+
+cat << EOF
+An IPv4/IPv6 manipulation library in Python.
+EOF
More information about the Lunar-commits
mailing list