package/python-iniconfig: 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 16:20:11 -06:00
committed by Thomas Petazzoni
parent 3aa97a8eef
commit dc7d1ac681

View File

@@ -7,9 +7,9 @@
PYTHON_INICONFIG_VERSION = 2.0.0
PYTHON_INICONFIG_SOURCE = iniconfig-$(PYTHON_INICONFIG_VERSION).tar.gz
PYTHON_INICONFIG_SITE = https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913
PYTHON_INICONFIG_SETUP_TYPE = pep517
PYTHON_INICONFIG_SETUP_TYPE = hatch
PYTHON_INICONFIG_LICENSE = MIT
PYTHON_INICONFIG_LICENSE_FILES = LICENSE
PYTHON_INICONFIG_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
PYTHON_INICONFIG_DEPENDENCIES = host-python-hatch-vcs
$(eval $(python-package))