File: control

package info (click to toggle)
mercurial-keyring 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: python: 692; makefile: 30
file content (30 lines) | stat: -rw-r--r-- 1,054 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: mercurial-keyring
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Christoph Mathys <eraserix@gmail.com>,
 Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-mercurial-extension-utils,
 python3-setuptools
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-python
Homepage: https://foss.heptapod.net/mercurial/mercurial_keyring
Vcs-Browser: https://salsa.debian.org/python-team/packages/mercurial-keyring
Vcs-Git: https://salsa.debian.org/python-team/packages/mercurial-keyring.git

Package: mercurial-keyring
Architecture: all
Depends:
 mercurial,
 ${misc:Depends},
 ${python3:Depends},
Description: Mercurial Keyring Extension
 mercurial_keyring is a Mercurial extension used to securely save HTTP
 and SMTP authentication passwords in password databases (GNOME Keyring,
 KDE KWallet, OSXKeyChain, specific solutions for Win32 and command line).
 This extension uses and wraps services of the keyring library.