mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/svinota/pyroute2/blob/0.9.6/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
626 B
Makefile
15 lines
626 B
Makefile
################################################################################
|
|
#
|
|
# python-pyroute2
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYROUTE2_VERSION = 0.9.6
|
|
PYTHON_PYROUTE2_SOURCE = pyroute2-$(PYTHON_PYROUTE2_VERSION).tar.gz
|
|
PYTHON_PYROUTE2_SITE = https://files.pythonhosted.org/packages/9b/3c/cae3aa8a07522d4fd625958f690ab6eb4ffbd9c94e30e2995f585fded630
|
|
PYTHON_PYROUTE2_LICENSE = Apache-2.0 or GPL-2.0+
|
|
PYTHON_PYROUTE2_LICENSE_FILES = LICENSE.Apache-2.0 LICENSE.GPL-2.0-or-later README.license.rst
|
|
PYTHON_PYROUTE2_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|