gdtoolkit_4: migrate to pyproject (#527090)

This commit is contained in:
Yohann Boniface
2026-06-02 21:51:31 +00:00
committed by GitHub
+7 -3
View File
@@ -28,7 +28,7 @@ in
python.pkgs.buildPythonApplication rec {
pname = "gdtoolkit";
version = "4.5.0";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "Scony";
@@ -37,8 +37,12 @@ python.pkgs.buildPythonApplication rec {
hash = "sha256-Jam7Txm+Fq5zEkJZMmbWW5Ok4ThsPyi6NIeawQot0RE=";
};
propagatedBuildInputs = with python.pkgs; [
docopt
build-system = with python.pkgs; [
setuptools
];
dependencies = with python.pkgs; [
docopt-ng
lark
pyyaml
radon