mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
License hash changed due to move to license file autogeneration:9a81db3c77d2b8d7750fAdd new python-coherent-licensed build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
746 B
Makefile
18 lines
746 B
Makefile
################################################################################
|
|
#
|
|
# python-jaraco-collections
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JARACO_COLLECTIONS_VERSION = 5.2.1
|
|
PYTHON_JARACO_COLLECTIONS_SOURCE = jaraco_collections-$(PYTHON_JARACO_COLLECTIONS_VERSION).tar.gz
|
|
PYTHON_JARACO_COLLECTIONS_SITE = https://files.pythonhosted.org/packages/fa/d2/751000cf702676dbb78f97728f4d52b029e817e2b3c94088dfe5c70ff46d
|
|
PYTHON_JARACO_COLLECTIONS_SETUP_TYPE = setuptools
|
|
PYTHON_JARACO_COLLECTIONS_LICENSE = MIT
|
|
PYTHON_JARACO_COLLECTIONS_LICENSE_FILES = LICENSE
|
|
PYTHON_JARACO_COLLECTIONS_DEPENDENCIES = \
|
|
host-python-coherent-licensed \
|
|
host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|