File: control

package info (click to toggle)
python-nbxmpp 0.6.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,368 kB
  • sloc: python: 6,474; makefile: 8
file content (46 lines) | stat: -rw-r--r-- 1,836 bytes parent folder | download
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
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>,
    W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 11), dh-python, python-all, python3-all, python3-gi
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

Package: python-nbxmpp
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-openssl
Description: Non blocking Jabber/XMPP Python 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 2 version of this library.

Package: python3-nbxmpp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-gi
Recommends: python3-openssl
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.

Package: python-nbxmpp-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Non blocking Jabber/XMPP Python library, documentation
 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 documentation of this library.