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
|
Source: python-tx-xmpp
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,
python3-all,
python3-constantly,
python3-dateutil,
python3-hatchling,
python3-incremental,
python3-pytest,
python3-pytest-twisted,
python3-setuptools,
python3-twisted,
Standards-Version: 4.7.3
Homepage: https://www.goffi.org/forge/goffi/tx-xmpp
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tx-xmpp
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tx-xmpp.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-tx-xmpp
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-twisted (>= 16.4.0),
python3-dateutil,
python3-pycryptodome
Description: Python 3 collection of XMPP enhancements for Twisted
Tx-XMPP is an implementation built on top of Twisted. It is a
friendly fork of Wokkel maintained to keep compatible with the latest
Python and Twisted versions, to use modern tooling and type hints,
and to add some features.
.
This package install python3 library.
|