8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314";
17 checkInputs = [ pytest ];
18 propagatedBuildInputs = [ six ];
24 # tests not packaged with PyPi download
28 description = "Python package for docstring repetition";
29 homepage = "https://github.com/Chilipp/docrep";
30 license = lib.licenses.gpl2;
31 maintainers = with lib.maintainers; [ costrouc ];