~ubuntu-branches/ubuntu/wily/python-pbkdf2/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-12 21:34:30 UTC
  • Revision ID: package-import@ubuntu.com-20130112213430-dfwqwnrikilttfi0
Tags: 1.3+20110613.git2a0fb15~ds0-1
Initial release. (Closes: #698015)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-pbkdf2
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Alessio Treglia <alessio@debian.org>
 
5
Build-Depends:
 
6
 debhelper (>= 9~),
 
7
 python-all,
 
8
 python3-all,
 
9
 python3-setuptools,
 
10
 python-setuptools
 
11
X-Python-Version: >= 2.6
 
12
X-Python3-Version: >= 3.2
 
13
Standards-Version: 3.9.4
 
14
Homepage: http://www.dlitz.net/software/python-pbkdf2/
 
15
Vcs-Git: git://anonscm.debian.org/collab-maint/filerock-client.git
 
16
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-pbkdf2.git
 
17
 
 
18
Package: python-pbkdf2
 
19
Architecture: all
 
20
Depends:
 
21
 ${misc:Depends},
 
22
 ${python:Depends}
 
23
Description: Python RSA PKCS#5 v2.0 module (Python 2)
 
24
 This module implements the password-based key derivation
 
25
 function, PBKDF2, specified in RSA PKCS#5 v2.0.
 
26
 .
 
27
 PKCS#5 v2.0 Password-Based Key Derivation is a key derivation
 
28
 function which is part of the RSA Public Key Cryptography
 
29
 Standards series. The provided implementation takes a password
 
30
 or a passphrase and a salt value (and optionally a iteration
 
31
 count, a digest module, and a MAC module) and provides a file-like
 
32
 object from which an arbitrarly-sized key can be read.
 
33
 .
 
34
 This is the Python 2 version of the package.
 
35
 
 
36
Package: python3-pbkdf2
 
37
Architecture: all
 
38
Depends:
 
39
 ${misc:Depends},
 
40
 ${python3:Depends}
 
41
Description: Python RSA PKCS#5 v2.0 module (Python 3)
 
42
 This module implements the password-based key derivation
 
43
 function, PBKDF2, specified in RSA PKCS#5 v2.0.
 
44
 .
 
45
 PKCS#5 v2.0 Password-Based Key Derivation is a key derivation
 
46
 function which is part of the RSA Public Key Cryptography
 
47
 Standards series. The provided implementation takes a password
 
48
 or a passphrase and a salt value (and optionally a iteration
 
49
 count, a digest module, and a MAC module) and provides a file-like
 
50
 object from which an arbitrarly-sized key can be read.
 
51
 .
 
52
 This is the Python 3 version of the package.