mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-PyPDF2-1.26.0
This commit is contained in:
parent
cf0810bb00
commit
44217ffc70
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-PyPDF2/template
Normal file
19
srcpkgs/python3-PyPDF2/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-PyPDF2'
|
||||||
|
pkgname=python3-PyPDF2
|
||||||
|
version=1.26.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="PyPDF2-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="PDF toolkit"
|
||||||
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="http://mstamy2.github.com/PyPDF2"
|
||||||
|
distfiles="${PYPI_SITE}/P/PyPDF2/PyPDF2-${version}.tar.gz"
|
||||||
|
checksum=e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue