File: control

package info (click to toggle)
python-tuf 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,456 kB
  • sloc: python: 7,561; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 1,145 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
Source: python-tuf
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Priority: optional
Standards-Version: 4.7.0
Section: python
Homepage: https://github.com/theupdateframework/python-tuf
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cryptography,
 python3-hatchling,
 python3-pytest,
 python3-requests,
 python3-securesystemslib (>> 1.2.0~),
 python3-setuptools,
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tuf.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tuf
Rules-Requires-Root: no

Package: python3-tuf
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: framework for secure content delivery and updates (Python library)
 The Update Framework (TUF) is a framework for secure content delivery
 and updates. It protects against various types of supply chain
 attacks and provides resilience to compromise. This repository is a
 reference implementation written in Python. It is intended to conform
 to version 1.0 of the TUF specification.