mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-WeasyPrint: update to 63.0.
This commit is contained in:
parent
c6f2c8f876
commit
09df9605f3
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-WeasyPrint'
|
# Template file for 'python3-WeasyPrint'
|
||||||
pkgname=python3-WeasyPrint
|
pkgname=python3-WeasyPrint
|
||||||
version=62.3
|
version=63.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
_runtime_deps="fonttools python3-Pillow python3-cssselect2 python3-html5lib python3-cffi
|
_runtime_deps="fonttools python3-Pillow python3-cssselect2 python3-html5lib
|
||||||
python3-Pyphen python3-pydyf glib pango"
|
python3-cffi python3-Pyphen python3-pydyf python3-tinyhtml5 glib pango"
|
||||||
hostmakedepends="python3-poetry-core python3-flit_core ${_runtime_deps}"
|
hostmakedepends="python3-poetry-core python3-flit_core ${_runtime_deps}"
|
||||||
depends="${_runtime_deps}"
|
depends="${_runtime_deps}"
|
||||||
checkdepends="python3-pytest-flake8 python3-pytest-xdist python3-pytest-isort
|
checkdepends="python3-pytest-flake8 python3-pytest-xdist python3-pytest-isort
|
||||||
|
@ -14,5 +14,5 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://weasyprint.org"
|
homepage="https://weasyprint.org"
|
||||||
distfiles="https://github.com/Kozea/WeasyPrint/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Kozea/WeasyPrint/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=0cde626b384b09344d4302e97613129c17c29bf346a0c2d5778693348bb965ce
|
checksum=1eade2c8a0fc33baea72a37ef5bb094cd473fbf20e5059caa6869a5f6881c812
|
||||||
make_check=no # Tests are broken on flake8 >= v5.x
|
make_check=no # Tests are broken on flake8 >= v5.x
|
||||||
|
|
Loading…
Add table
Reference in a new issue