aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/symbols
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/python/symbols
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'library/python/symbols')
-rw-r--r--library/python/symbols/libc/ya.make17
-rw-r--r--library/python/symbols/module/ya.make21
-rw-r--r--library/python/symbols/python/ut/py2/ya.make7
-rw-r--r--library/python/symbols/python/ut/py3/ya.make7
-rw-r--r--library/python/symbols/python/ut/ya.make14
-rw-r--r--library/python/symbols/python/ya.make13
-rw-r--r--library/python/symbols/registry/ya.make7
-rw-r--r--library/python/symbols/win_unicode_console/ya.make11
8 files changed, 0 insertions, 97 deletions
diff --git a/library/python/symbols/libc/ya.make b/library/python/symbols/libc/ya.make
deleted file mode 100644
index 1aa4d90ac83..00000000000
--- a/library/python/symbols/libc/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-LIBRARY()
-
-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 87bcd72b4a3..00000000000
--- a/library/python/symbols/module/ya.make
+++ /dev/null
@@ -1,21 +0,0 @@
-PY23_LIBRARY()
-
-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 991cbedf65d..00000000000
--- a/library/python/symbols/python/ut/py2/ya.make
+++ /dev/null
@@ -1,7 +0,0 @@
-PY2TEST()
-
-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 e5542a6c4e3..00000000000
--- a/library/python/symbols/python/ut/py3/ya.make
+++ /dev/null
@@ -1,7 +0,0 @@
-PY3TEST()
-
-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 933c81781f3..00000000000
--- a/library/python/symbols/python/ut/ya.make
+++ /dev/null
@@ -1,14 +0,0 @@
-PY23_LIBRARY()
-
-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 e19c591608b..00000000000
--- a/library/python/symbols/python/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-LIBRARY()
-
-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 16cf2603723..00000000000
--- a/library/python/symbols/registry/ya.make
+++ /dev/null
@@ -1,7 +0,0 @@
-LIBRARY()
-
-SRCS(
- syms.cpp
-)
-
-END()
diff --git a/library/python/symbols/win_unicode_console/ya.make b/library/python/symbols/win_unicode_console/ya.make
deleted file mode 100644
index f1fe4ad2ced..00000000000
--- a/library/python/symbols/win_unicode_console/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-LIBRARY()
-
-PEERDIR(
- library/python/symbols/registry
-)
-
-SRCS(
- GLOBAL syms.cpp
-)
-
-END()