7bfe142e0d
The pacakge doesn't support python2 anymore. Therefore, we can remove host-python3-decorator and add a host variant for python-decorator. As a consequence of that, the python-networkx dependency was renamed from host-python3-decorator to host-python-decorator. In addition, indent with two spaces in the hash file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
18 lines
689 B
Makefile
18 lines
689 B
Makefile
################################################################################
|
|
#
|
|
# python-decorator
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DECORATOR_VERSION = 5.1.0
|
|
PYTHON_DECORATOR_SOURCE = decorator-$(PYTHON_DECORATOR_VERSION).tar.gz
|
|
PYTHON_DECORATOR_SITE = https://files.pythonhosted.org/packages/92/3c/34f8448b61809968052882b830f7d8d9a8e1c07048f70deb039ae599f73c
|
|
PYTHON_DECORATOR_LICENSE = BSD-2-Clause
|
|
PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_DECORATOR_CPE_ID_VENDOR = python
|
|
PYTHON_DECORATOR_CPE_ID_PRODUCT = decorator
|
|
PYTHON_DECORATOR_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|