1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # Generated by devtools/yamaker/ym2
- PY3_LIBRARY()
- LICENSE(
- BSD-3-Clause AND
- Protobuf-License
- )
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- VERSION(4.22.5)
- ORIGINAL_SOURCE(https://github.com/protocolbuffers/protobuf/archive/refs/tags/v4.22.5.tar.gz)
- NO_COMPILER_WARNINGS()
- PEERDIR(
- contrib/libs/protobuf
- contrib/libs/protobuf/builtin_proto/protos_from_protobuf
- contrib/libs/protobuf/builtin_proto/protos_from_protoc
- contrib/libs/python
- contrib/restricted/abseil-cpp-tstring/y_absl/strings
- contrib/restricted/abseil-cpp-tstring/y_absl/log
- )
- NO_LINT()
- ADDINCL(
- contrib/python/protobuf/py3
- )
- CFLAGS(
- -DPYTHON_PROTO2_CPP_IMPL_V2
- )
- INCLUDE(ya.make.inc)
- PY_REGISTER(
- google.protobuf.internal._api_implementation
- google.protobuf.pyext._message
- )
- END()
|