13 inherit pname version;
17 inherit pname version;
18 hash = "sha256-tmBJaL5kAdxRYxHKUHCKCii6p6DLhA79dBLw27/04JI=";
21 nativeBuildInputs = [ setuptools ];
24 description = "Collection of library stubs for Python, with static types";
25 homepage = "https://github.com/python/typeshed";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ jfvillablanca ];