blob: a12f762b093748ad62998462328e186f87b577cf (
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
32
33
|
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.15.1.gf4fab7f
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
provides = dpsprep=2.2.15.1.gf4fab7f
conflicts = dpsprep
source = git+https://github.com/kcroker/dpsprep.git
md5sums = SKIP
pkgname = dpsprep-git
|