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 /library/python/symbols | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python/symbols')
-rw-r--r-- | library/python/symbols/libc/ya.make | 19 | ||||
-rw-r--r-- | library/python/symbols/module/ya.make | 23 | ||||
-rw-r--r-- | library/python/symbols/python/ut/py2/ya.make | 9 | ||||
-rw-r--r-- | library/python/symbols/python/ut/py3/ya.make | 9 | ||||
-rw-r--r-- | library/python/symbols/python/ut/ya.make | 16 | ||||
-rw-r--r-- | library/python/symbols/python/ya.make | 15 | ||||
-rw-r--r-- | library/python/symbols/registry/ya.make | 9 | ||||
-rw-r--r-- | library/python/symbols/ya.make | 12 |
8 files changed, 0 insertions, 112 deletions
diff --git a/library/python/symbols/libc/ya.make b/library/python/symbols/libc/ya.make deleted file mode 100644 index 7b84cbc9617..00000000000 --- a/library/python/symbols/libc/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -OWNER(pg orivej) - -PEERDIR( - library/python/symbols/registry -) - -IF (GCC OR CLANG) - CFLAGS( - -Wno-deprecated-declarations # For sem_getvalue. - ) -ENDIF() - -SRCS( - GLOBAL syms.cpp -) - -END() diff --git a/library/python/symbols/module/ya.make b/library/python/symbols/module/ya.make deleted file mode 100644 index 78e30f25478..00000000000 --- a/library/python/symbols/module/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -PY23_LIBRARY() - -OWNER(pg orivej) - -NO_PYTHON_INCLUDES() - -PEERDIR( - contrib/libs/python/Include -) - -SRCS( - module.cpp -) - -PY_REGISTER( - library.python.symbols.module.syms -) - -PY_SRCS( - __init__.py -) - -END() diff --git a/library/python/symbols/python/ut/py2/ya.make b/library/python/symbols/python/ut/py2/ya.make deleted file mode 100644 index 214194de57b..00000000000 --- a/library/python/symbols/python/ut/py2/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY2TEST() - -OWNER(orivej) - -PEERDIR( - library/python/symbols/python/ut -) - -END() diff --git a/library/python/symbols/python/ut/py3/ya.make b/library/python/symbols/python/ut/py3/ya.make deleted file mode 100644 index 76611c6a194..00000000000 --- a/library/python/symbols/python/ut/py3/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY3TEST() - -OWNER(orivej) - -PEERDIR( - library/python/symbols/python/ut -) - -END() diff --git a/library/python/symbols/python/ut/ya.make b/library/python/symbols/python/ut/ya.make deleted file mode 100644 index 2849e01b1e0..00000000000 --- a/library/python/symbols/python/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -PY23_LIBRARY() - -OWNER(orivej) - -TEST_SRCS(test_ctypes.py) - -PEERDIR( - library/python/symbols/python -) - -END() - -RECURSE_FOR_TESTS( - py2 - py3 -) diff --git a/library/python/symbols/python/ya.make b/library/python/symbols/python/ya.make deleted file mode 100644 index 6bfd54f8bcc..00000000000 --- a/library/python/symbols/python/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(orivej) - -PEERDIR( - library/python/symbols/registry -) - -SRCS( - GLOBAL syms.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/python/symbols/registry/ya.make b/library/python/symbols/registry/ya.make deleted file mode 100644 index 2737b9fce94..00000000000 --- a/library/python/symbols/registry/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(pg orivej) - -SRCS( - syms.cpp -) - -END() diff --git a/library/python/symbols/ya.make b/library/python/symbols/ya.make deleted file mode 100644 index 340a710c487..00000000000 --- a/library/python/symbols/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -RECURSE( - module - registry - tests - - crypto - libc - libmagic - python - uuid - win_unicode_console -) |