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
|
Source: python-ws4py
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-cherrypy3,
python3-mock,
python3-nose,
python3-setuptools,
python3-sphinx,
python3-sphinxcontrib.seqdiag,
python3-tornado,
Build-Depends-Indep: python3-doc
Standards-Version: 4.5.0
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
Package: python3-ws4py
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Suggests: python3-cherrypy3 | python3-tornado,
python-ws4py-doc
Description: WebSocket library (Python 3)
Python library providing an implementation of the WebSocket protocol defined
in RFC 6455.
.
This is the Python 3 version of the package.
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),
Description: WebSocket library (docs)
Python library providing an implementation of the WebSocket protocol defined
in RFC 6455.
.
This package contains documentation.
|