python312Packages.docstring-parser: refactor

This commit is contained in:
Fabian Affolter
2024-11-23 09:30:22 +01:00
parent f9d0de7fcc
commit 6eda86c02f
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "docstring-parser";
version = "0.16";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-xwV+mgCOC/MyCqGELkJVqQ3p2g2yw/Ieomc7k0HMXms=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
nativeCheckInputs = [ pytestCheckHook ];