Source: pymarkups
Section: python
Priority: optional
Maintainer: Dmitry Shachnev <mitya57@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-docutils (>= 0.17),
               python3-markdown,
               python3-mdx-math,
               python3-pygments,
               python3-setuptools (>= 61.2),
               python3-textile,
               python3-yaml
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/retext-project/pymarkups
Vcs-Git: https://salsa.debian.org/python-team/packages/pymarkups.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pymarkups

Package: python3-markups
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-docutils,
            python3-markdown,
            python3-mdx-math,
            python3-pygments,
            python3-textile,
            python3-yaml
Suggests: libjs-mathjax
Description: Wrapper around various text markups, implemented in Python 3
 This module provides a wrapper around various text markup languages.
 .
 Available by default are Markdown, reStructuredText and Textile, but you
 can easily add your own markups.
 .
 It is also possible to implement custom markups (inherited from AbstractMarkup
 class).
