summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 71c7adfe8c95fa2a52246bd82a34fcea31f69b06 (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
40
41
Source: markdown-it-py
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),
               flit (<< 4),
               flit (>= 3.2),
               pybuild-plugin-pyproject,
               python3-all,
               python3-attr,
               python3-commonmark <!nocheck>,
               python3-markdown <!nocheck>,
               python3-mdurl,
               python3-mistletoe <!nocheck>,
               python3-mistune <!nocheck>,
               python3-psutil <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-benchmark <!nocheck>,
               python3-pytest-regressions <!nocheck>,
               python3-sphinx,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/executablebooks/markdown-it-py
Vcs-Git: https://salsa.debian.org/python-team/packages/markdown-it-py.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/markdown-it-py

Package: python3-markdown-it
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: Python port of markdown-it and some its associated plugins
 High speed Python markdown parser based in markdown-it. markdown-it-py
 follows the CommonMark spec for baseline parsing. Also, new syntax
 rules can be added and even replace existing ones. New syntax extensions
 can be added to extend the parser.