File: control

package info (click to toggle)
python-rfc3161ng 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: python: 597; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 921 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
Source: python-rfc3161ng
Priority: optional
Section: python
Maintainer: Petter Reinholdtsen <pere@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all,
               python3-cryptography,
               python3-dateutil,
               python3-pyasn1,
               python3-pyasn1-modules,
               python3-requests,
               python3-setuptools,
               python3-setuptools-scm,
               python3-pytest
Standards-Version: 4.6.2
Homepage: https://github.com/trbs/rfc3161ng/
Vcs-Git: https://salsa.debian.org/pere/python-rfc3161ng.git
Vcs-Browser: https://salsa.debian.org/pere/python-rfc3161ng

Package: python3-rfc3161ng
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description:  Implementation of trusted timestamping client
 A simple client library for cryptographic timestamping service
 implementing the protocol from RFC3161.