buildroot/package/python-beautifulsoup4/python-beautifulsoup4.mk
James Hilliard 4eb97cc7e6 package/python-beautifulsoup4: bump to version 4.12.2
Migrate from setuptools to pep517 hatchling build backend.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-11-06 13:46:50 +01:00

16 lines
662 B
Makefile

################################################################################
#
# python-beautifulsoup4
#
################################################################################
PYTHON_BEAUTIFULSOUP4_VERSION = 4.12.2
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/af/0b/44c39cf3b18a9280950ad63a579ce395dda4c32193ee9da7ff0aed547094
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = pep517
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = LICENSE
PYTHON_BEAUTIFULSOUP4_DEPENDENCIES = host-python-hatchling
$(eval $(python-package))