8 buildPythonPackage rec {
10 version = "2024.2.0.20241003";
14 inherit pname version;
15 hash = "sha256-V13DjzhakiohK6wAp9bS4W4UETKjyVUHj0pP0T7Wy0Q=";
18 build-system = [ setuptools ];
20 # Modules doesn't have tests
23 pythonImportsCheck = [ "pytz-stubs" ];
26 description = "Typing stubs for pytz";
27 homepage = "https://github.com/python/typeshed";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ fab ];