summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:24:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:24:24 +0000
commite924fa27b9b060b0b78d00d8c7a9b5f40e7d968e (patch)
tree465d1177e2acd4df5fa27d9625b04ed22105655e /debian/control
parentAdding upstream version 2.1.0. (diff)
downloadmarkdown-it-py-e924fa27b9b060b0b78d00d8c7a9b5f40e7d968e.tar.xz
markdown-it-py-e924fa27b9b060b0b78d00d8c7a9b5f40e7d968e.zip
Adding debian version 2.1.0-5.debian/2.1.0-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6e9be6f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: markdown-it-py
+Section: python
+Priority: optional
+Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
+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.