summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 27304af76cbc49212b78b43065185b4583ca58ac (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
Source: markupsafe
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: Piotr Ożarowski <piotr@debian.org>
XSBC-Original-Uploaders:
 Debian Python Team <team+python@tracker.debian.org>,
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 libpython3-all-dev,
 python3-all-dev:any,
 python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://palletsprojects.com/p/markupsafe/
Vcs-Browser: https://git.progress-linux.org/packages/fuchur-backports/markupsafe
Vcs-Git: https://git.progress-linux.org/packages/fuchur-backports/markupsafe
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/markupsafe
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/markupsafe.git

Package: python3-markupsafe
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: HTML/XHTML/XML string library
 MarkupSafe is a Python library implementing a unicode subclass that is
 aware of HTML escaping rules. It can be used to implement automatic
 string escaping.