package/python-termcolor: use hatch setup type

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>
This commit is contained in:
James Hilliard 2024-10-23 18:05:00 -06:00 committed by Thomas Petazzoni
parent f41a134637
commit 715d8ae7b3

View file

@ -7,9 +7,9 @@
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 = pep517
PYTHON_TERMCOLOR_SETUP_TYPE = hatch
PYTHON_TERMCOLOR_LICENSE = MIT
PYTHON_TERMCOLOR_LICENSE_FILES = COPYING.txt
PYTHON_TERMCOLOR_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
PYTHON_TERMCOLOR_DEPENDENCIES = host-python-hatch-vcs
$(eval $(python-package))