12 namespace = "script.module.websocket";
16 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
17 sha256 = "sha256-1Wy+hxB059UoZnQlncytVT3sQ07dYAhNRnW3/QVD4ZE=";
20 propagatedBuildInputs = [
26 updateScript = addonUpdateScript {
27 attrPath = "kodi.packages.websocket";
32 homepage = "https://github.com/websocket-client/websocket-client";
33 description = "WebSocket client for Python";
34 license = licenses.lgpl2Only;
35 maintainers = teams.kodi.members;