buildroot/package/python-beautifulsoup4/python-beautifulsoup4.mk
Asaf Kahlon 7fafd153b8 package/python-beautifulsoup4: bumo to version 4.8.1
* Add runtime dependency (soupsieve).
* Add hash for license file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-14 22:24:53 +02:00

15 lines
610 B
Makefile

################################################################################
#
# python-beautifulsoup4
#
################################################################################
PYTHON_BEAUTIFULSOUP4_VERSION = 4.8.1
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/86/cd/495c68f0536dcd25f016e006731ba7be72e072280305ec52590012c1e6f2
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = COPYING.txt
$(eval $(python-package))