package/python-soupsieve: 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 23:22:00 -06:00
committed by Thomas Petazzoni
parent f15906ded9
commit f9e50c1137

View File

@@ -7,9 +7,8 @@
PYTHON_SOUPSIEVE_VERSION = 2.6
PYTHON_SOUPSIEVE_SOURCE = soupsieve-$(PYTHON_SOUPSIEVE_VERSION).tar.gz
PYTHON_SOUPSIEVE_SITE = https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb
PYTHON_SOUPSIEVE_SETUP_TYPE = pep517
PYTHON_SOUPSIEVE_SETUP_TYPE = hatch
PYTHON_SOUPSIEVE_LICENSE = MIT
PYTHON_SOUPSIEVE_LICENSE_FILES = LICENSE.md
PYTHON_SOUPSIEVE_DEPENDENCIES = host-python-hatchling
$(eval $(python-package))