You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
7927694514
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
572 B
Makefile
15 lines
572 B
Makefile
################################################################################
|
|
#
|
|
# python-weasyprint
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WEASYPRINT_VERSION = 57.1
|
|
PYTHON_WEASYPRINT_SOURCE = weasyprint-$(PYTHON_WEASYPRINT_VERSION).tar.gz
|
|
PYTHON_WEASYPRINT_SITE = https://files.pythonhosted.org/packages/32/3f/d305dc714c119e5b11c0ea1ecff9741407b6da90d6b684859d3b3e586692
|
|
PYTHON_WEASYPRINT_SETUP_TYPE = flit
|
|
PYTHON_WEASYPRINT_LICENSE = BSD-3-Clause
|
|
PYTHON_WEASYPRINT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|