1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript, six }:
5 namespace = "script.module.websocket";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
10 sha256 = "sha256-1Wy+hxB059UoZnQlncytVT3sQ07dYAhNRnW3/QVD4ZE=";
13 propagatedBuildInputs = [
19 updateScript = addonUpdateScript {
20 attrPath = "kodi.packages.websocket";
25 homepage = "https://github.com/websocket-client/websocket-client";
26 description = "WebSocket client for Python";
27 license = licenses.lgpl2Only;
28 maintainers = teams.kodi.members;