package/python-expandvars: 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 22:34:13 -06:00 committed by Thomas Petazzoni
parent 292d48f11e
commit c1ff204168

View file

@ -7,9 +7,8 @@
PYTHON_EXPANDVARS_VERSION = 0.12.0
PYTHON_EXPANDVARS_SOURCE = expandvars-$(PYTHON_EXPANDVARS_VERSION).tar.gz
PYTHON_EXPANDVARS_SITE = https://files.pythonhosted.org/packages/2b/a5/46d1f58edcae1d632fafdfee313e378240e002ae45d26502bac938bd8751
PYTHON_EXPANDVARS_SETUP_TYPE = pep517
PYTHON_EXPANDVARS_SETUP_TYPE = hatch
PYTHON_EXPANDVARS_LICENSE = MIT
PYTHON_EXPANDVARS_LICENSE_FILES = LICENSE
HOST_PYTHON_EXPANDVARS_DEPENDENCIES = host-python-hatchling
$(eval $(host-python-package))