aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/types-protobuf/ya.make
blob: 9ba2128ebd26d22696351a753bbdabdf5129a1f7 (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
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(4.24.0.20240129)

LICENSE(Apache-2.0)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    google-stubs/protobuf/__init__.pyi
    google-stubs/protobuf/compiler/__init__.pyi
    google-stubs/protobuf/descriptor.pyi
    google-stubs/protobuf/descriptor_pool.pyi
    google-stubs/protobuf/internal/__init__.pyi
    google-stubs/protobuf/internal/api_implementation.pyi
    google-stubs/protobuf/internal/builder.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/symbol_database.pyi
    google-stubs/protobuf/text_format.pyi
    google-stubs/protobuf/util/__init__.pyi
)

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

END()