cdist: migration to pyproject

This commit is contained in:
Sigmanificient
2026-05-13 00:58:20 +02:00
parent 86b643a8e6
commit 3a08376444
+4 -1
View File
@@ -7,7 +7,8 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "cdist";
version = "7.0.0";
format = "setuptools";
pyproject = true;
outputs = [
"out"
"man"
@@ -22,6 +23,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
hash = "sha256-lIx0RtGQJdY2e00azI9yS6TV+5pCegpKOOD0dQmgMqA=";
};
build-system = with python3Packages; [ setuptools ];
nativeBuildInputs = with python3Packages; [
six
sphinxHook