# Template file for 'python3-pikepdf' pkgname=python3-pikepdf version=2.11.1 revision=2 wrksrc="pikepdf-${version}" build_style=python3-module hostmakedepends="python3-pybind11 python3-setuptools_scm python3-toml python3-wheel" makedepends="libqpdf-devel python3-pybind11" depends="python3-lxml python3-Pillow" checkdepends="python3-dateutil python3-hypothesis python3-lxml python3-Pillow python3-psutil python3-pytest" short_desc="Python library for reading and writing PDF files" maintainer="Philipp David " license="MPL-2.0" homepage="https://github.com/pikepdf/pikepdf" distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz" checksum=810488f80a1d93652498222f9d1391d9287b3b842971d7a8878e69a287c2476f pre_build() { vsed -e '/setuptools_scm_git_archive/d' -i setup.py } do_check() { PYTHONPATH=$(cd build/lib* && pwd) python3 -m pytest }