File: control

package info (click to toggle)
python-keyring 10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 265
  • sloc: python: 1,250; sh: 12; makefile: 9
file content (52 lines) | stat: -rw-r--r-- 1,906 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
46
47
48
49
50
51
52
Source: python-keyring
Priority: optional
Section: python
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Carl Chenet <chaica@debian.org>, Dmitry Shachnev <mitya57@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python (>= 2.20160609~),
 python-all (>= 2.6.6-13),
 python-setuptools,
 python-setuptools-scm (>= 1.15.0),
 python3-all,
 python3-setuptools,
 python3-setuptools-scm (>= 1.15.0)
Standards-Version: 3.9.8
Homepage: https://github.com/jaraco/keyring
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-keyring.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-keyring.git

Package: python-keyring
Architecture: all
Depends: python-dbus,
         python-secretstorage,
         ${misc:Depends},
         ${python:Depends}
Recommends: python-keyrings.alt
Suggests: gnome-keyring, libkf5wallet-bin
Breaks: kupfer (<< 0+v208-6),
        python-mini-buildd (<< 1.0.0~gamma.3),
        python-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.

Package: python3-keyring
Architecture: all
Depends: python3-dbus,
         python3-secretstorage,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-keyrings.alt
Suggests: gnome-keyring, libkf5wallet-bin
Breaks: python3-wheel (<< 0.27)
Description: store and access your passwords safely - Python 3 version of the package
 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.
 .
 This is the Python 3 version of the package.