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.
|