blob: 82e885e7b6b3ce50672e6769aaf5f769b036f5fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = dpsprep-git
pkgdesc = A DjVu to PDF converter with a focus on small output size and the ability to preserve document outlines and text layers
pkgver = 2.2.13
pkgrel = 1
url = https://github.com/kcroker/dpsprep
arch = any
license = GPL-3.0-only
checkdepends = python
checkdepends = ruff
checkdepends = mypy
checkdepends = python-types-pillow
checkdepends = python-types-fpdf2
checkdepends = python-pytest
checkdepends = python-pytest-image-diff
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry
depends = python
depends = python-djvulibre-python
depends = python-click
depends = python-loguru
depends = python-pillow
depends = python-fpdf2
depends = python-pdfrw
optdepends = ocrmypdf: Optional OCR and advanced PDF optimization
source = git+https://github.com/kcroker/dpsprep.git#tag=v2.2.13
md5sums = SKIP
pkgname = dpsprep-git
|