1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript }:
5 namespace = "script.module.six";
6 version = "1.16.0+matrix.1";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
10 sha256 = "sha256-d6BNpnTg6K7NPX3uWp5X0rog33C+B7YoAtLH/CrUYno=";
13 passthru.updateScript = addonUpdateScript {
14 attrPath = "kodi.packages.six";
18 homepage = "https://pypi.org/project/six/";
19 description = "Python 2 and 3 compatibility utilities";
20 license = licenses.mit;
21 maintainers = teams.kodi.members;