11 , restructuredtext-lint
17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-2XqT6PWi78RxOggEZX3trYN0XMpM0diN6Rhvd/l3YAQ=";
30 # https://github.com/PyCQA/doc8/pull/146
32 name = "remove-setuptools-scm-git-archive.patch";
33 url = "https://github.com/PyCQA/doc8/commit/06416e95041db92e4295b13ab596351618f6b32e.patch";
34 hash = "sha256-IIE3cDNOx+6RLjidGrokyazaX7MOVbMKUb7yQIM5sI0=";
47 propagatedBuildInputs = [
59 pythonImportsCheck = [
64 description = "Style checker for Sphinx (or other) RST documentation";
65 homepage = "https://github.com/pycqa/doc8";
66 changelog = "https://github.com/PyCQA/doc8/releases/tag/v${version}";
67 license = licenses.asl20;
68 maintainers = with maintainers; [ onny ];