Skip to content

Instantly share code, notes, and snippets.

@pigmonkey
Created April 30, 2019 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pigmonkey/ff5986fadb7f2489a355570fe9c39de5 to your computer and use it in GitHub Desktop.
Save pigmonkey/ff5986fadb7f2489a355570fe9c39de5 to your computer and use it in GitHub Desktop.
python-pdfminer.six
# $Id$
# Maintainer: Tatsuyuki Ishi <ishitatsuyuki@gmail.com>
# Contributor: Kyle Keen <keenerd@gmail.com>
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
# Contributor: Pierre Chapuis <catwell@archlinux.us>
# Contributor: Stefano Esposito <ragnarok@email.it>
_name=pdfminer.six
pkgname="python-$_name"
pkgver=20181108
pkgrel=3
pkgdesc="PDF parser and analyzer for Python"
depends=('python-six' 'python-chardet' 'python-pycryptodome' 'python-sortedcontainers')
makedepends=('git' 'python-setuptools')
arch=('any')
url="https://github.com/pdfminer/pdfminer.six"
license=('MIT')
source=("git+https://github.com/pdfminer/${_name}.git#tag=${pkgver}")
sha384sums=('SKIP')
package() {
cd "$srcdir/$_name"
python setup.py install --root="$pkgdir" --optimize=1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment