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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: slixmpp
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:
cython3,
debhelper-compat (= 13),
dh-python,
gnupg,
libidn11-dev,
python3-aiohttp,
python3-all,
python3-all-dev,
python3-cryptography,
python3-docutils,
python3-emoji (>= 2.2.0~),
python3-setuptools,
python3-sphinx,
python3-sphinx-autodoc-typehints,
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: https://lab.louiz.org/poezio/slixmpp
Vcs-Git: https://salsa.debian.org/xmpp-team/slixmpp.git
Vcs-Browser: https://salsa.debian.org/xmpp-team/slixmpp
Package: python3-slixmpp
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends:
gnupg,
python3-aiohttp,
python3-cryptography,
python3-emoji (>= 2.2.0~),
python3-slixmpp-lib,
Description: Threadless, event-based XMPP Python 3 library
Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
core of the library by entirely removing all threads from the library and
using an event-based approach instead.
.
Features of this library:
* No threads. See http://blog.louiz.org/slixmpp. All parts of the API relying
on threads are removed.
* No support for Python < 3.4. This allows one to remove a lot of workaround
and other hacks.
* No backward compatibility with old SleekXMPP version. For example things
like “addHandler = add_handler” are removed.
.
You should use this library only if you would prefer not to use threads in
your application. If threads don’t really bother you, or if you need Python
2 support, then you should use SleekXMPP instead.
Package: python3-slixmpp-lib
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: Threadless, event-based XMPP Python 3 library (optional binary module)
Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
core of the library by entirely removing all threads from the library and
using an event-based approach instead.
.
This is an optional package that installs a binary extension module to
improve performance on critical modules.
Package: python-slixmpp-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Threadless, event-based XMPP Python library (documentation)
Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
core of the library by entirely removing all threads from the library and
using an event-based approach instead.
.
This is the documentation package.
|