9 buildPythonPackage rec {
11 version = "2024092600";
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 hash = "sha256-ybqC0FUrTyTO2UfS/bCAUdzKtcK06wTeLv1Mv/R8RS0=";
21 nativeBuildInputs = [ setuptools ];
23 pythonImportsCheck = [ "tlds" ];
28 passthru.updateScript = nix-update-script { };
31 description = "Automatically updated list of valid TLDs taken directly from IANA";
32 homepage = "https://github.com/kichik/tlds";
33 license = licenses.mit;
34 maintainers = with maintainers; [ hexa ];