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 53 54 55 56
|
Source: slidge
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,
python-slixmpp-doc,
python3-aiohttp,
python3-all,
python3-alembic,
python3-configargparse,
python3-doc,
python3-magic,
python3-pil,
python3-poetry,
python3-pytest,
python3-pytest-asyncio,
python3-qrcode,
python3-setuptools,
python3-slixmpp (>= 1.12~),
python3-sqlalchemy,
python3-thumbhash,
xmldiff,
Build-Depends-Indep:
furo,
python3-slidge-sphinx-extensions,
python3-sphinx,
python3-sphinx-argparse,
python3-sphinx-autoapi,
Standards-Version: 4.7.3
Homepage: https://slidge.im/
Vcs-Git: https://salsa.debian.org/python-team/packages/slidge.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/slidge
Testsuite: autopkgtest-pkg-pybuild
Package: python3-slidge
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: XMPP puppeteer gateway library in Python
Slidge makes writing gateways to other chat networks (legacy modules)
as frictionless as possible. It supports fancy IM features, such as
(emoji) reactions, replies, and retractions.
Package: python-slidge-doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Description: XMPP puppeteer gateway library in Python (documentation)
Slidge makes writing gateways to other chat networks (legacy modules)
as frictionless as possible. It supports fancy IM features, such as
(emoji) reactions, replies, and retractions.
.
This is the documentation package.
|