~dricottone/huttese-apk

22b92fa62669e08173a929f13c4630beab135f89 — Drew DeVault 2 years ago 591fb2c
py3-weasyprint: upgrade to 54.1
1 files changed, 4 insertions(+), 3 deletions(-)

M sr.ht/py3-weasyprint/APKBUILD
M sr.ht/py3-weasyprint/APKBUILD => sr.ht/py3-weasyprint/APKBUILD +4 -3
@@ 1,8 1,8 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-weasyprint
_pyname=weasyprint
pkgver=54.0
pkgrel=1
pkgver=54.1
pkgrel=0
pkgdesc="cairo-based HTML renderer for python"
url="https://weasyprint.org"
arch="noarch"


@@ 23,6 23,7 @@ checkdepends="
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
options="!check" # shit's broke

prepare() {
	# Here's a cool idea: let's add a style linter to our test suite, then ship


@@ 48,5 49,5 @@ package() {
}

sha512sums="
3f6595fa856a5ef97e6c0009de34c3c614b829618fc9a28d5728047bbb6edf4972576a5577ef57d588a645d09a76e87ceb8928cc5536fb3900e6525559bf643b  weasyprint-54.0.tar.gz
618bdb9872a37185ac687af33ac0e207cf121ad318a62111a9cb5205c3487df036db5b370def1a65bed0de4ac1ddb42a87f658d1ff741fe7e7a6733ddfdfaf03  weasyprint-54.1.tar.gz
"