File: control

package info (click to toggle)
dkimpy 1.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: python: 3,037; makefile: 16; sh: 5
file content (35 lines) | stat: -rw-r--r-- 1,160 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
Source: dkimpy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-setuptools,
Build-Depends-Indep:
 openssl,
 python3-authres,
 python3-nacl,
Vcs-Git: https://salsa.debian.org/python-team/packages/dkimpy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/dkimpy
Standards-Version: 4.7.0
Homepage: https://launchpad.net/dkimpy
Rules-Requires-Root: no

Package: python3-dkim
Architecture: all
Depends: python3-dnspython,
         python3-nacl,
         ${misc:Depends},
         ${python3:Depends}
Suggests: python3-authres
Description: Python 3 module for DKIM and ARC signing and verification
 Python 3 module that implements DKIM (DomainKeys Identified Mail) email
 signing and verification as well as ARC (Authenticated Received Chain)
 signing and verification.  Supports both RSA and Ed25519 signing and
 verification.  It also provides helper scripts for key generation and command
 line signing and verification.
 .
 This is the Python 3 version of the package.