Add buildroot 2018-02
This commit is contained in:
7
buildroot/package/python-pyroute2/Config.in
Normal file
7
buildroot/package/python-pyroute2/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYROUTE2
|
||||
bool "python-pyroute2"
|
||||
help
|
||||
Python netlink library - Linux network / netns / wireless /
|
||||
ipset configuration.
|
||||
|
||||
https://github.com/svinota/pyroute2
|
||||
3
buildroot/package/python-pyroute2/python-pyroute2.hash
Normal file
3
buildroot/package/python-pyroute2/python-pyroute2.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/pyroute2/json, sha256 locally computed
|
||||
md5 ef4282b1401bcd07a9cf4ec0696aba24 pyroute2-0.4.13.tar.gz
|
||||
sha256 93f3d72f58b3627036427b5571f8e27c93dbb6d01372dc4c452707d6610c0a39 pyroute2-0.4.13.tar.gz
|
||||
14
buildroot/package/python-pyroute2/python-pyroute2.mk
Normal file
14
buildroot/package/python-pyroute2/python-pyroute2.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyroute2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYROUTE2_VERSION = 0.4.13
|
||||
PYTHON_PYROUTE2_SOURCE = pyroute2-$(PYTHON_PYROUTE2_VERSION).tar.gz
|
||||
PYTHON_PYROUTE2_SITE = https://pypi.python.org/packages/91/e7/814f60e355078dc51625cd2e7e715ed4a06111ddf2ac5580f2f10e79c94a
|
||||
PYTHON_PYROUTE2_LICENSE = Apache-2.0 or GPL-2.0+
|
||||
PYTHON_PYROUTE2_LICENSE_FILES = LICENSE.Apache.v2 LICENSE.GPL.v2 README.license.md
|
||||
PYTHON_PYROUTE2_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user