Files
buildroot/package/python-beautifulsoup4/python-beautifulsoup4.mk
James Hilliard 32448f18a0 package/python-beautifulsoup4: bump to version 4.12.3
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-07-02 08:59:38 +02:00

16 lines
662 B
Makefile

################################################################################
#
# python-beautifulsoup4
#
################################################################################
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_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = LICENSE
PYTHON_BEAUTIFULSOUP4_DEPENDENCIES = host-python-hatchling
$(eval $(python-package))