File: control

package info (click to toggle)
pysodium 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: python: 1,117; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 937 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
Source: pysodium
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper-compat (= 11),
 libsodium23
Standards-Version: 4.1.3
Homepage: https://github.com/stef/pysodium
Vcs-Git: https://salsa.debian.org/python-team/modules/pysodium.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pysodium
Testsuite: autopkgtest-pkg-python

Package: python3-pysodium
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 libsodium23
Description: Python libsodium wrapper (Python3 version)
 This is a very simple wrapper around libsodium masquerading as nacl. Most of
 the *_easy functions are not implemented as the wrapper provides an easy
 interface to the "non-easy" functions.
 .
 This package contains the Python 3 version of the library.