File: control

package info (click to toggle)
oscrypto 1.3.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,164 kB
  • sloc: python: 22,115; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,015 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
Source: oscrypto
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Build-Depends: debhelper-compat (=13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-commonmark <!nodoc>,
 ca-certificates <!nocheck>,
 python3-asn1crypto (>= 1.5.1) <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/wbond/oscrypto
Vcs-Browser: https://salsa.debian.org/python-team/packages/oscrypto
Vcs-Git: https://salsa.debian.org/python-team/packages/oscrypto.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-oscrypto
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: cryptography library for Python
 TLS (SSL) sockets, key generation, encryption, decryption, signing,
 verification and KDFs using the OS crypto libraries. Does not require a
 compiler, and relies on the OS for patching. Works on Windows, OS X and
 Linux/BSD.