Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_IPADDR
bool "python-ipaddr"
depends on BR2_PACKAGE_PYTHON # included since python3.3
help
An IPv4/IPv6 manipulation library in Python. This library is
used to create/poke/manipulate IPv4 and IPv6 addresses and
prefixes.
https://github.com/google/ipaddr-py

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f2c7852f95862715f92e7d089dc3f2cf, sha256 locally computed
md5 f2c7852f95862715f92e7d089dc3f2cf ipaddr-2.1.11.tar.gz
sha256 1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7 ipaddr-2.1.11.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-ipaddr
#
################################################################################
PYTHON_IPADDR_VERSION = 2.1.11
PYTHON_IPADDR_SOURCE = ipaddr-$(PYTHON_IPADDR_VERSION).tar.gz
PYTHON_IPADDR_SITE = https://pypi.python.org/packages/source/i/ipaddr
PYTHON_IPADDR_SETUP_TYPE = distutils
PYTHON_IPADDR_LICENSE = Apache-2.0
PYTHON_IPADDR_LICENSE_FILES = COPYING
$(eval $(python-package))