7 buildPythonPackage rec {
8 pname = "types-freezegun";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-yzotLu6VDqy6rAZzq1BJmCM2XOuMZVursVRKQURkCew=";
17 # Module doesn't have tests
20 pythonImportsCheck = [ "freezegun-stubs" ];
23 description = "Typing stubs for freezegun";
24 homepage = "https://github.com/python/typeshed";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ jpetrucciani ];