File: control

package info (click to toggle)
python-gnupg 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 2,720; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,016 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
Source: python-gnupg
Maintainer: Elena Grandi <valhalla@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
 dh-sequence-python3,
 gnupg <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/vsajip/python-gnupg
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gnupg.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gnupg

Package: python3-gnupg
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, gnupg
Description: Python wrapper for the GNU Privacy Guard (Python 3.x)
 Python-GnuPG allows easy and well-documented access to basic GnuPG
 functionality such as generating and managing keys, encrypting and
 decrypting data, signing and verifying messages.
 .
 This package provides Python 3.x version of python-gnupg.