From 44217ffc7035c20bcc27dfdf98fc1bc8826a15c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 17 Feb 2020 23:03:39 +0100 Subject: [PATCH] New package: python3-PyPDF2-1.26.0 --- srcpkgs/python3-PyPDF2/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-PyPDF2/template diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template new file mode 100644 index 00000000000..75289b4f3ca --- /dev/null +++ b/srcpkgs/python3-PyPDF2/template @@ -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 " +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 +}