Source: pyopenssl
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrey Rakhmatullin <wrar@debian.org>,
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 ca-certificates <!nocheck>,
 openssl <!nocheck>,
 pybuild-plugin-pyproject,
 python-cryptography-doc <!nodoc>,
 python3-all,
 python3-cffi <!nocheck>,
 python3-cryptography (<< 50),
 python3-cryptography (>= 49.0.0),
 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.4
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
X-Style: black

Package: python-openssl-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Built-Using:
 ${sphinxdoc:Built-Using},
Depends:
 ${sphinxdoc:Depends},
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
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.
