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
|
Source: python-ws4py
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-cherrypy3,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinxcontrib.seqdiag,
python3-tornado,
Rules-Requires-Root: no
Build-Depends-Indep:
python3-doc,
Standards-Version: 4.7.2
Homepage: https://ws4py.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ws4py.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ws4py
Testsuite: autopkgtest-pkg-python
X-Style: black
Package: python3-ws4py
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Suggests:
python-ws4py-doc,
python3-cherrypy3 | python3-tornado,
Description: WebSocket library
Python library providing an implementation of the WebSocket protocol defined
in RFC 6455.
Package: python-ws4py-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Replaces:
python-ws4py (<< 0.4.2+dfsg1-1),
python3-ws4py (<< 0.4.2+dfsg1-1),
Breaks:
python-ws4py (<< 0.4.2+dfsg1-1),
python3-ws4py (<< 0.4.2+dfsg1-1),
Multi-Arch: foreign
Description: WebSocket library (docs)
Python library providing an implementation of the WebSocket protocol defined
in RFC 6455.
.
This package contains documentation.
|