1c148c93c9
Verified license remains MIT after hash changed. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
607 B
Makefile
15 lines
607 B
Makefile
################################################################################
|
|
#
|
|
# python-beautifulsoup4
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BEAUTIFULSOUP4_VERSION = 4.12.0
|
|
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
|
|
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/c5/4c/b5b7d6e1d4406973fb7f4e5df81c6f07890fa82548ac3b945deed1df9d48
|
|
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
|
|
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
|
|
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|