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
|
Source: recommonmark
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Build-Depends-Indep:
debhelper (>= 11),
help2man,
dh-python,
python-all,
python-setuptools,
python-pkg-resources,
python-commonmark-bkrs,
python-docutils,
python3-all,
python3-setuptools,
python3-pkg-resources,
python3-commonmark-bkrs,
python3-docutils
Standards-Version: 4.3.0
Homepage: https://pypi.python.org/pypi/recommonmark
Vcs-Git: https://salsa.debian.org/python-team/modules/recommonmark.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/recommonmark
Package: python-recommonmark
Architecture: all
Depends: python-commonmark-bkrs, python-pkg-resources, ${python:Depends}, ${misc:Depends}
Description: CommonMark utility for Docutils and Sphinx projects -- Python
The recommonmark Python module allows ones to write CommonMark inside of
Docutils and Sphinx projects.
.
This package installs the library for Python 2.
Package: python3-recommonmark
Architecture: all
Depends: python3-commonmark-bkrs, python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
Breaks: python-recommonmark (<< 0.4.0+ds-3)
Replaces: python-recommonmark (<< 0.4.0+ds-3)
Description: CommonMark utility for Docutils and Sphinx projects -- Python 3
The recommonmark Python module allows ones to write CommonMark inside of
Docutils and Sphinx projects.
.
This package installs the library for Python 3.
Package: recommonmark-scripts
Section: text
Architecture: all
Depends: python3-recommonmark (= ${binary:Version}), ${python3:Depends}, ${misc:Depends}
Breaks: python-recommonmark (<< 0.4.0+ds-3), python3-recommonmark (<< 0.4.0+ds-5)
Replaces: python-recommonmark (<< 0.4.0+ds-3), python3-recommonmark (<< 0.4.0+ds-5)
Description: CommonMark utility for Docutils and Sphinx projects -- scripts
The recommonmark Python module allows ones to write CommonMark inside of
Docutils and Sphinx projects.
.
This package installs the scripts.
Package: python-recommonmark-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends:
recommonmark-scripts (= ${binary:Version}),
texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, texlive-xetex
Description: CommonMark utility for Docutils and Sphinx projects -- doc
The recommonmark Python module allows ones to write CommonMark inside of
Docutils and Sphinx projects.
.
This is the common documentation package.
|