11 namespace = "script.module.six";
12 version = "1.16.0+matrix.1";
15 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
16 sha256 = "sha256-d6BNpnTg6K7NPX3uWp5X0rog33C+B7YoAtLH/CrUYno=";
19 passthru.updateScript = addonUpdateScript {
20 attrPath = "kodi.packages.six";
24 homepage = "https://pypi.org/project/six/";
25 description = "Python 2 and 3 compatibility utilities";
26 license = licenses.mit;
27 maintainers = teams.kodi.members;