Source: python-cryptography
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends: cargo,
               debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               dpkg-dev (>= 1.17.14),
               librust-asn1-0.15-dev,
               librust-asn1-derive-0.15-dev,
               librust-foreign-types-shared-0.1-dev,
               librust-openssl-dev,
               librust-openssl-sys-dev,
               librust-ouroboros-0.15-dev,
               librust-paste-dev,
               librust-pem-1.1-dev,
               librust-pyo3-0.20-dev,
               librust-pyo3-0.20+default-dev,
               librust-pyo3-macros-0.20-dev,
               libssl-dev,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-cffi,
               python3-cryptography-vectors (<< 41.0.8~) <!nocheck>,
               python3-cryptography-vectors (>= 41.0.7~) <!nocheck>,
               python3-doc <!nodoc>,
               python3-hypothesis <!nocheck>,
               python3-iso8601 <!nocheck>,
               python3-pretend <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-benchmark <!nocheck>,
               python3-pytest-subtests <!nocheck>,
               python3-setuptools,
               python3-setuptools-rust,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-tz <!nocheck>,
               tzdata <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://cryptography.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cryptography.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cryptography
Rules-Requires-Root: no

Package: python3-cryptography
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Suggests: python-cryptography-doc,
          python3-cryptography-vectors,
Description: Python library exposing cryptographic recipes and primitives (Python 3)
 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the Python 3 version of cryptography.

Package: python-cryptography-doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Section: doc
Built-Using: ${sphinxdoc:Built-Using},
Build-Profiles: <!nodoc>
Description: Python library exposing cryptographic recipes and primitives (documentation)
 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the documentation for cryptography.
