~alpine/aports

testing/py3-weasyprint: upgrade to v48 v1 PROPOSED

Drew DeVault: 1
 testing/py3-weasyprint: upgrade to v48

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/758/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/py3-weasyprint: upgrade to v48 Export this patch

---
 testing/py3-weasyprint/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/py3-weasyprint/APKBUILD b/testing/py3-weasyprint/APKBUILD
index 7223522286..dcec5472de 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"
@@ -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"
-- 
2.22.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Running it leaves with an import error for 'html5lib'.

Problable dependency on py3-html5lib ?


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---