File: control

package info (click to toggle)
python-libnacl 1.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 752 kB
  • sloc: python: 1,979; makefile: 149; sh: 3
file content (52 lines) | stat: -rw-r--r-- 1,886 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
Source: python-libnacl
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               libsodium-dev (>= 1.0.15),
               pkg-config,
               python (>= 2.6.6-3~),
               python-all,
               python-nose,
               python-setuptools,
               python3 (>= 3.1.2-8~),
               python3-all,
               python3-nose,
               python3-setuptools,
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-libnacl.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-libnacl
Homepage: https://libnacl.readthedocs.io/
Rules-Requires-Root: no

Package: python-libnacl
Architecture: all
Multi-Arch: foreign
Depends: ${libsodium:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: Python 2 bindings for libsodium based on ctypes
 This library is used to gain direct access to the functions exposed by
 Daniel J. Bernstein's nacl library via libsodium.  It has been constructed
 to maintain extensive documentation on how to use nacl as well as being
 completely portable.
 .
 This library is unrelated to Native Client (NaCl), the sandbox used in
 Chromium.

Package: python3-libnacl
Architecture: all
Multi-Arch: foreign
Depends: ${libsodium:Depends},
         ${misc:Depends},
         ${python3:Depends}
Description: Python 3 bindings for libsodium based on ctypes
 This library is used to gain direct access to the functions exposed by
 Daniel J. Bernstein's nacl library via libsodium.  It has been constructed
 to maintain extensive documentation on how to use nacl as well as being
 completely portable.
 .
 This library is unrelated to Native Client (NaCl), the sandbox used in
 Chromium.