File: control

package info (click to toggle)
sshpubkeys 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: python: 389; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,602 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
Source: sshpubkeys
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               python-all,
               python-crypto (>= 2.6),
               python-ecdsa,
               python-setuptools,
               python3-all,
               python3-crypto (>= 2.6),
               python3-ecdsa,
               python3-setuptools,
Standards-Version: 4.1.1
Homepage: https://github.com/ojarva/python-sshpubkeys
Vcs-Git: https://salsa.debian.org/python-team/modules/sshpubkeys.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/sshpubkeys
Testsuite: autopkgtest-pkg-python

Package: python-sshpubkeys
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: SSH public key parser - Python 2
 This module provides a native implementation for validating OpenSSH
 public keys.  Currently ssh-rsa, ssh-dss (DSA), ssh-ed25519 and ecdsa
 keys with NIST curves are supported.
 .
 This package contains the module for Python 2.

Package: python3-sshpubkeys
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: SSH public key parser - Python 3
 This module provides a native implementation for validating OpenSSH
 public keys.  Currently ssh-rsa, ssh-dss (DSA), ssh-ed25519 and ecdsa
 keys with NIST curves are supported.
 .
 This package contains the module for Python 3.