ports/www/py-websocket-client/pkg-descr
Kubilay Kocak 542697d3ce www/py-websocket-client: Update to 0.56.0
- Update LICENSE [1]
  - Update pkg-descr, add WWW: URL
  - Add USE_PYTHON=concurrent, package installs a script
  - Remove backports.ssl_match_hostname dependency, only needed for
    Python < 2.7.9 [2]

Changelog:

  https://github.com/websocket-client/websocket-client/blob/v0.56.0/ChangeLog

[1] e94ed9e078
[2] f7f5f70681

Reviewed by:		alfred (maintainer)
Approved by:		alfred (maintainer)
Differential Revision:	D20283
2019-05-17 07:14:22 +00:00

6 lines
245 B
Text

websocket-client module is a WebSocket client for python. This provide the
low level APIs for WebSocket. All APIs are the synchronous functions.
websocket-client supports only hybi-13.
WWW: https://github.com/websocket-client/websocket-client