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
|
Source: python-nbxmpp
Section: python
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Tanguy Ortolo <tanguy+debian@ortolo.eu>,
Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
Build-Depends-Indep:
gir1.2-soup-3.0,
pybuild-plugin-pyproject,
python3-all,
python3-gi,
python3-gssapi,
python3-idna,
python3-packaging,
python3-precis-i18n,
python3-setuptools,
Standards-Version: 4.1.4
Rules-Requires-Root: no
Homepage: https://dev.gajim.org/gajim/python-nbxmpp
Vcs-Git: https://salsa.debian.org/xmpp-team/python-nbxmpp.git
Vcs-Browser: https://salsa.debian.org/xmpp-team/python-nbxmpp
Testsuite: autopkgtest-pkg-pybuild
Package: python3-nbxmpp
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
gir1.2-soup-3.0,
python3-gi
Recommends: python3-gssapi,
Breaks: gajim (<< 2~)
Description: Non blocking Jabber/XMPP Python 3 library
python-nbxmpp is a Python library that provides a way for Python applications
to use Jabber/XMPP networks in a non-blocking way. This library is initialy a
fork of xmpppy one, but using non-blocking sockets.
.
This is the Python 3 version of this library.
|