15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
23 owner = "mkdocstrings";
25 rev = "refs/tags/${version}";
26 hash = "sha256-DeXmKswapXPYGTiJLq2yvCwJywCNl79XYHSau0VCCIY=";
29 build-system = [ pdm-backend ];
42 optional-dependencies = {
46 pythonImportsCheck = [ "griffe" ];
49 description = "Signatures for entire Python programs";
50 homepage = "https://github.com/mkdocstrings/griffe";
51 changelog = "https://github.com/mkdocstrings/griffe/blob/${version}/CHANGELOG.md";
52 license = licenses.isc;
53 maintainers = with maintainers; [ fab ];
54 mainProgram = "griffe";