File: control

package info (click to toggle)
python-sshsig 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 901; sh: 53; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 1,207 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
Source: python-sshsig
Section: python
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm,
               python3-cryptography,
               pybuild-plugin-pyproject,
               python3-pytest <!nocheck>,
               openssh-client <!nocheck>
Standards-Version: 4.6.2
Homepage: https://github.com/castedo/sshsig
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sshsig
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sshsig.git
Rules-Requires-Root: no

Package: python3-sshsig
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-cryptography
Description: SSH signature verification library for Python
 This is a Python port of the lightweight SSH Signature format of ssh-keygen.
 It provides functionality to verify SSH signatures according to the
 specification used by OpenSSH's ssh-keygen utility.
 .
 Features:
  * Verify SSH signatures
  * Parse SSH public keys
  * Handle allowed signers files
  * Compatible with ssh-keygen signature format