15 pname = "docstr-coverage";
18 src = fetchFromGitHub {
19 owner = "HunterMcGushion";
20 repo = "docstr_coverage";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-k1ny4fWS+CmgLNWPlYPsscjei2UZ6h8QJrZSay5abck=";
25 propagatedBuildInputs = [
37 # AssertionError: assert 'docstr_coverage' in '/build/source/tests'
38 "test_set_config_defaults_with_ignore_patterns"
42 description = "Docstring coverage analysis and rating for Python";
43 mainProgram = "docstr-coverage";
44 homepage = "https://github.com/HunterMcGushion/docstr_coverage";
45 changelog = "https://github.com/HunterMcGushion/docstr_coverage/blob/master/CHANGELOG.md";
46 license = licenses.mit;
47 maintainers = with maintainers; [ augustebaum ];