File: control

package info (click to toggle)
rst2pdf 0.103.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 26,860 kB
  • sloc: python: 10,342; sh: 95; makefile: 25
file content (52 lines) | stat: -rw-r--r-- 1,339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: rst2pdf
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Elena Grandi <valhalla@debian.org>,
Section: utils
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
Build-Depends-Indep:
 fontconfig,
 pybuild-plugin-pyproject,
 python3-all,
 python3-docutils,
 python3-importlib-metadata,
 python3-jinja2,
 python3-matplotlib,
 python3-packaging,
 python3-pkg-resources <!nocheck>,
 python3-pygments,
 python3-pytest <!nocheck>,
 python3-reportlab,
 python3-setuptools,
 python3-setuptools-scm,
 python3-smartypants,
 python3-sphinx <!nocheck>,
 python3-svglib <!nocheck>,
 python3-yaml <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/rst2pdf
Vcs-Git: https://salsa.debian.org/python-team/packages/rst2pdf.git
Homepage: https://rst2pdf.org/

Package: rst2pdf
Architecture: all
Depends:
 fontconfig,
 python3-docutils,
 python3-pygments,
 python3-reportlab,
 python3-roman,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-aafigure,
 python3-matplotlib,
 python3-pil,
 python3-sphinx,
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.