update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_IPADDRESS
|
||||
bool "python-ipaddress"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
Python 3.3's ipaddress for older Python versions.
|
||||
|
||||
https://github.com/phihag/ipaddress
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/ipaddress/json, sha256 locally computed
|
||||
md5 8bbf0326719fafb1f453921ef96729fe ipaddress-1.0.17.tar.gz
|
||||
sha256 3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716 ipaddress-1.0.17.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ipaddress
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IPADDRESS_VERSION = 1.0.17
|
||||
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
|
||||
PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/bb/26/3b64955ff73f9e3155079b9ed31812afdfa5333b5c76387454d651ef593a
|
||||
PYTHON_IPADDRESS_LICENSE = Python software foundation license
|
||||
PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
|
||||
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user