diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:23:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:23:03 +0000 |
commit | 71a07262f6f6dcd4d9654ce452a4c360a1a33d16 (patch) | |
tree | ca21a8f5f170fa7791fbdfe07eef36982d49341b /debian/control | |
parent | Adding upstream version 0.18.1. (diff) | |
download | myst-parser-debian/0.18.1-2.tar.xz myst-parser-debian/0.18.1-2.zip |
Adding debian version 0.18.1-2.debian/0.18.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..90a21da --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: myst-parser +Section: python +Priority: optional +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Emmanuel Arias <eamanu@yaerobi.com>, +Build-Depends: debhelper-compat (= 13), + dh-python, + flit, + pybuild-plugin-pyproject, + python3-all, + python3-bs4 <!nocheck>, + python3-markdown-it (>= 1.0.0), + python3-mdit-py-plugins (>= 0.2.8) <!nocheck>, + python3-pytest <!nocheck>, + python3-pytest-regressions <!nocheck>, + python3-sphinx (>= 3.1.0), + python3-typing-extensions, +Standards-Version: 4.6.1.1 +Homepage: https://github.com/executablebooks/MyST-Parser +Vcs-Git: https://salsa.debian.org/python-team/packages/myst-parser.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/myst-parser +Rules-Requires-Root: no + +Package: python3-myst-parser +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, +Recommends: ${python3:Recommends}, +Suggests: ${python3:Suggests}, +Description: rich and extensible flavor of Markdown for technical docs + MyST is a flavor of markdown that is designed for simplicity, flexibility, + and extensibility. This package include a reference implementation of + MyST Markdown, as well as a collection of tools to support working with MyST + in Python and Sphinx. |