File: control

package info (click to toggle)
python-gwebsockets 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 108 kB
  • sloc: python: 319; sh: 4; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 880 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
Source: python-gwebsockets
Section: python
Priority: optional
Maintainer: Debian Sugar Team <pkg-sugar-devel@alioth-lists.debian.net>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 12),
 dh-sequence-python3,
 python3,
 python3-dev,
 python3-setuptools
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/pkg-sugar-team/python-gwebsockets.git
Vcs-Browser: https://salsa.debian.org/pkg-sugar-team/python-gwebsockets
Homepage: https://github.com/sugarlabs/gwebsockets
Rules-Requires-Root: no

Package: python3-gwebsockets
Architecture: all
Depends:
 gir1.2-glib-2.0,
 python3-gi,
 ${misc:Depends},
 ${python3:Depends}
Provides: ${python3:Provides}
Description: websocket server written in Python
 gwebsockets is a websocket server written in python.
 .
 It uses GIO for network communication and hence easily integrates with
 the GLib mainloop.