python3-pikepdf: update to 4.3.1.

This commit is contained in:
Philipp David 2022-01-07 07:26:16 +01:00 committed by Érico Nogueira Rolim
parent 3ee31b0595
commit 2fbc3486c4

View file

@ -1,12 +1,12 @@
# Template file for 'python3-pikepdf'
pkgname=python3-pikepdf
version=4.2.0
version=4.3.1
revision=1
wrksrc="pikepdf-${version}"
build_style=python3-module
hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
makedepends="libqpdf-devel python3-pybind11"
depends="python3-lxml python3-Pillow python3-setuptools"
depends="python3-lxml python3-packaging python3-Pillow python3-setuptools"
checkdepends="python3-dateutil python3-hypothesis python3-psutil python3-pytest
$depends"
short_desc="Python library for reading and writing PDF files"
@ -14,7 +14,7 @@ maintainer="Philipp David <pd@3b.pm>"
license="MPL-2.0"
homepage="https://github.com/pikepdf/pikepdf"
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
checksum=9a91564193f2c01a55aef4c3b97764b2cb59443034b62a95620b12eb265c647e
checksum=8836e6060534c7245c8d736e93600667b928c767a012a73bb567f56bbe3d985c
pre_build() {
vsed -e '/setuptools_scm_git_archive/d' -i setup.py