diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-08 16:43:00 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 17:52:53 -0300 |
commit | 25efe882d1de54f7161c3dba8b4c77d486ab5c11 (patch) | |
tree | 90b7cc6f7893bc4069670b5492701d23ad7c5bbd /testing/py3-weasyprint | |
parent | 6b89704e9fc7c2f93f23e8ff4f29a903d2f639a8 (diff) | |
download | aports-25efe882d1de54f7161c3dba8b4c77d486ab5c11.tar.bz2 aports-25efe882d1de54f7161c3dba8b4c77d486ab5c11.tar.xz |
testing/py3-weasyprint: upgrade to v48
Diffstat (limited to 'testing/py3-weasyprint')
-rw-r--r-- | testing/py3-weasyprint/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-weasyprint/APKBUILD b/testing/py3-weasyprint/APKBUILD index 7223522286..26d3e06229 100644 --- a/testing/py3-weasyprint/APKBUILD +++ b/testing/py3-weasyprint/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py3-weasyprint _pyname=WeasyPrint -pkgver=47 +pkgver=48 pkgrel=0 pkgdesc="cairo-based HTML renderer for python" url="https://weasyprint.org" @@ -9,7 +9,7 @@ arch="noarch" license="BSD-3-Clause" depends=" pango cairo py3-cairocffi py3-cairosvg py3-cssselect2 py3-tinycss2 py3-pyphen - py3-lxml py3-pdfrw + py3-lxml py3-pdfrw py3-html5lib " makedepends="py3-setuptools" _pypiprefix="${_pyname%${_pyname#?}}" @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="1f840d997d33aebd2a8a4c2dafdfec0dfe13a97beda21438f69e28f6bfca8a6fcfe0496cb5a9fa4307e6807b23e2ba656093fe90e3fb2269a865e56a9a83fe1b WeasyPrint-47.tar.gz" +sha512sums="37bb32fd832a2e2cfd796160d92446dfccd91ec307f2df06091f631f4ead220cf8c5c8a453197b7cb48d6863f9dc32436c641de4d82db57a448dc46b40fb5e24 WeasyPrint-48.tar.gz" |