11 namespace = "script.module.future";
12 version = "1.0.0+matrix.1";
15 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
16 sha256 = "sha256-BsDgCAZuJBRBpe6EmfSynhrXS3ktQRZsEwf9CdF0VCg=";
21 updateScript = addonUpdateScript {
22 attrPath = "kodi.packages.future";
27 homepage = "https://python-future.org";
28 description = "Missing compatibility layer between Python 2 and Python 3";
29 license = licenses.mit;
30 maintainers = teams.kodi.members;