9 buildPythonPackage rec {
10 pname = "restructuredtext_lint";
14 inherit pname version;
15 sha256 = "d3b10a1fe2ecac537e51ae6d151b223b78de9fafdd50e5eb6b08c243df173c80";
18 checkInputs = [ nose testtools ];
19 propagatedBuildInputs = [ docutils ];
26 description = "reStructuredText linter";
27 homepage = "https://github.com/twolfson/restructuredtext-lint";
28 license = lib.licenses.unlicense;