File: control

package info (click to toggle)
mercurial-keyring 1.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: python: 583; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,058 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 Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Christoph Mathys <eraserix@gmail.com>,
 Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-mercurial-extension-utils,
 python3-setuptools
Standards-Version: 4.5.0
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/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.