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