kumquat-buildroot/package/python-weasyprint/python-weasyprint.mk
James Hilliard b33e39e3ea package/python-weasyprint: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-04 22:47:52 +01:00

15 lines
577 B
Makefile

################################################################################
#
# python-weasyprint
#
################################################################################
PYTHON_WEASYPRINT_VERSION = 53.4
PYTHON_WEASYPRINT_SOURCE = weasyprint-$(PYTHON_WEASYPRINT_VERSION).tar.gz
PYTHON_WEASYPRINT_SITE = https://files.pythonhosted.org/packages/72/25/336e274fde0e48cf9979d44667411fbcfa55d323fd7672068807b6de2f89
PYTHON_WEASYPRINT_SETUP_TYPE = distutils
PYTHON_WEASYPRINT_LICENSE = BSD-3-Clause
PYTHON_WEASYPRINT_LICENSE_FILES = LICENSE
$(eval $(python-package))