File: control

package info (click to toggle)
python-keyring 22.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 504 kB
  • sloc: python: 1,590; sh: 7; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,254 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
Source: python-keyring
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 (>= 2.20160609~),
               python3-all,
               python3-setuptools (>= 42),
               python3-setuptools-scm (>= 3.4.1),
               python3-toml
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/jaraco/keyring
Vcs-Git: https://salsa.debian.org/python-team/packages/python-keyring.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-keyring

Package: python3-keyring
Architecture: all
Depends: python3-jeepney (>= 0.4.2),
         python3-secretstorage (>= 3.2),
         ${misc:Depends},
         ${python3:Depends}
Suggests: gnome-keyring, libkf5wallet-bin, python3-dbus, python3-keyrings.alt
Breaks: python3-keyrings.alt (<< 3.1), python3-wheel (<< 0.27)
Description: store and access your passwords safely
 The Python keyring library provides an easy way to access the system
 keyring service (e.g Gnome-Keyring, KWallet) from Python.
 It can be used in any application that needs safe password storage.