File: control

package info (click to toggle)
pyopenssl 25.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,252 kB
  • sloc: python: 8,292; makefile: 116
file content (67 lines) | stat: -rw-r--r-- 2,487 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: pyopenssl
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andrey Rakhmatullin <wrar@debian.org>
Build-Depends: ca-certificates <!nocheck>,
               debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               openssl <!nocheck>,
               python-cryptography-doc <!nodoc>,
               python3-all,
               python3-cffi <!nocheck>,
               python3-cryptography (<< 46),
               python3-cryptography (>= 41.0.5),
               python3-doc <!nodoc>,
               python3-pretend <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-rerunfailures <!nocheck>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://pyopenssl.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/pyopenssl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyopenssl
Testsuite: autopkgtest-pkg-pybuild

Package: python-openssl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Suggests: python3-openssl,
Description: Python wrapper around the OpenSSL library (documentation package)
 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.
 .
 This package contains documentation for python-openssl.

Package: python3-openssl
Architecture: all
Depends: python3-typing-extensions | python3-supported-min (>= 3.13),
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-openssl-doc,
Description: Python 3 wrapper around the OpenSSL library
 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.
 .
 This package contains the Python 3 version of pyopenssl.