summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: fb9c818f8507b6bfbdd5c0154f18af593a04fd5c (plain)
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
Source: myst-parser
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
XSBC-Original-Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
Bugs: mailto:maintainers@lists.progress-linux.org
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-Browser: https://git.progress-linux.org/packages/fuchur-backports/myst-parser
Vcs-Git: https://git.progress-linux.org/packages/fuchur-backports/myst-parser
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/myst-parser
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/myst-parser.git
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.