Info2: << Package: websockets-py%type_pkg[python] # 11+ requires NEWSETUPTOOLS Version: 10.4 Revision: 1 Description: Implementation of the WebSocket Protocol License: BSD # Free to modify, update, and take over Maintainer: Hanspeter Niederstrasser Type: python (3.8 3.9 3.10) Depends: << python%type_pkg[python] << BuildDepends: << setuptools-tng-py%type_pkg[python] << Source: https://files.pythonhosted.org/packages/source/w/websockets/websockets-%v.tar.gz Source-Checksum: SHA256(eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3) CompileScript: << %p/bin/python%type_raw[python] setup.py build_ext --inplace << # tests are designed to NOT be run by distro packagers #InfoTest: << # TestDepends: << # werkzeug-py%type_pkg[python] # << # TestScript: << # PYTHONPATH=%b/src %p/bin/python%type_raw[python] -m unittest -v || exit 2 # << #<< InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d << DocFiles: LICENSE README.rst Homepage: https://github.com/python-websockets/websockets DescDetail: << websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python's standard asynchronous I/O framework, the default implementation provides an elegant coroutine-based API. An implementation on top of threading and a Sans-I/O implementation are also available. << <<