123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- # Generated by devtools/yamaker from nixpkgs 22.05.
- PY3_LIBRARY()
- LICENSE(
- BSD-3-Clause AND
- Protobuf-License
- )
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- VERSION(3.20.3)
- ORIGINAL_SOURCE(mirror://pypi/p/protobuf/protobuf-3.20.3.tar.gz)
- PEERDIR(
- contrib/libs/protobuf
- contrib/libs/protobuf/builtin_proto/protos_from_protobuf
- contrib/libs/protobuf/builtin_proto/protos_from_protoc
- contrib/libs/python
- )
- ADDINCL(
- contrib/python/protobuf/py3
- )
- NO_COMPILER_WARNINGS()
- NO_LINT()
- CFLAGS(
- -DPYTHON_PROTO2_CPP_IMPL_V2
- )
- SRCS(
- google/protobuf/internal/api_implementation.cc
- google/protobuf/pyext/descriptor.cc
- google/protobuf/pyext/descriptor_containers.cc
- google/protobuf/pyext/descriptor_database.cc
- google/protobuf/pyext/descriptor_pool.cc
- google/protobuf/pyext/extension_dict.cc
- google/protobuf/pyext/field.cc
- google/protobuf/pyext/map_container.cc
- google/protobuf/pyext/message.cc
- google/protobuf/pyext/message_factory.cc
- google/protobuf/pyext/message_module.cc
- google/protobuf/pyext/repeated_composite_container.cc
- google/protobuf/pyext/repeated_scalar_container.cc
- google/protobuf/pyext/unknown_fields.cc
- )
- PY_REGISTER(
- google.protobuf.internal._api_implementation
- google.protobuf.pyext._message
- )
- PY_SRCS(
- TOP_LEVEL
- google/__init__.py
- google/protobuf/__init__.py
- google/protobuf/compiler/__init__.py
- google/protobuf/descriptor.py
- google/protobuf/descriptor_database.py
- google/protobuf/descriptor_pool.py
- google/protobuf/internal/__init__.py
- google/protobuf/internal/api_implementation.py
- google/protobuf/internal/builder.py
- google/protobuf/internal/containers.py
- google/protobuf/internal/decoder.py
- google/protobuf/internal/encoder.py
- google/protobuf/internal/enum_type_wrapper.py
- google/protobuf/internal/extension_dict.py
- google/protobuf/internal/message_listener.py
- google/protobuf/internal/python_message.py
- google/protobuf/internal/type_checkers.py
- google/protobuf/internal/well_known_types.py
- google/protobuf/internal/wire_format.py
- google/protobuf/json_format.py
- google/protobuf/message.py
- google/protobuf/message_factory.py
- google/protobuf/proto_builder.py
- google/protobuf/pyext/__init__.py
- google/protobuf/pyext/cpp_message.py
- google/protobuf/reflection.py
- google/protobuf/service.py
- google/protobuf/service_reflection.py
- google/protobuf/symbol_database.py
- google/protobuf/text_encoding.py
- google/protobuf/text_format.py
- google/protobuf/util/__init__.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/protobuf/py3/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
|