mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 18:12:13 +00:00
python-netaddr: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - remove excessive empty new line at the end of Config.in - specify BSD-3c as the license, since it's the variant being used, and it's more specific than just BSD.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
56526bbfae
commit
ffde67a0de
14
package/python-netaddr/python-netaddr.mk
Normal file
14
package/python-netaddr/python-netaddr.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-netaddr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_NETADDR_VERSION = 0.7.18
|
||||
PYTHON_NETADDR_SOURCE = netaddr-$(PYTHON_NETADDR_VERSION).tar.gz
|
||||
PYTHON_NETADDR_SITE = http://pypi.python.org/packages/source/n/netaddr
|
||||
PYTHON_NETADDR_LICENSE = BSD-3c
|
||||
PYTHON_NETADDR_LICENSE_FILES = LICENSE
|
||||
PYTHON_NETADDR_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user