File: control

package info (click to toggle)
python-scramp 1.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 1,013; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 906 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-scramp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexander Sulfrian <alexander@sulfrian.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-asn1crypto,
 python3-hatchling,
 python3-passlib,
 python3-pytest,
 python3-pytest-mock,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-scramp.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-scramp
Homepage: https://github.com/tlocke/scramp
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no

Package: python3-scramp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python implementation of the SCRAM protocol
 A Python implementation of the SCRAM authentication protocol.
 .
 This package contains the Python 3 module.