Source: rst2pdf
Section: utils
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Elena Grandi <valhalla@debian.org>
Build-Depends:
 debhelper-compat (=11),
Build-Depends-Indep:
 dh-python,
 python-all (>= 2.6.6-3),
 python-docutils,
 python-pdfrw (>= 0.1),
 python-pkg-resources,
 python-pygments,
 python3-pygments,
 python-pypdf2,
 python-reportlab,
 python-setuptools,
 python-simplejson,
Standards-Version: 4.3.0
Homepage: http://rst2pdf.ralsina.me/stories/index.html
Vcs-Git: https://salsa.debian.org/python-team/modules/rst2pdf.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/rst2pdf

Package: rst2pdf
Architecture: all
Depends:
 ${python:Depends},
 ${misc:Depends},
 python-docutils,
 python-pdfrw (>= 0.1),
 python-pkg-resources,
 python-pygments,
 python3-pygments,
 python-reportlab,
 python-setuptools,
 python-simplejson,
Suggests:
 python-aafigure,
 python-pil,
 python-matplotlib,
 python-sphinx,
 python-uniconvertor,
Description: ReportLab-based reStructuredText to PDF renderer
 The usual way of creating PDF files from reStructuredText is by going through
 LaTeX. This tool provides an alternative by producing PDF directly using the
 ReportLab library.
