File: control

package info (click to toggle)
python-jose 3.3.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 528 kB
  • sloc: python: 4,020; makefile: 162; sh: 6
file content (65 lines) | stat: -rw-r--r-- 1,703 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
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 <!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.