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))
|