6 , googleapis-common-protos
11 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "sha256-z8RUdMftoP48S57KJUISTyoP9VQyQr7GHo0IvOD1vUg=";
21 propagatedBuildInputs = [ protobuf ];
23 checkInputs = [ pytestCheckHook pytz googleapis-common-protos ];
25 pythonImportsCheck = [ "proto" ];
28 description = "Beautiful, idiomatic protocol buffers in Python";
29 homepage = "https://github.com/googleapis/proto-plus-python";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ ruuda SuperSandro2000 ];