blob: 38d1db21dfeb9043d3a9a49b1ecd110efbb284ee (
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
|
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().
|