python311Packages.pikepdf: 8.15.1 -> 9.0.0
Diff: https://github.com/pikepdf/pikepdf/compare/v8.15.1...v9.0.0 Changelog: https://github.com/pikepdf/pikepdf/blob/v9.0.0/docs/releasenotes/version9.rst
This commit is contained in:
committed by
Martin Weinelt
parent
67bdfbe30b
commit
f4b46cf524
@@ -25,7 +25,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pikepdf";
|
||||
version = "8.15.1";
|
||||
version = "9.0.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -40,7 +40,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-YyrGqcLRhCEWaJ6duUMpQMj1kx27t9EilhZ3tll8nbY=";
|
||||
hash = "sha256-dTEYI3dGu3Q/80lijp0ooApveSL1VWVHwLw7covnYYc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -53,12 +53,12 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "shims_enabled = not cflags_defined" "shims_enabled = False"
|
||||
--replace-fail "shims_enabled = not cflags_defined" "shims_enabled = False"
|
||||
'';
|
||||
|
||||
buildInputs = [ qpdf ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
pybind11
|
||||
setuptools
|
||||
];
|
||||
@@ -74,7 +74,7 @@ buildPythonPackage rec {
|
||||
python-xmp-toolkit
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
deprecated
|
||||
lxml
|
||||
packaging
|
||||
|
||||
Reference in New Issue
Block a user