[Lunar-commits] <moonbase-other> python2-ipy: handling of IPv4 and IPv6 addresses and networks
Stefan Wold
ratler at lunar-linux.org
Sat Sep 20 17:46:46 CEST 2014
commit 38af98c272a570bdc23a3fd8c33351876a8d453a
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 20 Sep 2014 17:26:19 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/38af98c272a570bdc23a3fd8c33351876a8d453a
python2-ipy: handling of IPv4 and IPv6 addresses and networks
---
python/python2-ipy/BUILD | +2/-0
python/python2-ipy/DEPENDS | +1/-0
python/python2-ipy/DETAILS | +15/-0
3 files changed, 18 insertions(+)
--- /dev/null
+++ b/python/python2-ipy/BUILD
@@ -0,0 +1,2 @@
+prepare_install &&
+python setup.py install --prefix=/usr
--- /dev/null
+++ b/python/python2-ipy/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/python/python2-ipy/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=python2-ipy
+ VERSION=0.81
+ SOURCE=IPy-$VERSION.tar.gz
+ SOURCE_URL=http://cheeseshop.python.org/packages/source/I/IPy
+ SOURCE_VFY=sha256:4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/IPy-$VERSION
+ WEB_SITE=https://pypi.python.org/pypi/IPy
+ ENTERED=20140920
+ UPDATED=20140920
+ SHORT="Python class and tools for handling of IPv4 and IPv6 addresses and networks."
+
+cat << EOF
+Python class and tools for handling of IPv4 and IPv6 addresses and
+networks.
+EOF
More information about the Lunar-commits
mailing list