mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
626 B
Makefile
15 lines
626 B
Makefile
################################################################################
|
|
#
|
|
# python-pyroute2
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYROUTE2_VERSION = 0.9.4
|
|
PYTHON_PYROUTE2_SOURCE = pyroute2-$(PYTHON_PYROUTE2_VERSION).tar.gz
|
|
PYTHON_PYROUTE2_SITE = https://files.pythonhosted.org/packages/b0/5e/fc64e211cce0078555c6db98aaf14348aed527565f3c4876913a290a5b2c
|
|
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))
|