21 buildPythonPackage rec {
27 inherit pname version;
28 hash = "sha256-AF8FssEIFHmeY2oVrAPNe85pbmgKWO52yD6ycNNzTSg=";
31 outputs = [ "out" "man" ];
39 propagatedBuildInputs = [
51 pythonImportsCheck = [
61 # Test suite fails: https://github.com/rst2pdf/rst2pdf/issues/1067
65 mkdir -p $man/share/man/man1/
66 ${docutils}/bin/rst2man.py doc/rst2pdf.rst $man/share/man/man1/rst2pdf.1
70 description = "Convert reStructured Text to PDF via ReportLab";
71 homepage = "https://rst2pdf.org/";
72 changelog = "https://github.com/rst2pdf/rst2pdf/blob/${version}/CHANGES.rst";
73 license = licenses.mit;
74 maintainers = with maintainers; [ marsam ];