File: control

package info (click to toggle)
python-xmlsec 1.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 608 kB
  • sloc: ansic: 3,940; python: 1,661; xml: 608; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download
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: python-xmlsec
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Chris MacNaughton <chris.macnaughton@ubuntu.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 libxmlsec1-dev,
 python3-all,
 python3-all-dev,
 python3-hypothesis,
 python3-lxml,
 python3-mock,
 python3-pkgconfig,
 python3-pytest,
 python3-setuptools,
 python3-setuptools-scm,
 python3-toml,
 python3-wheel,
Standards-Version: 4.6.1.0
Homepage: https://github.com/mehcode/python-xmlsec
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-xmlsec
Vcs-Git: https://salsa.debian.org/python-team/packages/python-xmlsec.git

Package: python3-xmlsec
Architecture: any
Depends:
 python3-lxml,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Python bindings for the XML Security Library
 The XML Security Library (xmlsec) is a C library that implements
 these XML standards:
 .
   * XML Signature
   * XML Encryption
 .
 This package contains the Python 3 module.