19 lines
505 B
Bash
19 lines
505 B
Bash
# Template file for 'python3-PyPDF2'
|
|
pkgname=python3-PyPDF2
|
|
version=1.26.0
|
|
revision=4
|
|
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
|
|
}
|