mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
4eb97cc7e6
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>
16 lines
662 B
Makefile
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))
|