diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/python | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'library/python')
47 files changed, 0 insertions, 611 deletions
diff --git a/library/python/archive/ya.make b/library/python/archive/ya.make deleted file mode 100644 index daddfcc7bd..0000000000 --- a/library/python/archive/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - contrib/python/python-libarchive -) - -END() - -RECURSE_FOR_TESTS( - benchmark - test -) diff --git a/library/python/certifi/ya.make b/library/python/certifi/ya.make deleted file mode 100644 index ba8f150ea0..0000000000 --- a/library/python/certifi/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -PY23_LIBRARY() - -RESOURCE_FILES( - PREFIX library/python/certifi/ - .dist-info/METADATA - .dist-info/top_level.txt -) - -PY_SRCS( - TOP_LEVEL - certifi/__init__.py - certifi/binary.py - certifi/source.py -) - -END() diff --git a/library/python/cityhash/ya.make b/library/python/cityhash/ya.make deleted file mode 100644 index 41ba7449fc..0000000000 --- a/library/python/cityhash/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_LIBRARY() - -SRCS( - hash.cpp -) - -PY_SRCS( - TOP_LEVEL - cityhash.pyx -) - -END() diff --git a/library/python/codecs/ya.make b/library/python/codecs/ya.make deleted file mode 100644 index f42d115d5d..0000000000 --- a/library/python/codecs/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - library/cpp/blockcodecs - contrib/python/six -) - -PY_SRCS( - __init__.py -) - -BUILDWITH_CYTHON_CPP(__codecs.pyx) - -PY_REGISTER(__codecs) - -END() diff --git a/library/python/compress/ya.make b/library/python/compress/ya.make deleted file mode 100644 index e0b5dbe9e0..0000000000 --- a/library/python/compress/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - library/python/codecs - library/python/par_apply -) - -PY_SRCS( - __init__.py -) - -END() diff --git a/library/python/cores/ya.make b/library/python/cores/ya.make deleted file mode 100644 index 0a828cb58b..0000000000 --- a/library/python/cores/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - contrib/python/six - library/python/reservoir_sampling -) - -END() diff --git a/library/python/filelock/ya.make b/library/python/filelock/ya.make deleted file mode 100644 index 00302eb3d8..0000000000 --- a/library/python/filelock/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/windows -) - -END() diff --git a/library/python/find_root/ya.make b/library/python/find_root/ya.make deleted file mode 100644 index 3582136180..0000000000 --- a/library/python/find_root/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() diff --git a/library/python/fs/test/ya.make b/library/python/fs/test/ya.make deleted file mode 100644 index e5e1b738b6..0000000000 --- a/library/python/fs/test/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_TEST() - -TEST_SRCS( - test_fs.py -) - -PEERDIR( - library/python/fs - library/python/tmp -) - -END() diff --git a/library/python/fs/ya.make b/library/python/fs/ya.make deleted file mode 100644 index 836f49b6d8..0000000000 --- a/library/python/fs/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py -) - -IF (OS_DARWIN) - PY_SRCS( - clonefile.pyx - ) -ENDIF() - -PEERDIR( - library/python/func - library/python/strings - library/python/windows -) - -END() - -RECURSE_FOR_TESTS(test) diff --git a/library/python/func/ut/ya.make b/library/python/func/ut/ya.make deleted file mode 100644 index 4e8f326de7..0000000000 --- a/library/python/func/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY23_TEST() - -TEST_SRCS(test_func.py) - -PEERDIR( - library/python/func -) - -END() diff --git a/library/python/func/ya.make b/library/python/func/ya.make deleted file mode 100644 index 47ab634913..0000000000 --- a/library/python/func/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/python/import_test/ya.make b/library/python/import_test/ya.make deleted file mode 100644 index 11e098cfe6..0000000000 --- a/library/python/import_test/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/testing/import_test -) - -END() diff --git a/library/python/json/ya.make b/library/python/json/ya.make deleted file mode 100644 index 74a82de9d8..0000000000 --- a/library/python/json/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - contrib/python/simplejson - library/cpp/json/fast_sax -) - -PY_SRCS( - __init__.py - loads.pyx -) - -SRCS( - loads.cpp -) - -END() diff --git a/library/python/par_apply/ya.make b/library/python/par_apply/ya.make deleted file mode 100644 index b14592ab79..0000000000 --- a/library/python/par_apply/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - contrib/python/six -) - -PY_SRCS( - __init__.py -) - -END() diff --git a/library/python/pytest/plugins/ya.make b/library/python/pytest/plugins/ya.make deleted file mode 100644 index 41e20f6e2f..0000000000 --- a/library/python/pytest/plugins/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - ya.py - collection.py - conftests.py - fixtures.py - metrics.py -) - -PEERDIR( - library/python/filelock - library/python/find_root - library/python/testing/filter - library/python/testing/yatest_common -) - -IF (PYTHON2) - PY_SRCS( - fakeid_py2.py - ) - - PEERDIR( - contrib/deprecated/python/faulthandler - ) -ELSE() - PY_SRCS( - fakeid_py3.py - ) -ENDIF() - -END() diff --git a/library/python/pytest/ut/ya.make b/library/python/pytest/ut/ya.make deleted file mode 100644 index bb94c24c70..0000000000 --- a/library/python/pytest/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_TEST() - -TEST_SRCS( - test_tools.py -) - -PEERDIR( - contrib/python/pytest-mock - library/python/pytest -) - -STYLE_PYTHON() - -END() diff --git a/library/python/pytest/ya.make b/library/python/pytest/ya.make deleted file mode 100644 index b04788cc47..0000000000 --- a/library/python/pytest/ya.make +++ /dev/null @@ -1,36 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py - config.py - context.py - main.py - rewrite.py - yatest_tools.py -) - -PEERDIR( - contrib/python/python-dateutil - contrib/python/ipdb - contrib/python/py - contrib/python/pytest - contrib/python/requests - library/python/pytest/plugins - library/python/testing/yatest_common - library/python/testing/yatest_lib -) - -IF (NOT OPENSOURCE) - PEERDIR(contrib/tools/gprof2dot) -ENDIF() - -RESOURCE_FILES( - PREFIX library/python/pytest/ - pytest.yatest.ini -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/python/reservoir_sampling/ya.make b/library/python/reservoir_sampling/ya.make deleted file mode 100644 index 3582136180..0000000000 --- a/library/python/reservoir_sampling/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() diff --git a/library/python/resource/ut/lib/ya.make b/library/python/resource/ut/lib/ya.make deleted file mode 100644 index f5e28cad29..0000000000 --- a/library/python/resource/ut/lib/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PY23_LIBRARY() - -TEST_SRCS(test_simple.py) - -PEERDIR( - library/python/resource -) - -RESOURCE( - qw.txt /qw.txt - qw.txt /prefix/1.txt - qw.txt /prefix/2.txt -) - -END() diff --git a/library/python/resource/ut/py2/ya.make b/library/python/resource/ut/py2/ya.make deleted file mode 100644 index 073e4a68ac..0000000000 --- a/library/python/resource/ut/py2/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PY2TEST() - -PEERDIR( - library/python/resource/ut/lib -) - -END() diff --git a/library/python/resource/ut/py3/ya.make b/library/python/resource/ut/py3/ya.make deleted file mode 100644 index 6525628592..0000000000 --- a/library/python/resource/ut/py3/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PY3TEST() - -PEERDIR( - library/python/resource/ut/lib -) - -END() diff --git a/library/python/resource/ut/ya.make b/library/python/resource/ut/ya.make deleted file mode 100644 index 4cedc9fb3e..0000000000 --- a/library/python/resource/ut/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -RECURSE( - py2 - py3 -) diff --git a/library/python/resource/ya.make b/library/python/resource/ya.make deleted file mode 100644 index 2642f0b42b..0000000000 --- a/library/python/resource/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - contrib/python/six -) - -PY_SRCS(__init__.py) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/python/retry/ya.make b/library/python/retry/ya.make deleted file mode 100644 index 3582136180..0000000000 --- a/library/python/retry/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() diff --git a/library/python/strings/ut/ya.make b/library/python/strings/ut/ya.make deleted file mode 100644 index df95e366fa..0000000000 --- a/library/python/strings/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_TEST() - -TEST_SRCS(test_strings.py) - -PEERDIR( - library/python/strings -) - -STYLE_PYTHON() - -END() diff --git a/library/python/strings/ya.make b/library/python/strings/ya.make deleted file mode 100644 index 1cd6137b7e..0000000000 --- a/library/python/strings/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py - CYTHONIZE_PY - strings.py -) - -PEERDIR( - library/python/func - contrib/python/six -) - -STYLE_PYTHON() - -END() - -RECURSE( - ut -) diff --git a/library/python/svn_version/ya.make b/library/python/svn_version/ya.make deleted file mode 100644 index f168ea4a94..0000000000 --- a/library/python/svn_version/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - library/cpp/svnversion - contrib/python/future -) - -PY_SRCS( - __init__.py - __svn_version.pyx -) - -END() diff --git a/library/python/symbols/libc/ya.make b/library/python/symbols/libc/ya.make deleted file mode 100644 index 1aa4d90ac8..0000000000 --- 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 87bcd72b4a..0000000000 --- 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 991cbedf65..0000000000 --- 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 e5542a6c4e..0000000000 --- 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 933c81781f..0000000000 --- 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 e19c591608..0000000000 --- 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 16cf260372..0000000000 --- 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 f1fe4ad2ce..0000000000 --- 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() diff --git a/library/python/testing/custom_linter_util/ya.make b/library/python/testing/custom_linter_util/ya.make deleted file mode 100644 index c761b09afc..0000000000 --- a/library/python/testing/custom_linter_util/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY3_LIBRARY() - -PY_SRCS( - linter_params.py - reporter.py -) - -END() - -RECURSE_FOR_TESTS( - tests -) diff --git a/library/python/testing/filter/ya.make b/library/python/testing/filter/ya.make deleted file mode 100644 index 8703f5dcd2..0000000000 --- a/library/python/testing/filter/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -PY23_LIBRARY() -PY_SRCS(filter.py) - -END() diff --git a/library/python/testing/import_test/ya.make b/library/python/testing/import_test/ya.make deleted file mode 100644 index 3f95288f4d..0000000000 --- a/library/python/testing/import_test/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(import_test.py) - -END() diff --git a/library/python/testing/recipe/ya.make b/library/python/testing/recipe/ya.make deleted file mode 100644 index 6e05a5a1ea..0000000000 --- a/library/python/testing/recipe/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py - ports.py -) - -PEERDIR( - contrib/python/ipdb - library/python/testing/yatest_common - library/python/testing/yatest_lib -) - -END() diff --git a/library/python/testing/yatest_common/ya.make b/library/python/testing/yatest_common/ya.make deleted file mode 100644 index 2f5aa3bf39..0000000000 --- a/library/python/testing/yatest_common/ya.make +++ /dev/null @@ -1,38 +0,0 @@ -PY23_LIBRARY() - -NO_EXTENDED_SOURCE_SEARCH() - -PY_SRCS( - TOP_LEVEL - yatest/__init__.py - yatest/common/__init__.py - yatest/common/benchmark.py - yatest/common/canonical.py - yatest/common/environment.py - yatest/common/errors.py - yatest/common/misc.py - yatest/common/network.py - yatest/common/path.py - yatest/common/process.py - yatest/common/runtime.py - yatest/common/runtime_java.py -) - -STYLE_PYTHON() - -PEERDIR( - contrib/python/packaging - contrib/python/six - library/python/cores - library/python/filelock - library/python/fs - library/python/testing/yatest_lib -) - -IF (NOT CATBOOST_OPENSOURCE) - PEERDIR( - library/python/coredump_filter - ) -ENDIF() - -END() diff --git a/library/python/testing/yatest_common_standalone/ya.make b/library/python/testing/yatest_common_standalone/ya.make deleted file mode 100644 index 8f2d5f52c3..0000000000 --- a/library/python/testing/yatest_common_standalone/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py -) - -STYLE_PYTHON() - -PEERDIR( - library/python/testing/yatest_common -) - -PY_CONSTRUCTOR(library.python.testing.yatest_common_standalone) - -END() diff --git a/library/python/testing/yatest_lib/tests/ya.make b/library/python/testing/yatest_lib/tests/ya.make deleted file mode 100644 index fe7b1c7837..0000000000 --- a/library/python/testing/yatest_lib/tests/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_TEST() - -PEERDIR( - library/python/testing/yatest_lib -) - -TEST_SRCS( - test_external.py - test_testsplitter.py -) - -END() diff --git a/library/python/testing/yatest_lib/ya.make b/library/python/testing/yatest_lib/ya.make deleted file mode 100644 index 79442b8faf..0000000000 --- a/library/python/testing/yatest_lib/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - NAMESPACE - yatest_lib - external.py - test_splitter.py - tools.py - ya.py -) - -PEERDIR( - contrib/python/six -) - -IF(PYTHON2) - PEERDIR( - contrib/deprecated/python/enum34 - ) -ENDIF() - -END() - -RECURSE_FOR_TESTS(tests) diff --git a/library/python/tmp/ya.make b/library/python/tmp/ya.make deleted file mode 100644 index 478db75256..0000000000 --- a/library/python/tmp/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/fs - library/python/unique_id -) - -END() - -RECURSE_FOR_TESTS(test) diff --git a/library/python/unique_id/ya.make b/library/python/unique_id/ya.make deleted file mode 100644 index 3582136180..0000000000 --- a/library/python/unique_id/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() diff --git a/library/python/windows/ya.make b/library/python/windows/ya.make deleted file mode 100644 index 97c6f48f23..0000000000 --- a/library/python/windows/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/func - library/python/strings - contrib/python/six -) - -END() |