1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript, six }:
5 namespace = "script.module.dateutil";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
10 sha256 = "sha256-iQnyS0GjYcPbnBDUxmMrmDxHOA3K8RbTVke/HF4d5u4=";
13 propagatedBuildInputs = [
19 updateScript = addonUpdateScript {
20 attrPath = "kodi.packages.dateutil";
25 homepage = "https://dateutil.readthedocs.io/en/stable/";
26 description = "Extensions to the standard Python datetime module";
27 license = with licenses; [ asl20 bsd3 ];
28 maintainers = teams.kodi.members;