-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathtemplate
More file actions
28 lines (27 loc) · 1.11 KB
/
Copy pathtemplate
File metadata and controls
28 lines (27 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Template file for 'python3-pikepdf'
pkgname=python3-pikepdf
version=10.7.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-pybind11 python3-wheel python3-scikit-build-core
ninja python3-nanobind"
makedepends="libqpdf-devel python3-pybind11"
depends="jbig2dec python3-deprecated python3-lxml python3-packaging
python3-Pillow python3-setuptools"
checkdepends="poppler python3-dateutil python3-hypothesis python3-numpy
python3-psutil python3-pytest python3-pytest-timeout python3-pytest-xdist
$depends"
short_desc="Python library for reading and writing PDF files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0"
homepage="https://github.com/pikepdf/pikepdf"
changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
checksum=0fcaf7dd06a1b11940dabb2648cdaf8413216f2d2e883b3ebd8f6a8ea0893479
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686)
make_check_args="-k not((test_save_to_dev_null)or(test_repr_stream))"
;;
esac
fi