14 buildPythonPackage rec {
15 pname = "debtcollector";
20 inherit pname version;
21 hash = "sha256-KokX0lsOHx0NNl08HG7Px6UiselxbooaSpFRJvfM6m8=";
31 sphinxBuilders = [ "man" ];
38 # check in passthru.tests.pytest to escape infinite recursion with other oslo components
42 tests = callPackage ./tests.nix { };
45 pythonImportsCheck = [ "debtcollector" ];
48 description = "Collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner";
49 homepage = "https://github.com/openstack/debtcollector";
50 license = licenses.asl20;
51 maintainers = teams.openstack.members;