mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
18 lines
800 B
Bash
18 lines
800 B
Bash
# Template file for 'python3-WeasyPrint'
|
|
pkgname=python3-WeasyPrint
|
|
version=62.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
_runtime_deps="fonttools python3-Pillow python3-cssselect2 python3-html5lib python3-cffi
|
|
python3-Pyphen python3-pydyf glib pango"
|
|
hostmakedepends="python3-poetry-core python3-flit_core ${_runtime_deps}"
|
|
depends="${_runtime_deps}"
|
|
checkdepends="python3-pytest-flake8 python3-pytest-xdist python3-pytest-isort
|
|
$depends"
|
|
short_desc="Awesome document factory"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://weasyprint.org"
|
|
distfiles="https://github.com/Kozea/WeasyPrint/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=dc6536b83525467d1397a7736bcd5aa00fed72f8b8c06081d990c09014ff277b
|
|
make_check=no # Tests are broken on flake8 >= v5.x
|