diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /contrib/python/protobuf | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/python/protobuf')
-rw-r--r-- | contrib/python/protobuf/py2/ya.make | 93 | ||||
-rw-r--r-- | contrib/python/protobuf/py3/ya.make | 95 | ||||
-rw-r--r-- | contrib/python/protobuf/ya.make | 18 |
3 files changed, 0 insertions, 206 deletions
diff --git a/contrib/python/protobuf/py2/ya.make b/contrib/python/protobuf/py2/ya.make deleted file mode 100644 index 523478a20a..0000000000 --- a/contrib/python/protobuf/py2/ya.make +++ /dev/null @@ -1,93 +0,0 @@ -PY2_LIBRARY() - -LICENSE(BSD-3-Clause) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - g:cpp-committee - g:cpp-contrib -) - -VERSION(3.17.3) - -ORIGINAL_SOURCE(https://github.com/protocolbuffers/protobuf/archive/v3.17.3.tar.gz) - -PEERDIR( - contrib/libs/protobuf - contrib/libs/protobuf/builtin_proto/protos_from_protobuf - contrib/libs/protobuf/builtin_proto/protos_from_protoc - contrib/python/six -) - -ADDINCL( - contrib/python/protobuf/py2 -) - -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/_parameterized.py - google/protobuf/internal/api_implementation.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 -) - -END() diff --git a/contrib/python/protobuf/py3/ya.make b/contrib/python/protobuf/py3/ya.make deleted file mode 100644 index 28099779e1..0000000000 --- a/contrib/python/protobuf/py3/ya.make +++ /dev/null @@ -1,95 +0,0 @@ -# Generated by devtools/yamaker. - -PY3_LIBRARY() - -LICENSE(BSD-3-Clause) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - g:cpp-committee - g:cpp-contrib -) - -VERSION(3.17.3) - -ORIGINAL_SOURCE(https://github.com/protocolbuffers/protobuf/archive/v3.17.3.tar.gz) - -PEERDIR( - contrib/libs/protobuf - contrib/libs/protobuf/builtin_proto/protos_from_protobuf - contrib/libs/protobuf/builtin_proto/protos_from_protoc - contrib/python/six -) - -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/_parameterized.py - google/protobuf/internal/api_implementation.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 -) - -END() diff --git a/contrib/python/protobuf/ya.make b/contrib/python/protobuf/ya.make deleted file mode 100644 index 50b64e36b1..0000000000 --- a/contrib/python/protobuf/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -PY23_LIBRARY() - -LICENSE(Service-Py23-Proxy) - -OWNER(g:devtools-contrib) - -IF (PYTHON2) - PEERDIR(contrib/python/protobuf/py2) -ELSE() - PEERDIR(contrib/python/protobuf/py3) -ENDIF() - -END() - -RECURSE( - py2 - py3 -) |