# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=weasyprint
pkgver=64.1
pkgrel=0
pkgdesc="A visual rendering engine for HTML and CSS that can export to PDF"
url="https://weasyprint.org"
arch="noarch"
license="BSD-3-Clause"
depends="
	pango
	py3-brotli
	py3-cssselect2
	py3-cffi
	py3-fonttools
	py3-pillow
	py3-pydyf
	py3-pyphen
	py3-tinycss2
	py3-tinyhtml5
	py3-zopfli
	"
makedepends="
	py3-flit-core
	py3-gpep517
	"
checkdepends="
	font-dejavu
	ghostscript
	py3-pytest
	py3-pytest-xdist
	"
replaces="py-weasyprint py3-weasyprint"  # for backward compatibility
provides="py-weasyprint=$pkgver-r$pkgrel py3-weasyprint=$pkgver-r$pkgrel"  # for backward compatibility
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/w/weasyprint/weasyprint-$pkgver.tar.gz"

build() {
	gpep517 build-wheel \
		--wheel-dir .dist \
		--output-fd 3 3>&1 >&2
}

check() {
	pytest --deselect tests/draw/test_text.py::test_otb_font
}

package() {
	python3 -m installer -d "$pkgdir" \
		.dist/weasyprint-$pkgver-py3-none-any.whl
}

sha512sums="
35f66b56f2f0c6f5f9d48c7fd1ff5c8dd87481c9172856e17c53455b973484711134b9ab3fe9239831d334ff62c69e5e8b810cd982b771a4b3579ba0175fd6d2  weasyprint-64.1.tar.gz
"
