python312Packages.ocrmypdf: 16.4.3 -> 16.5.0 (#339234)
This commit is contained in:
commit
96be698f9b
@ -4,6 +4,8 @@
|
|||||||
deprecation,
|
deprecation,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
ghostscript,
|
ghostscript,
|
||||||
|
hatch-vcs,
|
||||||
|
hatchling,
|
||||||
hypothesis,
|
hypothesis,
|
||||||
img2pdf,
|
img2pdf,
|
||||||
jbig2enc,
|
jbig2enc,
|
||||||
@ -19,7 +21,6 @@
|
|||||||
pythonOlder,
|
pythonOlder,
|
||||||
rich,
|
rich,
|
||||||
reportlab,
|
reportlab,
|
||||||
setuptools-scm,
|
|
||||||
substituteAll,
|
substituteAll,
|
||||||
tesseract,
|
tesseract,
|
||||||
unpaper,
|
unpaper,
|
||||||
@ -28,7 +29,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ocrmypdf";
|
pname = "ocrmypdf";
|
||||||
version = "16.4.3";
|
version = "16.5.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
|
|
||||||
@ -44,7 +45,7 @@ buildPythonPackage rec {
|
|||||||
postFetch = ''
|
postFetch = ''
|
||||||
rm "$out/.git_archival.txt"
|
rm "$out/.git_archival.txt"
|
||||||
'';
|
'';
|
||||||
hash = "sha256-SHinfAWUqrPnHdDDXa1meVfxsyct17b1ak5U91GEc1w=";
|
hash = "sha256-jqe4BRW0U7gqcf+FtDWjDDvRStAqaEPTuU+B+BrFR5Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -59,7 +60,10 @@ buildPythonPackage rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
build-system = [ setuptools-scm ];
|
build-system = [
|
||||||
|
hatch-vcs
|
||||||
|
hatchling
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user