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
|
Source: python-crypto
Section: python
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Uploaders: Andreas Rottmann <rotty@debian.org>,
Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all-dev,
python-all-dbg,
libgmp-dev,
python3-all-dev (>= 3.3.2-5~),
python3-all-dbg
Build-Depends-Indep:
python-epydoc,
python-docutils
X-Python-Version: >= 2.1
X-Python3-Version: >= 3.0
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-crypto/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-crypto/trunk/
Homepage: http://www.pycrypto.org/
XS-Testsuite: autopkgtest
Package: python-crypto
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Suggests: python-crypto-dbg, python-crypto-doc
Breaks: python-keyring (<= 0.7.1-1)
Description: cryptographic algorithms and protocols for Python
A collection of cryptographic algorithms and protocols, implemented
for use from Python. Among the contents of the package:
.
* Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-bit keys
into a set of English words, primality testing, random number generation.
Package: python-crypto-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-crypto (= ${binary:Version}), ${shlibs:Depends},
${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: cryptographic algorithms and protocols for Python (debug extension)
A collection of cryptographic algorithms and protocols, implemented
for use from Python.
.
This package contains the extensions built for the Python debug interpreter.
Package: python3-crypto
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Suggests: python3-crypto-dbg, python-crypto-doc
Breaks: python3-keyring (<= 0.7.1-1)
Description: cryptographic algorithms and protocols for Python 3
A collection of cryptographic algorithms and protocols, implemented
for use from Python 3. Among the contents of the package:
.
* Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-bit keys
into a set of English words, primality testing, random number generation.
Package: python3-crypto-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python3-crypto (= ${binary:Version}), ${shlibs:Depends},
${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: cryptographic algorithms and protocols for Python 3 (debug extension)
A collection of cryptographic algorithms and protocols, implemented
for use from Python 3.
.
This package contains the extensions built for the Python 3 debug interpreter.
Package: python-crypto-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Breaks: python-crypto (<< 2.3)
Replaces: python-crypto (<< 2.3)
Description: cryptographic algorithms and protocols for Python (documentation)
A collection of cryptographic algorithms and protocols, implemented
for use from Python.
.
This package contains technical documentation.
|