kumquat-buildroot/package/python-decorator/python-decorator.mk
Thomas Petazzoni d4a0dc5d57 package/python3-decorator: new package
The host-python-networkx package needs to be built for the
host-python3, even when the target Python is not necessarily Python
3.x. Since it depends on host-python-decorator, we need a Python 3
variant of it, which this patch introduces.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-07-27 16:29:18 +02:00

17 lines
679 B
Makefile

################################################################################
#
# python-decorator
#
################################################################################
# Please keep in sync with package/python3-decorator/python3-decorator.mk
PYTHON_DECORATOR_VERSION = 4.4.1
PYTHON_DECORATOR_SITE = https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d
PYTHON_DECORATOR_SOURCE = decorator-$(PYTHON_DECORATOR_VERSION).tar.gz
PYTHON_DECORATOR_LICENSE = BSD-2-Clause
PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt
PYTHON_DECORATOR_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))