generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
20
package/python-weasyprint/Config.in
Normal file
20
package/python-weasyprint/Config.in
Normal file
@ -0,0 +1,20 @@
|
||||
config BR2_PACKAGE_PYTHON_WEASYPRINT
|
||||
bool "python-weasyprint"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-brotli, python-zopfli
|
||||
select BR2_PACKAGE_PYTHON_BROTLI # runtime
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
select BR2_PACKAGE_PYTHON_CSSSELECT2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_FONTTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_HTML5LIB # runtime
|
||||
select BR2_PACKAGE_PYTHON_PILLOW # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYDYF # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYPHEN # runtime
|
||||
select BR2_PACKAGE_PYTHON_TINYCSS2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZOPFLI # runtime
|
||||
help
|
||||
The Awesome Document Factory.
|
||||
|
||||
https://www.courtbouillon.org/weasyprint
|
||||
|
||||
comment "python-weasyprint needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
5
package/python-weasyprint/python-weasyprint.hash
Normal file
5
package/python-weasyprint/python-weasyprint.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/weasyprint/json
|
||||
md5 8891a483640daf4f9f234f96437fc056 weasyprint-55.0.tar.gz
|
||||
sha256 ea5d5f2f159262e38b6e85939d8510e9735a47751a9647c9eaa93c22ced86230 weasyprint-55.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 bfd14eccfa6100575460e685556b183399d4bd335904e3c9521b0116d21c54da LICENSE
|
||||
14
package/python-weasyprint/python-weasyprint.mk
Normal file
14
package/python-weasyprint/python-weasyprint.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-weasyprint
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEASYPRINT_VERSION = 55.0
|
||||
PYTHON_WEASYPRINT_SOURCE = weasyprint-$(PYTHON_WEASYPRINT_VERSION).tar.gz
|
||||
PYTHON_WEASYPRINT_SITE = https://files.pythonhosted.org/packages/8c/a5/1a0f1f60a0dabd475d3c36739eeb43bec2da2d9d57f4a6cd95964f8b34b7
|
||||
PYTHON_WEASYPRINT_SETUP_TYPE = flit
|
||||
PYTHON_WEASYPRINT_LICENSE = BSD-3-Clause
|
||||
PYTHON_WEASYPRINT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user