python3-pikepdf: update to 8.2.0.
This commit is contained in:
parent
5524e52f44
commit
e8cf3147ef
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-pikepdf'
|
||||
pkgname=python3-pikepdf
|
||||
version=7.2.0
|
||||
version=8.2.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
|
||||
hostmakedepends="python3-pybind11 python3-wheel"
|
||||
makedepends="libqpdf-devel python3-pybind11"
|
||||
depends="jbig2dec python3-deprecation python3-lxml python3-packaging
|
||||
python3-Pillow python3-setuptools"
|
||||
|
@ -15,7 +15,7 @@ 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=ad82b836faed0376c725e19d0f8a7c7bef389e8c46683c11bbfc70410bc2e3ee
|
||||
checksum=d55c759fdefc7018fd8bed304bf0edb27aa06ecc6a225fe270bd0eaedf586d84
|
||||
|
||||
pre_check() {
|
||||
cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"
|
||||
|
|
Loading…
Reference in New Issue