mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pikepdf: update to 8.2.0.
This commit is contained in:
parent
5524e52f44
commit
e8cf3147ef
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-pikepdf'
|
# Template file for 'python3-pikepdf'
|
||||||
pkgname=python3-pikepdf
|
pkgname=python3-pikepdf
|
||||||
version=7.2.0
|
version=8.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-pybind11 python3-wheel"
|
||||||
makedepends="libqpdf-devel python3-pybind11"
|
makedepends="libqpdf-devel python3-pybind11"
|
||||||
depends="jbig2dec python3-deprecation python3-lxml python3-packaging
|
depends="jbig2dec python3-deprecation python3-lxml python3-packaging
|
||||||
python3-Pillow python3-setuptools"
|
python3-Pillow python3-setuptools"
|
||||||
|
@ -15,7 +15,7 @@ license="MPL-2.0"
|
||||||
homepage="https://github.com/pikepdf/pikepdf"
|
homepage="https://github.com/pikepdf/pikepdf"
|
||||||
changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
|
changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
|
||||||
checksum=ad82b836faed0376c725e19d0f8a7c7bef389e8c46683c11bbfc70410bc2e3ee
|
checksum=d55c759fdefc7018fd8bed304bf0edb27aa06ecc6a225fe270bd0eaedf586d84
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"
|
cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue