8 buildPythonPackage rec {
9 pname = "types-protobuf";
10 version = "5.28.0.20240924";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-0YGviiVuWpHOjVrbU0luiA79kUTH1USD42UzMrYClvA=";
18 propagatedBuildInputs = [ types-futures ];
20 # Module doesn't have tests
23 pythonImportsCheck = [ "google-stubs" ];
26 description = "Typing stubs for protobuf";
27 homepage = "https://github.com/python/typeshed";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ andersk ];