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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: python-docutils
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael Schutte <michi@debian.org>,
Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: dh-python,
flit (>= 3.11),
pybuild-plugin-pyproject,
python3-all,
python3-pygments,
python3-roman-numerals,
xml-core
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-docutils.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-docutils
Homepage: https://docutils.sourceforge.io/
Package: python3-docutils
Provides: docutils
Architecture: all
Multi-Arch: foreign
Depends: docutils-common (= ${source:Version}),
python3-roman-numerals,
${misc:Depends},
${python3:Depends}
Recommends: libpaper-utils, python3-pil, python3-pygments
Suggests: docutils-doc,
fonts-linuxlibertine | ttf-linux-libertine,
texlive-lang-french,
texlive-latex-base,
texlive-latex-recommended
Breaks: python-docutils (<< 0.16+dfsg-3),
python3-m2r (<< 0.3),
python3-sphinx (<< 7.3.0),
ruby-github-markup (<< 1.7.0+dfsg-5)
Description: text processing system for reStructuredText (implemented in Python 3)
reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
markup syntax and parser system. It is useful for in-line program documentation
(such as Python docstrings), for quickly creating simple web pages, and for
standalone documents.
.
The purpose of the Docutils project is to create a set of tools for
processing reStructuredText documentation into useful formats, such as HTML,
LaTeX, ODT or Unix manpages.
.
This package includes Python 3 modules and command line utilities.
Package: docutils-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: python3-docutils
Description: text processing system for reStructuredText - common data
reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
markup syntax and parser system. It is useful for in-line program documentation
(such as Python docstrings), for quickly creating simple web pages, and for
standalone documents.
.
The purpose of the Docutils project is to create a set of tools for
processing reStructuredText documentation into useful formats, such as HTML,
LaTeX, ODT or Unix manpages.
.
This package includes data and configuration files.
Package: docutils-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: text processing system for reStructuredText - documentation
reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
markup syntax and parser system. It is useful for in-line program documentation
(such as Python docstrings), for quickly creating simple web pages, and for
standalone documents.
.
The purpose of the Docutils project is to create a set of tools for
processing reStructuredText documentation into useful formats, such as HTML,
LaTeX, ODT or Unix manpages.
.
This package includes documentation in HTML and (gzipped) reST formats.
|