mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 14:13:54 -09:00
https://git.launchpad.net/beautifulsoup/tree/CHANGELOG (from master branch, no 4.14.3 tag available) Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
602 B
Makefile
15 lines
602 B
Makefile
################################################################################
|
|
#
|
|
# python-beautifulsoup4
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BEAUTIFULSOUP4_VERSION = 4.14.3
|
|
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
|
|
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/c3/b0/1c6a16426d389813b48d95e26898aff79abbde42ad353958ad95cc8c9b21
|
|
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = hatch
|
|
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
|
|
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|