mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(ocrmypdf)[3]
frustrating
This commit is contained in:
parent
e9af7b593f
commit
a45dc8a02f
1 changed files with 8 additions and 7 deletions
|
@ -8,17 +8,18 @@ versions:
|
||||||
dependencies:
|
dependencies:
|
||||||
pkgx.sh: ^1
|
pkgx.sh: ^1
|
||||||
qpdf.sourceforge.io: ^11
|
qpdf.sourceforge.io: ^11
|
||||||
simplesystems.org/libtiff: ^4
|
darwin: # a consequence of rebuilding for 11.0
|
||||||
openjpeg.org: ^2
|
simplesystems.org/libtiff: ^4
|
||||||
libjpeg-turbo.org: ^2
|
openjpeg.org: ^2
|
||||||
zlib.net: ^1
|
libjpeg-turbo.org: ^2
|
||||||
x.org/xcb: ^1
|
zlib.net: ^1
|
||||||
|
x.org/xcb: ^1
|
||||||
|
gnome.org/libxml2: ~2.12
|
||||||
|
gnome.org/libxslt: ^1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
python.org: ~3.11
|
||||||
gnome.org/libxml2: ~2.12
|
|
||||||
gnome.org/libxslt: '*'
|
|
||||||
script:
|
script:
|
||||||
- bkpyvenv stage {{prefix}} {{version}}
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
- ${{prefix}}/venv/bin/pip install .
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
|
Loading…
Reference in a new issue