Source: python-jose
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Adam Cecile <acecile@le-vert.net>,
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-sphinxdoc <!nodoc>,
 python3-all,
 python3-cryptography,
 python3-ecdsa (<< 1.0~),
 python3-pyasn1,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-runner <!nocheck>,
 python3-rsa,
 python3-setuptools,
 python3-six (<< 2.0~),
 python3-sphinx (>= 1.3~) <!nodoc>,
Standards-Version: 4.6.0.1
Homepage: https://github.com/mpdavis/python-jose
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-jose
Vcs-Git: https://salsa.debian.org/python-team/packages/python-jose.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python-jose-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: JavaScript Object Signing and Encryption (JOSE) for Python (documentation)
 Implement the following features:
 .
  - JSON Web Signature (JWS),
  - JSON Web Encryption (JWE),
  - JSON Web Key (JWK),
  - and JSON Web Algorithms (JWA).
 .
 This is the common documentation package.

Package: python3-jose
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-crypto,
 python3-cryptography,
Suggests:
 python-jose-doc,
Description: JavaScript Object Signing and Encryption (JOSE) for Python
 Implement the following features:
 .
  - JSON Web Signature (JWS),
  - JSON Web Encryption (JWE),
  - JSON Web Key (JWK),
  - and JSON Web Algorithms (JWA).
 .
 This package installs the library for Python 3.
