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
|
Source: python-rst2ansi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-cram <!nocheck>,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/Snaipe/python-rst2ansi
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rst2ansi.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rst2ansi
Description: Python module to render reStructuredText to ansi-escaped strings
The rst2ansi project is a python module dedicated to rendering RST
(reStructuredText) documents to ansi-escaped strings suitable for display
in a terminal.
Package: python3-rst2ansi
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
.
This is the python3 version of the package.
|