11 buildPythonPackage rec {
12 pname = "websocket-client";
16 disabled = pythonOlder "3.8";
19 pname = "websocket_client";
21 hash = "sha256-Mjnfn0TaYy+WASRygF1AojKBqZECfOEdL0Wm8krEw9o=";
24 build-system = [ setuptools ];
26 optional-dependencies = {
29 # wsaccel is not available at the moment
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "websocket" ];
38 description = "Websocket client for Python";
39 homepage = "https://github.com/websocket-client/websocket-client";
40 changelog = "https://github.com/websocket-client/websocket-client/blob/v${version}/ChangeLog";
41 license = licenses.lgpl21Plus;
42 maintainers = with maintainers; [ fab ];
43 mainProgram = "wsdump";