1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript }:
4 namespace = "script.module.idna";
8 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
9 sha256 = "sha256-wS1d1L18v4+RGwxDh7OpKRHB2A4qYwiq6b5mAz7l8Pk=";
14 updateScript = addonUpdateScript {
15 attrPath = "kodi.packages.idna";
20 homepage = "https://github.com/Freso/script.module.idna";
21 description = "Internationalized Domain Names for Python";
22 license = licenses.bsd3;
23 maintainers = teams.kodi.members;