File: control

package info (click to toggle)
python-cryptography 1.7.1-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,164 kB
  • sloc: python: 37,971; ansic: 587; java: 319; makefile: 158
file content (114 lines) | stat: -rw-r--r-- 4,347 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Source: python-cryptography
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 9.20141010),
 dh-python (>= 2.20151103),
 dpkg-dev (>= 1.17.14),
 libssl-dev,
 python-all-dev,
 python-cffi (>= 1.4.1~),
 python-cryptography-vectors (<< 1.7.2~) <!nocheck>,
 python-cryptography-vectors (>= 1.7.1~) <!nocheck>,
 python-enum34,
 python-hypothesis <!nocheck>,
 python-idna (>= 2.0~),
 python-ipaddress,
 python-iso8601 <!nocheck>,
 python-pretend <!nocheck>,
 python-pyasn1 (>= 0.1.8~),
 python-pyasn1-modules <!nocheck>,
 python-pytest (>= 2.9.0) <!nocheck>,
 python-setuptools (>= 11.3~),
 python-six (>= 1.4.1~),
 python-sphinx-rtd-theme <!nodoc>,
 python-tz <!nocheck>,
 python3-all-dev,
 python3-cffi (>= 1.4.1~),
 python3-cryptography-vectors (<< 1.7.2~) <!nocheck>,
 python3-cryptography-vectors (>= 1.7.1~) <!nocheck>,
 python3-hypothesis <!nocheck>,
 python3-idna (>= 2.0~),
 python3-iso8601 <!nocheck>,
 python3-pretend <!nocheck>,
 python3-pyasn1 (>= 0.1.8~),
 python3-pyasn1-modules <!nocheck>,
 python3-pytest (>= 2.9.0) <!nocheck>,
 python3-setuptools (>= 11.3~),
 python3-six (>= 1.4.1~),
 python3-sphinx <!nodoc>,
 python3-tz <!nocheck>,
Standards-Version: 3.9.8
Homepage: https://cryptography.io/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-cryptography.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-cryptography.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.4
Testsuite: autopkgtest

Package: python-cryptography
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Breaks: python-openssl (<< 16.0.0)
Suggests: python-cryptography-doc, python-cryptography-vectors
Description: Python library exposing cryptographic recipes and primitives (Python 2)
 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 2 version of cryptography.

Package: python3-cryptography
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Breaks: python3-openssl (<< 16.0.0)
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
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.