mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-30 11:11:08 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
16 lines
662 B
Makefile
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))
|