summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:25:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:25:33 +0000
commitf17a36c03a19aba355a76881abf0b4ccf4b5e079 (patch)
tree67b8336a4b1c1254fab3518cb18f02079d188d5e /debian/control
parentAdding upstream version 0.1.2. (diff)
downloadmdurl-debian.tar.xz
mdurl-debian.zip
Adding debian version 0.1.2-1.debian/0.1.2-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..38d1db2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: mdurl
+Section: python
+Priority: optional
+Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
+Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Build-Depends: debhelper-compat (= 13),
+ dh-python,
+ flit (<< 4),
+ flit (>= 3.2),
+ pybuild-plugin-pyproject,
+ python3-all,
+ python3-pytest <!nocheck>,
+Standards-Version: 4.6.1.1
+Homepage: https://github.com/executablebooks/mdurl
+Vcs-Browser: https://salsa.debian.org/python-team/packages/mdurl
+Vcs-Git: https://salsa.debian.org/python-team/packages/mdurl.git
+Rules-Requires-Root: no
+
+Package: python3-mdurl
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+Description: Python port of the JavaScript mdurl package
+ mdurl is a set of URL utilities for the markdown-it-py package. It
+ provides a pure-Python implementation of several functions from the
+ original JavaScript package, such as .decode(), .parse(), .encode().