Source: python-m2r2
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-doc-privacy,
 dh-sequence-python3,
 dh-sequence-single-binary,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-mistune0 <!nocheck>,
 python3-pytest <!nocheck>,
 python3-sphinx <!nodoc>,
Standards-Version: 4.7.4
Homepage: https://github.com/crossnox/m2r2
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-m2r2
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-m2r2.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-m2r2
Architecture: all
Depends:
 libjs-mathjax,
 ${python3:Depends},
 ${sphinxdoc:Depends},
Description: Markdown to reStructuredText converter with Sphinx support
 This library reads Markdown text and emits reStructuredText suitable for tools
 that expect rst input.
 .
 It preserves selected reStructuredText constructs embedded in Markdown,
 including directives, inline roles, reference links, footnotes, and math
 markup. It also handles common Markdown extensions such as raw HTML, fenced
 code blocks, tables, and Markdown-style footnotes.
 .
 It can be used from the command line to convert files, or as a Sphinx
 extension so that .md files are processed during a Sphinx build. The extension
 also provides an mdinclude directive for including Markdown content in
 documentation sources.
