Commit graph

22 commits

Author SHA1 Message Date
Antoine Martin 13183513a0
ocrmypdf: 11.7.3 -> 12.3.0 (#130175) 2021-07-22 16:40:20 +02:00
Sandro Jäckel 2e9c330216
pythonPackages: deprecate pytest_xdist alias 2021-07-21 13:32:52 +02:00
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Daniel Nagy 32160034bf
ocrmypdf: 11.6.0 -> 11.7.3 2021-04-14 22:33:19 +02:00
Fabian Affolter 9cbd8685c9 ocrmypdf: 11.3.3 -> 11.6.0 2021-02-08 16:52:01 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jonathan Ringer 28bc8eadd1 ocrmypdf: 11.0.1 -> 11.3.3, fix build 2020-11-11 23:11:41 -08:00
Ivan Kozik d56da56bf8 ocrmypdf: 10.3.0 -> 11.0.1
This fixes the build:

```
ERROR: Could not find a version that satisfies the requirement img2pdf<0.4,>=0.3.0 (from ocrmypdf==10.3.0) (from versions: none)
ERROR: No matching distribution found for img2pdf<0.4,>=0.3.0 (from ocrmypdf==10.3.0)
builder for '/nix/store/1ggj5wwl92xickc7w5hfl3zrjfscxnf1-ocrmypdf-10.3.0.drv' failed with exit code 1
error: build of '/nix/store/1ggj5wwl92xickc7w5hfl3zrjfscxnf1-ocrmypdf-10.3.0.drv' failed
```
2020-08-31 16:59:24 -07:00
Pascal Bach 29c1e061be ocrmypdf: 10.2.0 -> 10.3.0
Add patch to make it compatible with pdfminer 20200720
Submitted upstream as https://github.com/jbarlow83/OCRmyPDF/pull/596
2020-07-23 21:49:22 +02:00
Pascal Bach 8076db33e9 ocrmypdf: 9.8.2 -> 10.2.0 2020-07-11 21:09:57 +02:00
Robert Djubek 96bfdf2843
ocrmypdf: 9.8.0 -> 9.8.2
version bump also fixes build after pikepdf update:
https://github.com/NixOS/nixpkgs/pull/88680
2020-06-07 00:17:28 +00:00
R. RyanTM 2979b2ac27 ocrmypdf: 9.6.1 -> 9.8.0 2020-05-06 23:13:21 -07:00
R. RyanTM e04b6ecc64 ocrmypdf: 9.6.0 -> 9.6.1 2020-03-09 19:16:29 +01:00
R. RyanTM 2ce41a54ac ocrmypdf: 9.5.0 -> 9.6.0 2020-02-20 15:04:21 +00:00
Will Dietz 61381b2f88
ocrmypdf: 9.4.0 -> 9.5.0 2020-01-21 18:17:30 -06:00
Will Dietz 6b1937818e
ocrmypdf: prefer patch + substituteAll 2020-01-21 18:14:49 -06:00
Will Dietz 24c14a8fc9
ocrmypdf: fix patching of leptonica lib path 2020-01-12 17:25:27 -06:00
Will Dietz 1cab2551b9
ocrmypdf: 9.2.0 -> 9.4.0 2020-01-11 00:11:29 -06:00
Mario Rodas 01956b5605 ocrmypdf: 9.0.3 -> 9.2.0 2019-12-15 23:15:07 -08:00
Robert Djubek 82c4218fe9
ocrmypdf: 8.2.3 -> 9.0.3
Version bump and bug fix
Fixes runtime dependencies ( #67497 ) and the version bump fixed other issues
2019-09-14 03:40:11 +00:00
Robert Djubek 352239e24a
ocrmypdf: init at 8.2.3 2019-08-14 04:45:09 +00:00