diff options
author | dvshkurko <dvshkurko@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
commit | c768a99151e47c3a4bb7b92c514d256abd301c4d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/grpc/src/python/grpcio_status/ya.make | |
parent | 321ee9bce31ec6e238be26dbcbe539cffa2c3309 (diff) | |
download | ydb-c768a99151e47c3a4bb7b92c514d256abd301c4d.tar.gz |
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/src/python/grpcio_status/ya.make')
-rw-r--r-- | contrib/libs/grpc/src/python/grpcio_status/ya.make | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/contrib/libs/grpc/src/python/grpcio_status/ya.make b/contrib/libs/grpc/src/python/grpcio_status/ya.make index 68e8961a22..61a3ee4336 100644 --- a/contrib/libs/grpc/src/python/grpcio_status/ya.make +++ b/contrib/libs/grpc/src/python/grpcio_status/ya.make @@ -1,51 +1,51 @@ -PY23_LIBRARY() - +PY23_LIBRARY() + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -OWNER( - akastornov - dvshkurko - g:contrib - g:cpp-contrib -) - -PEERDIR( +OWNER( + akastornov + dvshkurko + g:contrib + g:cpp-contrib +) + +PEERDIR( contrib/python/google-api-core - contrib/libs/grpc/grpc - contrib/python/six -) - -IF (PYTHON2) - PEERDIR( - contrib/python/enum34 - contrib/python/futures - ) -ENDIF() - -ADDINCL( + contrib/libs/grpc/grpc + contrib/python/six +) + +IF (PYTHON2) + PEERDIR( + contrib/python/enum34 + contrib/python/futures + ) +ENDIF() + +ADDINCL( ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/include -) - + contrib/libs/grpc + contrib/libs/grpc/include +) + IF (SANITIZER_TYPE == undefined) - # https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43 - CXXFLAGS(-fno-sanitize=function) -ENDIF() - -NO_LINT() - -NO_COMPILER_WARNINGS() - -PY_SRCS( - TOP_LEVEL - grpc_status/__init__.py + # https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43 + CXXFLAGS(-fno-sanitize=function) +ENDIF() + +NO_LINT() + +NO_COMPILER_WARNINGS() + +PY_SRCS( + TOP_LEVEL + grpc_status/__init__.py grpc_status/_common.py grpc_status/rpc_status.py -) - +) + IF (PYTHON3) PY_SRCS( TOP_LEVEL @@ -53,4 +53,4 @@ IF (PYTHON3) ) ENDIF() -END() +END() |