File: control

package info (click to toggle)
python-nacl 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,748 kB
  • sloc: ansic: 45,889; python: 7,245; sh: 6,758; asm: 2,974; makefile: 1,014; cs: 35; xml: 30; pascal: 11
file content (46 lines) | stat: -rw-r--r-- 1,572 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
Source: python-nacl
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>, Colin Watson <cjwatson@debian.org>,
 Scott Kitterman <scott@kitterman.com>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 pybuild-plugin-pyproject,
 libsodium-dev (>= 1.0.16),
 python3-all-dev,
 python3-cffi (>= 1.0.0),
 python3-hypothesis (>= 4.36.2),
 python3-pytest,
 python3-setuptools,
 python3-six,
 python3-sphinx,
 python3-wheel,
Standards-Version: 4.6.0
Homepage: https://github.com/pyca/pynacl/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-nacl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-nacl

Package: python3-nacl
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python-nacl-doc
Description: Python bindings to libsodium (Python 3)
 PyNaCl is a Python binding to the Networking and Cryptography library (in the
 form of libsodium), a crypto library with the stated goal of improving
 usability, security and speed.
 .
 This package contains the Python 3 version of pynacl.

Package: python-nacl-doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Section: doc
Multi-Arch: foreign
Description: Python bindings to libsodium (documentation)
 PyNaCl is a Python binding to the Networking and Cryptography library (in the
 form of libsodium), a crypto library with the stated goal of improving
 usability, security and speed.
 .
 This package contains the documentation for pynacl.