mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
python3-pikepdf: update to 4.0.0.
This commit is contained in:
parent
e074a88b29
commit
391819cfde
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'python3-pikepdf'
|
||||
pkgname=python3-pikepdf
|
||||
version=3.2.0
|
||||
version=4.0.0
|
||||
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"
|
||||
checkdepends="python3-dateutil python3-hypothesis python3-psutil python3-pytest $depends"
|
||||
depends="python3-lxml python3-Pillow python3-setuptools"
|
||||
checkdepends="python3-dateutil python3-hypothesis python3-psutil python3-pytest
|
||||
$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"
|
||||
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
|
||||
checksum=a0582f00440668c07edb8403e82724961c7812c8e6c30655e34825b2645f15cd
|
||||
checksum=487be40a2ec463a272b4490396787c9fba2b0bbe6c44e7254e1867b1d3c02df9
|
||||
|
||||
pre_build() {
|
||||
vsed -e '/setuptools_scm_git_archive/d' -i setup.py
|
||||
|
|
Loading…
Add table
Reference in a new issue