mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/py-pypdf2: new aport
This commit is contained in:
parent
67398246e9
commit
faa35e0252
31
testing/py-pypdf2/APKBUILD
Normal file
31
testing/py-pypdf2/APKBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=py-pypdf2
|
||||
_pkgname=PyPDF2
|
||||
pkgver=1.26.0
|
||||
_id="68fcc0d43daf4c6bdbc6b33cc3f77bda531c86b174cac56ef0ffdb96faab"
|
||||
pkgrel=0
|
||||
pkgdesc="A Pure-Python library built as a PDF toolkit."
|
||||
url=" http://mstamy2.github.com/PyPDF2"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev python-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="https://pypi.python.org/packages/b4/01/$_id/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
md5sums="2301acc0ecbab0633d4c9b883d50ee5e PyPDF2-1.26.0.tar.gz"
|
||||
sha256sums="e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385 PyPDF2-1.26.0.tar.gz"
|
||||
sha512sums="7b427f1d099dcd687a718fb8d86e6f677ad45257414c6367e4dfacd8dfef7e3dbe3816027359868764981f36a30721f1731b4c23cbe2f35cfab1c64fb290b034 PyPDF2-1.26.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user