package/python-beautifulsoup4: 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:23:53 -06:00 committed by Thomas Petazzoni
parent f9e50c1137
commit 6b7857bf28

View file

@ -7,9 +7,8 @@
PYTHON_BEAUTIFULSOUP4_VERSION = 4.12.3
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = pep517
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = hatch
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = LICENSE
PYTHON_BEAUTIFULSOUP4_DEPENDENCIES = host-python-hatchling
$(eval $(python-package))