python313Packages.python-json-logger: migrate to PEP517 build

This commit is contained in:
Martin Weinelt
2024-11-18 19:24:05 +01:00
parent 9e3e01e254
commit 860bdf3aba
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
setuptools,
pytestCheckHook,
pythonAtLeast,
}:
@@ -9,13 +10,15 @@
buildPythonPackage rec {
pname = "python-json-logger";
version = "2.0.7";
format = "setuptools";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-I+fsAtNCN8WqHimgcBk6Tqh1g7tOf4/QbT3oJkxLLhw=";
};
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
disabledTests =