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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: slidge-matridge
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
Build-Depends-Indep:
dh-sequence-sphinxdoc,
furo,
python3-all,
python3-bs4,
python3-async-lru,
python3-matrix-nio,
python3-poetry,
python3-pytest,
python3-pytest-asyncio,
python3-setuptools,
python3-setuptools-scm,
python3-slidge (>= 0.3.1~),
python3-slidge-style-parser,
python3-sphinx,
python3-sphinx-argparse,
python3-sphinx-autoapi,
python3-sphinx-mdinclude,
python3-thumbhash,
xmldiff,
Standards-Version: 4.7.3
Homepage: https://slidge.im/
Vcs-Git: https://salsa.debian.org/python-team/packages/slidge-matridge.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/slidge-matridge
Testsuite: autopkgtest-pkg-pybuild
Package: python3-matridge
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-thumbhash,
Description: feature-rich Matrix/XMPP gateway
Matridge is a puppeteering gateway with fancy IM features, such as
(emoji) reactions, replies, and retractions.
Package: python-matridge-doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Description: feature-rich Matrix/XMPP gateway (documentation)
Matridge is a puppeteering gateway with fancy IM features, such as
(emoji) reactions, replies, and retractions.
.
This is the documentation package.
|