File: control

package info (click to toggle)
keyrings.alt 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 340 kB
  • sloc: python: 1,828; sh: 6; makefile: 6
file content (45 lines) | stat: -rw-r--r-- 1,870 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
Source: keyrings.alt
Priority: optional
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carl Chenet <chaica@debian.org>,
           Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-jaraco.classes,
               python3-jaraco.context,
               python3-keyring (>= 20),
               python3-pycryptodome,
               python3-pytest (>= 6),
               python3-pytest-cov,
               python3-setuptools (>= 61.2),
               python3-setuptools-scm (>= 7.1.0)
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/jaraco/keyrings.alt
Vcs-Git: https://salsa.debian.org/python-team/packages/keyrings.alt.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/keyrings.alt

Package: python3-keyrings.alt
Architecture: all
Depends: python3-keyring,
         python3-pycryptodome,
         ${misc:Depends},
         ${python3:Depends}
Description: alternate backend implementations for python3-keyring
 The Python keyring library provides an easy way to access the system keyring
 service from Python. It can be used in any application that needs safe
 password storage.
 .
 Keyrings.alt module contains the alternate keyring backend implementations
 for use with python-keyring, most importantly the file backend which does
 not need any external services to work.
 .
 Keyrings in this package may have security risks or other implications.
 These backends were extracted from the main keyring project to make them
 available for those who wish to employ them, but are discouraged for general
 production use. Include this module and use its backends at your own risk.
 .
 This package contains the Python 3 version of keyrings.alt.