23 buildPythonPackage rec {
29 inherit pname version;
30 hash = "sha256-NzAGJOlTpz7d3cuubyRjDvVGfCC+61jfZIrcUwhE9CU=";
45 propagatedBuildInputs = [
57 pythonImportsCheck = [ "rst2pdf" ];
65 # Test suite fails: https://github.com/rst2pdf/rst2pdf/issues/1067
69 ${lib.getExe' docutils "rst2man"} doc/rst2pdf.rst rst2pdf.1
70 installManPage rst2pdf.1
74 description = "Convert reStructured Text to PDF via ReportLab";
75 mainProgram = "rst2pdf";
76 homepage = "https://rst2pdf.org/";
77 changelog = "https://github.com/rst2pdf/rst2pdf/blob/${version}/CHANGES.rst";
78 license = licenses.mit;
79 maintainers = with maintainers; [ pyrox0 ];