Loading pkgs/development/python-modules/griffe/default.nix +15 −22 Original line number Diff line number Diff line { lib , aiofiles , buildPythonPackage , colorama , fetchFromGitHub , git , jsonschema , pdm-backend , pytestCheckHook , pythonOlder { lib, aiofiles, buildPythonPackage, colorama, fetchFromGitHub, git, jsonschema, pdm-backend, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -24,13 +25,9 @@ buildPythonPackage rec { hash = "sha256-W6aOhz8UxJUc2kNRc4JaCqFgIOXsY8ctyQ3xZ+YaD9k="; }; build-system = [ pdm-backend ]; build-system = [ pdm-backend ]; dependencies = [ colorama ]; dependencies = [ colorama ]; nativeCheckInputs = [ git Loading @@ -39,14 +36,10 @@ buildPythonPackage rec { ]; passthru.optional-dependencies = { async = [ aiofiles ]; async = [ aiofiles ]; }; pythonImportsCheck = [ "griffe" ]; pythonImportsCheck = [ "griffe" ]; meta = with lib; { description = "Signatures for entire Python programs"; Loading Loading
pkgs/development/python-modules/griffe/default.nix +15 −22 Original line number Diff line number Diff line { lib , aiofiles , buildPythonPackage , colorama , fetchFromGitHub , git , jsonschema , pdm-backend , pytestCheckHook , pythonOlder { lib, aiofiles, buildPythonPackage, colorama, fetchFromGitHub, git, jsonschema, pdm-backend, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -24,13 +25,9 @@ buildPythonPackage rec { hash = "sha256-W6aOhz8UxJUc2kNRc4JaCqFgIOXsY8ctyQ3xZ+YaD9k="; }; build-system = [ pdm-backend ]; build-system = [ pdm-backend ]; dependencies = [ colorama ]; dependencies = [ colorama ]; nativeCheckInputs = [ git Loading @@ -39,14 +36,10 @@ buildPythonPackage rec { ]; passthru.optional-dependencies = { async = [ aiofiles ]; async = [ aiofiles ]; }; pythonImportsCheck = [ "griffe" ]; pythonImportsCheck = [ "griffe" ]; meta = with lib; { description = "Signatures for entire Python programs"; Loading