mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Thomas Petazzoni
parent
a2d166004d
commit
3068555c47
13
package/python-ipaddress/python-ipaddress.mk
Normal file
13
package/python-ipaddress/python-ipaddress.mk
Normal 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))
|
||||
Reference in New Issue
Block a user