File: control

package info (click to toggle)
python-httpsig 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 224 kB
  • sloc: python: 601; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 811 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
Source: python-httpsig
Priority: optional
Section: python
Maintainer: Petter Reinholdtsen <pere@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm,
               python3-six,
               python3-pycryptodome
Standards-Version: 4.6.2
Homepage: https://github.com/ahknight/httpsig
Vcs-Git: https://salsa.debian.org/pere/python-httpsig.git
Vcs-Browser: https://salsa.debian.org/pere/python-httpsig

Package: python3-httpsig
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: sign HTTP requests (IETF HTTP Signatures) - Python 3 version of the package
 Sign HTTP requests with secure signatures according to the draft IETF HTTP
 Signatures specification.