License hash changed due to move to license file autogeneration: https://github.com/jaraco/jaraco.functools/commit/9a81db3c77bc106017dcd4b0853a5a94f43ae33c https://github.com/jaraco/jaraco.functools/commit/d2b8d7750f78e870def98c4e04053af4acc86e29 Add new python-coherent-licensed build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
726 B
Makefile
18 lines
726 B
Makefile
################################################################################
|
|
#
|
|
# python-jaraco-functools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JARACO_FUNCTOOLS_VERSION = 4.4.0
|
|
PYTHON_JARACO_FUNCTOOLS_SOURCE = jaraco_functools-$(PYTHON_JARACO_FUNCTOOLS_VERSION).tar.gz
|
|
PYTHON_JARACO_FUNCTOOLS_SITE = https://files.pythonhosted.org/packages/0f/27/056e0638a86749374d6f57d0b0db39f29509cce9313cf91bdc0ac4d91084
|
|
PYTHON_JARACO_FUNCTOOLS_LICENSE = MIT
|
|
PYTHON_JARACO_FUNCTOOLS_LICENSE_FILES = LICENSE
|
|
PYTHON_JARACO_FUNCTOOLS_SETUP_TYPE = setuptools
|
|
PYTHON_JARACO_FUNCTOOLS_DEPENDENCIES = \
|
|
host-python-coherent-licensed \
|
|
host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|