Use the new hatch setup type which automatically pulls in the host-python-hatchling dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
614 B
Makefile
16 lines
614 B
Makefile
################################################################################
|
|
#
|
|
# python-termcolor
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TERMCOLOR_VERSION = 2.5.0
|
|
PYTHON_TERMCOLOR_SOURCE = termcolor-$(PYTHON_TERMCOLOR_VERSION).tar.gz
|
|
PYTHON_TERMCOLOR_SITE = https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5
|
|
PYTHON_TERMCOLOR_SETUP_TYPE = hatch
|
|
PYTHON_TERMCOLOR_LICENSE = MIT
|
|
PYTHON_TERMCOLOR_LICENSE_FILES = COPYING.txt
|
|
PYTHON_TERMCOLOR_DEPENDENCIES = host-python-hatch-vcs
|
|
|
|
$(eval $(python-package))
|