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
|
Source: python-twomemo
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
mypy-protobuf,
protobuf-compiler,
pybuild-plugin-pyproject,
python3-all,
python3-doubleratchet (>= 1~),
python3-omemo (>= 1~),
python3-protobuf,
python3-setuptools,
python3-typing-extensions,
python3-x3dh (>= 1~),
python3-xeddsa (>= 1~),
Standards-Version: 4.2.1
Homepage: https://github.com/Syndace/python-twomemo
Vcs-Git: https://salsa.debian.org/python-team/packages/python-twomemo.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-twomemo
Testsuite: autopkgtest-pkg-python
Package: python3-twomemo
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: python-omemo backend for OMEMO 2
Backend implementation for python-omemo, equipping python-omemo with
support for OMEMO under the namespace urn:xmpp:omemo:2
(casually/jokingly referred to as "twomemo").
|