python-ipaddress: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2015-12-24 22:30:37 +01:00
committed by Thomas Petazzoni
parent a2d166004d
commit 3068555c47
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-ipaddress
#
################################################################################
PYTHON_IPADDRESS_VERSION = 1.0.15
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/source/i/ipaddress
PYTHON_IPADDRESS_LICENSE = Python software foundation license
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
$(eval $(python-package))