File: control

package info (click to toggle)
python-trustme 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 944; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 1,149 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-trustme
Section: python
Priority: optional
Standards-Version: 4.2.1.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Robie Basak <robie@justgohome.co.uk>
Build-Depends: debhelper (>= 9~),
               debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3,
               python3-hatchling,
               python3-idna,
               python3-openssl,
               python3-pytest,
               python3-service-identity,
               python3-setuptools
Homepage: https://github.com/python-trio/trustme
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-trustme
Vcs-Git: https://salsa.debian.org/python-team/packages/python-trustme.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-trustme
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: fake certificate authority for test use
 trustme is a tiny Python package that gives you a fake certificate authority
 (CA) that you can use to generate fake TLS certificates to use in tests. Its
 only useful purpose is as a dependency of test suites.