12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-jBoXHBWdRtFdVWn3cCGCiIOhIdb5uvdY1kH8HlSwWuU=";
24 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 # Tests are comparing output
45 description = "ReStructuredText viewer";
46 mainProgram = "restview";
47 homepage = "https://mg.pov.lt/restview/";
48 changelog = "https://github.com/mgedmin/restview/blob/${version}/CHANGES.rst";
49 license = licenses.gpl3Only;
50 maintainers = with maintainers; [ koral ];