File: control

package info (click to toggle)
txacme 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 5,715; makefile: 189
file content (39 lines) | stat: -rw-r--r-- 1,439 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
36
37
38
39
Source: txacme
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all-dev,
               python3-setuptools,
               python3-acme,
               python3-attr,
               python3-eliot,
               python3-fixtures <!nocheck>,
               python3-hypothesis <!nocheck>,
               python3-josepy,
               python3-pem,
               python3-testtools <!nocheck>,
               python3-treq,
               python3-twisted,
               python3-txsni
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/txacme
Vcs-Git: https://salsa.debian.org/python-team/packages/txacme.git
Homepage: https://github.com/twisted/txacme
Rules-Requires-Root: no

Package: python3-txacme
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: ACME protocol implementation for Twisted
 ACME is Automatic Certificate Management Environment, a protocol that
 allows clients and certificate authorities to automate verification
 and certificate issuance. The ACME protocol is used by the free
 Let's Encrypt Certificate Authority.
 .
 txacme is an implementation of the protocol for Twisted, the
 event-driven networking engine for Python.