aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/types-protobuf/ya.make
blob: 5e5ba3f5c12c46cf097e56f21a58762ce65ca8b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(3.20.4.1)

LICENSE(Apache-2.0)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    google-stubs/__init__.pyi
    google-stubs/protobuf/__init__.pyi
    google-stubs/protobuf/any_pb2.pyi
    google-stubs/protobuf/api_pb2.pyi
    google-stubs/protobuf/compiler/__init__.pyi
    google-stubs/protobuf/compiler/plugin_pb2.pyi
    google-stubs/protobuf/descriptor.pyi
    google-stubs/protobuf/descriptor_pb2.pyi
    google-stubs/protobuf/descriptor_pool.pyi
    google-stubs/protobuf/duration_pb2.pyi
    google-stubs/protobuf/empty_pb2.pyi
    google-stubs/protobuf/field_mask_pb2.pyi
    google-stubs/protobuf/internal/__init__.pyi
    google-stubs/protobuf/internal/api_implementation.pyi
    google-stubs/protobuf/internal/containers.pyi
    google-stubs/protobuf/internal/decoder.pyi
    google-stubs/protobuf/internal/encoder.pyi
    google-stubs/protobuf/internal/enum_type_wrapper.pyi
    google-stubs/protobuf/internal/extension_dict.pyi
    google-stubs/protobuf/internal/message_listener.pyi
    google-stubs/protobuf/internal/python_message.pyi
    google-stubs/protobuf/internal/type_checkers.pyi
    google-stubs/protobuf/internal/well_known_types.pyi
    google-stubs/protobuf/internal/wire_format.pyi
    google-stubs/protobuf/json_format.pyi
    google-stubs/protobuf/message.pyi
    google-stubs/protobuf/message_factory.pyi
    google-stubs/protobuf/reflection.pyi
    google-stubs/protobuf/service.pyi
    google-stubs/protobuf/source_context_pb2.pyi
    google-stubs/protobuf/struct_pb2.pyi
    google-stubs/protobuf/symbol_database.pyi
    google-stubs/protobuf/text_format.pyi
    google-stubs/protobuf/timestamp_pb2.pyi
    google-stubs/protobuf/type_pb2.pyi
    google-stubs/protobuf/util/__init__.pyi
    google-stubs/protobuf/wrappers_pb2.pyi
)

RESOURCE_FILES(
    PREFIX contrib/python/types-protobuf/
    .dist-info/METADATA
    .dist-info/top_level.txt
    google-stubs/METADATA.toml
)

END()