~dricottone/huttese-apk

8dc39afe162360e08a61f12e472fe1e3231b0bb3 — Drew DeVault 2 years ago ef0904d
py3-weasyprint: add missing submodules
1 files changed, 5 insertions(+), 1 deletions(-)

M sr.ht/py3-weasyprint/APKBUILD
M sr.ht/py3-weasyprint/APKBUILD => sr.ht/py3-weasyprint/APKBUILD +5 -1
@@ 2,7 2,7 @@
pkgname=py3-weasyprint
_pyname=weasyprint
pkgver=54.0
pkgrel=0
pkgrel=1
pkgdesc="cairo-based HTML renderer for python"
url="https://weasyprint.org"
arch="noarch"


@@ 29,6 29,10 @@ prepare() {
	# releases with style errors so that our release tarballs have failing
	# tests! Brilliant!
	sed -i pyproject.toml -e 's/--isort//'
	for mod in formatting_structure text
	do
		touch weasyprint/$mod/__init__.py
	done
}

build() {