1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript }:
5 namespace = "script.module.urllib3";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
10 sha256 = "sha256-UCvkeguxytPoP1gIIt8N79TVs98ATzsfrRSabtbgnGc=";
15 updateScript = addonUpdateScript {
16 attrPath = "kodi.packages.urllib3";
21 homepage = "https://urllib3.readthedocs.io/en/latest/";
22 description = "HTTP library with thread-safe connection pooling, file post, and more";
23 license = licenses.mit;
24 maintainers = teams.kodi.members;