kumquat-buildroot/package/python-beautifulsoup4/python-beautifulsoup4.mk
James Hilliard 474148dc7a package/python-beautifulsoup4: bump to version 4.11.1
License file moved per changelog:
the license file is packaged as LICENSE

License hash changed due to formatting changes.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-11-03 21:03:15 +01:00

15 lines
607 B
Makefile

################################################################################
#
# python-beautifulsoup4
#
################################################################################
PYTHON_BEAUTIFULSOUP4_VERSION = 4.11.1
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/e8/b0/cd2b968000577ec5ce6c741a54d846dfa402372369b8b6861720aa9ecea7
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = LICENSE
$(eval $(python-package))