mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 15:03:27 +08:00
package/python-weasyprint: bump to version 63.0
Replace python-html5lib dependency with python-tinyhtml5. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
02e859b8d3
commit
2eb283098b
@ -5,11 +5,11 @@ config BR2_PACKAGE_PYTHON_WEASYPRINT
|
||||
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_TINYHTML5 # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZOPFLI # runtime
|
||||
help
|
||||
The Awesome Document Factory.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/weasyprint/json
|
||||
md5 4d3fd0b160d17d5cb36c2f2c1c231723 weasyprint-62.3.tar.gz
|
||||
sha256 8d8680d732f7fa0fcbc587692a5a5cb095c3525627066918d6e203cbf42b7fcd weasyprint-62.3.tar.gz
|
||||
md5 3c9e76bdee0db8aaef391d658cbdcb7c weasyprint-63.0.tar.gz
|
||||
sha256 ec24c64fdcc63e4168b2c24eb89b1ee8a711281a7d7fdb3eed3f54995489c9d1 weasyprint-63.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 bfd14eccfa6100575460e685556b183399d4bd335904e3c9521b0116d21c54da LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEASYPRINT_VERSION = 62.3
|
||||
PYTHON_WEASYPRINT_VERSION = 63.0
|
||||
PYTHON_WEASYPRINT_SOURCE = weasyprint-$(PYTHON_WEASYPRINT_VERSION).tar.gz
|
||||
PYTHON_WEASYPRINT_SITE = https://files.pythonhosted.org/packages/fd/22/2d76310cd2ea5bbf03c691a08d48626f49853b7261a51bbdc0f834d746ca
|
||||
PYTHON_WEASYPRINT_SITE = https://files.pythonhosted.org/packages/78/57/213cd566b7e14130d62babd91c5c5c2b94cbdbcdc0c7a0936a236bc88db0
|
||||
PYTHON_WEASYPRINT_SETUP_TYPE = flit
|
||||
PYTHON_WEASYPRINT_LICENSE = BSD-3-Clause
|
||||
PYTHON_WEASYPRINT_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user