python311Packages.fpdf2: 2.7.6 -> 2.7.7
Diff: https://github.com/py-pdf/fpdf2/compare/2.7.6...2.7.7 Changelog: https://github.com/py-pdf/fpdf2/blob/2.7.7/CHANGELOG.md
This commit is contained in:
parent
f8e2ebd66d
commit
d89d840ee9
1 changed files with 5 additions and 3 deletions
|
@ -12,23 +12,24 @@
|
||||||
, qrcode
|
, qrcode
|
||||||
, camelot
|
, camelot
|
||||||
, uharfbuzz
|
, uharfbuzz
|
||||||
|
, lxml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fpdf2";
|
pname = "fpdf2";
|
||||||
version = "2.7.6";
|
version = "2.7.7";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "py-pdf";
|
owner = "py-pdf";
|
||||||
repo = "fpdf2";
|
repo = "fpdf2";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-wiCKmS+GlrYV2/6TEdXUbmWIMWU4hyzswFJZR9EOWxc=";
|
hash = "sha256-6B68kwxAW3cHpwMTDhj3C4zEOR6o6USqpSXB7uxcEXs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.cfg \
|
substituteInPlace setup.cfg \
|
||||||
--replace "--cov=fpdf --cov-report=xml" ""
|
--replace-fail "--cov=fpdf --cov-report=xml" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools ];
|
nativeBuildInputs = [ setuptools ];
|
||||||
|
@ -44,6 +45,7 @@ buildPythonPackage rec {
|
||||||
qrcode
|
qrcode
|
||||||
camelot
|
camelot
|
||||||
uharfbuzz
|
uharfbuzz
|
||||||
|
lxml
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
|
Loading…
Reference in a new issue