Files
rpi-buildroot/package/python-iniconfig/python-iniconfig.mk
James Hilliard dc7d1ac681 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>
2024-10-24 09:27:24 +02:00

16 lines
610 B
Makefile

################################################################################
#
# python-iniconfig
#
################################################################################
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 = hatch
PYTHON_INICONFIG_LICENSE = MIT
PYTHON_INICONFIG_LICENSE_FILES = LICENSE
PYTHON_INICONFIG_DEPENDENCIES = host-python-hatch-vcs
$(eval $(python-package))