blob: 1ae9a3657ffe690dcea12a1477e4507a5bdc8bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python-pdf2image
pkgdesc = Python wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list
pkgver = 1.17.0
pkgrel = 1
url = https://github.com/Belval/pdf2image
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-pillow
depends = poppler
source = python-pdf2image-1.17.0.tar.gz::https://github.com/Belval/pdf2image/archive/v1.17.0.tar.gz
sha512sums = a74579901e597559782c3357ea686cc92f358a4362ac309cf23843ad15b4f5d00b7d483098e8046c0edb83ae95cbf3155e02f84a8101da4034fe4bb201191a1d
pkgname = python-pdf2image
|