# Template file for 'python3-pikepdf' pkgname=python3-pikepdf version=5.4.2 revision=1 wrksrc="pikepdf-${version}" build_style=python3-module hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel" makedepends="libqpdf-devel python3-pybind11" depends="jbig2dec python3-deprecation python3-lxml python3-packaging python3-Pillow python3-setuptools" checkdepends="poppler python3-dateutil python3-hypothesis python3-psutil python3-pytest python3-pytest-timeout python3-pytest-xdist $depends" 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=8f3a056f7a5647c91fc0861e8ae011c6dd7ecdf6c622ff483739c74887fc3eaa pre_check() { cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)" } post_check() { rm -r "$(cd build/lib* && pwd)/pikepdf.egg-info" }