package/python-weasyprint: bump to version 54.2
Migrate from distutils to flit package infrastructure. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
19294eb352
commit
c7557cb054
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/weasyprint/json
|
||||
md5 a90fd2d5a581a0e218943af3a8b64a31 weasyprint-53.4.tar.gz
|
||||
sha256 10ccb17d55c73096bdf1edd3efe58cb855b07e4c307d9bad4ebc9a3f13ff4580 weasyprint-53.4.tar.gz
|
||||
md5 3917447c277db6931b8370f1d725db49 weasyprint-54.2.tar.gz
|
||||
sha256 d5e8aa82e3e2a2477a4543f0646d9fb14080c9ba34a0859751eb23757cc00466 weasyprint-54.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 bfd14eccfa6100575460e685556b183399d4bd335904e3c9521b0116d21c54da LICENSE
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEASYPRINT_VERSION = 53.4
|
||||
PYTHON_WEASYPRINT_VERSION = 54.2
|
||||
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_SITE = https://files.pythonhosted.org/packages/f3/dc/d3d6f1d87a0a0b09637a1f5076790e229cc803c3584ed4edb76553844001
|
||||
PYTHON_WEASYPRINT_SETUP_TYPE = flit
|
||||
PYTHON_WEASYPRINT_LICENSE = BSD-3-Clause
|
||||
PYTHON_WEASYPRINT_LICENSE_FILES = LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user