13 buildPythonPackage rec {
23 hash = "sha256-hm5a5bZQnc+HP8Y4ESD1wxrPE7E1Y2wagdaMFmqV+SE=";
27 substituteInPlace pyproject.toml \
28 --replace "--cov-report=" "" \
29 --replace "--cov=numpydoc" ""
36 propagatedBuildInputs = [
48 # https://github.com/numpy/numpydoc/issues/373
54 pythonImportsCheck = [
59 changelog = "https://github.com/numpy/numpydoc/releases/tag/v${version}";
60 description = "Sphinx extension to support docstrings in Numpy format";
61 mainProgram = "validate-docstrings";
62 homepage = "https://github.com/numpy/numpydoc";
63 license = lib.licenses.free;