buildroot/package/python-weasyprint/python-weasyprint.mk

15 lines
572 B
Makefile

################################################################################
#
# python-weasyprint
#
################################################################################
PYTHON_WEASYPRINT_VERSION = 57.0
PYTHON_WEASYPRINT_SOURCE = weasyprint-$(PYTHON_WEASYPRINT_VERSION).tar.gz
PYTHON_WEASYPRINT_SITE = https://files.pythonhosted.org/packages/b7/98/cd0df64b306ac901ffd53c50d9d5d79d92cae756b6469fc14771adb39d77
PYTHON_WEASYPRINT_SETUP_TYPE = flit
PYTHON_WEASYPRINT_LICENSE = BSD-3-Clause
PYTHON_WEASYPRINT_LICENSE_FILES = LICENSE
$(eval $(python-package))