mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
python3-pikepdf: update to 5.6.1.
This commit is contained in:
parent
6720bc3e99
commit
268ff37494
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pikepdf'
|
||||
pkgname=python3-pikepdf
|
||||
version=5.4.2
|
||||
version=5.6.1
|
||||
revision=1
|
||||
wrksrc="pikepdf-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -14,8 +14,9 @@ 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=8f3a056f7a5647c91fc0861e8ae011c6dd7ecdf6c622ff483739c74887fc3eaa
|
||||
checksum=03fb70ff4fada9cba864d04033f4166b5bf7fa85c90cdc05afd0ab87c9ccaa1a
|
||||
|
||||
pre_check() {
|
||||
cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"
|
||||
|
|
Loading…
Add table
Reference in a new issue