python3-pikepdf: update to 8.7.1.
This commit is contained in:
parent
1711623836
commit
fec957868d
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'python3-pikepdf'
|
||||
pkgname=python3-pikepdf
|
||||
version=8.5.1
|
||||
version=8.7.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-pybind11 python3-wheel"
|
||||
makedepends="libqpdf-devel python3-pybind11"
|
||||
depends="jbig2dec python3-deprecation python3-lxml python3-packaging
|
||||
depends="jbig2dec python3-deprecated 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"
|
||||
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="Philipp David <pd@3b.pm>"
|
||||
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=f1a1de1a241912f96cb202b7ac28b4bc229d66c8bdf08d8dc25144f155adf653
|
||||
checksum=69d69a93d07027e351996ef8232f26bba762d415206414e0ae3814be0aee0f7a
|
||||
|
||||
pre_check() {
|
||||
cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"
|
||||
|
|
Loading…
Reference in New Issue