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 | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python')
51 files changed, 0 insertions, 1004 deletions
diff --git a/library/python/certifi/ya.make b/library/python/certifi/ya.make deleted file mode 100644 index 64fefe2833..0000000000 --- a/library/python/certifi/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -PY23_LIBRARY() - -OWNER(orivej g:python-contrib) - -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/cores/ya.make b/library/python/cores/ya.make deleted file mode 100644 index 76264e9cce..0000000000 --- a/library/python/cores/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -OWNER( - prettyboy - g:yatest -) - -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - contrib/python/six - library/python/reservoir_sampling -) - -END() diff --git a/library/python/filelock/ut/lib/ya.make b/library/python/filelock/ut/lib/ya.make deleted file mode 100644 index f3f9da5a67..0000000000 --- a/library/python/filelock/ut/lib/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER(g:yatool) - -PY23_LIBRARY() - -TEST_SRCS(test_filelock.py) - -PEERDIR( - library/python/filelock -) - -END() diff --git a/library/python/filelock/ut/py2/ya.make b/library/python/filelock/ut/py2/ya.make deleted file mode 100644 index 30b54e0232..0000000000 --- a/library/python/filelock/ut/py2/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -OWNER(g:yatool) - -PY2TEST() - -PEERDIR( - library/python/filelock/ut/lib -) - -END() diff --git a/library/python/filelock/ut/py3/ya.make b/library/python/filelock/ut/py3/ya.make deleted file mode 100644 index 05a856a19a..0000000000 --- a/library/python/filelock/ut/py3/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -OWNER(g:yatool) - -PY3TEST() - -PEERDIR( - library/python/filelock/ut/lib -) - -END() diff --git a/library/python/filelock/ut/ya.make b/library/python/filelock/ut/ya.make deleted file mode 100644 index 9280ea415e..0000000000 --- a/library/python/filelock/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -OWNER(g:yatool) - -RECURSE( - lib - py2 - py3 -) diff --git a/library/python/filelock/ya.make b/library/python/filelock/ya.make deleted file mode 100644 index 958cc1866f..0000000000 --- a/library/python/filelock/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER(g:yatool) - -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 beaa8e3c52..0000000000 --- a/library/python/find_root/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PY23_LIBRARY() - -OWNER(g:yatool) - -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 33e3f5b4ff..0000000000 --- a/library/python/fs/test/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -OWNER(g:yatool) - -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 b3c5092c71..0000000000 --- a/library/python/fs/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -OWNER(g:yatool) - -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 5ec6c1225e..0000000000 --- a/library/python/func/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER(g:yatool) - -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 9d414a976e..0000000000 --- a/library/python/func/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER(g:yatool) - -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/python/pytest/allure/ya.make b/library/python/pytest/allure/ya.make deleted file mode 100644 index ab3f449c7f..0000000000 --- a/library/python/pytest/allure/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_LIBRARY() - -OWNER(exprmntr) - -PY_SRCS(conftest.py) - -PEERDIR( - contrib/python/pytest-allure-adaptor -) - -END() diff --git a/library/python/pytest/empty/ya.make b/library/python/pytest/empty/ya.make deleted file mode 100644 index 8f0fa37e2a..0000000000 --- a/library/python/pytest/empty/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER( - g:yatool - dmitko -) - -SRCS( - main.c -) - -END() diff --git a/library/python/pytest/plugins/ya.make b/library/python/pytest/plugins/ya.make deleted file mode 100644 index c15d6f759d..0000000000 --- a/library/python/pytest/plugins/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -OWNER(g:yatest) - -PY23_LIBRARY() - -PY_SRCS( - ya.py - collection.py - conftests.py - fixtures.py -) - -PEERDIR( - library/python/filelock - library/python/find_root - library/python/testing/filter -) - -IF (PYTHON2) - PY_SRCS( - fakeid_py2.py - ) - - PEERDIR( - contrib/python/faulthandler - ) -ELSE() - PY_SRCS( - fakeid_py3.py - ) -ENDIF() - -END() diff --git a/library/python/pytest/ya.make b/library/python/pytest/ya.make deleted file mode 100644 index 060c92c313..0000000000 --- a/library/python/pytest/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -PY23_LIBRARY() - -OWNER( - g:yatool - dmitko -) - -PY_SRCS( - __init__.py - main.py - rewrite.py - yatest_tools.py - context.py -) - -PEERDIR( - contrib/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 -) - -RESOURCE_FILES( - PREFIX library/python/pytest/ - pytest.yatest.ini -) - -END() diff --git a/library/python/reservoir_sampling/ya.make b/library/python/reservoir_sampling/ya.make deleted file mode 100644 index 24cac20157..0000000000 --- a/library/python/reservoir_sampling/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -OWNER( - prettyboy - g:yatool -) - -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 693e388878..0000000000 --- a/library/python/resource/ut/lib/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -PY23_LIBRARY() - -OWNER(pg) - -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 5085610faf..0000000000 --- a/library/python/resource/ut/py2/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY2TEST() - -OWNER(pg) - -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 64eb2e83ce..0000000000 --- a/library/python/resource/ut/py3/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY3TEST() - -OWNER(pg) - -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 a5ec192d74..0000000000 --- a/library/python/resource/ut/ya.make +++ /dev/null @@ -1,6 +0,0 @@ -OWNER(pg) - -RECURSE( - py2 - py3 -) diff --git a/library/python/resource/ya.make b/library/python/resource/ya.make deleted file mode 100644 index 989329fa4b..0000000000 --- a/library/python/resource/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PY23_LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/python/six -) - -PY_SRCS(__init__.py) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/python/runtime_py3/main/ya.make b/library/python/runtime_py3/main/ya.make deleted file mode 100644 index f308a93b28..0000000000 --- a/library/python/runtime_py3/main/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -OWNER( - pg - orivej -) - -PEERDIR( - contrib/tools/python3/src - library/cpp/resource -) - -ADDINCL( - contrib/tools/python3/src/Include -) - -CFLAGS( - -DPy_BUILD_CORE -) - -SRCS( - main.c - get_py_main.cpp -) - -END() diff --git a/library/python/runtime_py3/test/traceback/ya.make b/library/python/runtime_py3/test/traceback/ya.make deleted file mode 100644 index b61fe9550b..0000000000 --- a/library/python/runtime_py3/test/traceback/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -PY3_PROGRAM() - -OWNER( - abodrov - borman -) - -PEERDIR( - contrib/python/ipython -) - -PY_SRCS( - MAIN - __main__.py=main - crash.py - mod/__init__.py -) - -END() diff --git a/library/python/runtime_py3/test/ya.make b/library/python/runtime_py3/test/ya.make deleted file mode 100644 index 4ec3db74f5..0000000000 --- a/library/python/runtime_py3/test/ya.make +++ /dev/null @@ -1,40 +0,0 @@ -PY3TEST() - -OWNER( - abodrov - borman -) - -DEPENDS(library/python/runtime_py3/test/traceback) - -PEERDIR( - contrib/python/parameterized - contrib/python/PyYAML -) - -PY_SRCS( - TOP_LEVEL - resources/__init__.py - resources/submodule/__init__.py -) - -TEST_SRCS( - test_metadata.py - test_resources.py - test_traceback.py - test_arcadia_source_finder.py -) - -RESOURCE_FILES( - PREFIX library/python/runtime_py3/test/ - .dist-info/METADATA - .dist-info/RECORD - .dist-info/entry_points.txt - .dist-info/top_level.txt - resources/foo.txt - resources/submodule/bar.txt -) - -END() - -RECURSE_FOR_TESTS(traceback) diff --git a/library/python/runtime_py3/ya.make b/library/python/runtime_py3/ya.make deleted file mode 100644 index fa5c11341a..0000000000 --- a/library/python/runtime_py3/ya.make +++ /dev/null @@ -1,49 +0,0 @@ -PY3_LIBRARY() - -OWNER( - borman - orivej - pg -) - -NO_WSHADOW() - -PEERDIR( - contrib/tools/python3/src - contrib/tools/python3/lib/py - library/cpp/resource -) - -CFLAGS(-DCYTHON_REGISTER_ABCS=0) - -NO_PYTHON_INCLUDES() - -ENABLE(PYBUILD_NO_PYC) - -PY_SRCS( - entry_points.py - TOP_LEVEL - - CYTHON_DIRECTIVE - language_level=3 - - __res.pyx - sitecustomize.pyx -) - -IF (CYTHON_COVERAGE) - # Let covarage support add all needed files to resources -ELSE() - RESOURCE_FILES( - PREFIX ${MODDIR}/ - __res.pyx - importer.pxi - sitecustomize.pyx - ) -ENDIF() - -END() - -RECURSE_FOR_TESTS( - test -) diff --git a/library/python/strings/ut/ya.make b/library/python/strings/ut/ya.make deleted file mode 100644 index dfacb226c7..0000000000 --- a/library/python/strings/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER(g:yatool) - -PY23_TEST() - -TEST_SRCS(test_strings.py) - -PEERDIR( - library/python/strings -) - -END() diff --git a/library/python/strings/ya.make b/library/python/strings/ya.make deleted file mode 100644 index 7e0b033717..0000000000 --- a/library/python/strings/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -OWNER(g:yatool) - -PY23_LIBRARY() - -PY_SRCS( - __init__.py - CYTHONIZE_PY - strings.py -) - -PEERDIR( - library/python/func - contrib/python/six -) - -END() diff --git a/library/python/svn_version/ut/lib/ya.make b/library/python/svn_version/ut/lib/ya.make deleted file mode 100644 index fb50caf125..0000000000 --- a/library/python/svn_version/ut/lib/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PY23_LIBRARY() - -OWNER(pg) - -PEERDIR( - library/python/svn_version -) - -TEST_SRCS( - test_simple.py -) - -END() diff --git a/library/python/svn_version/ut/py2/ya.make b/library/python/svn_version/ut/py2/ya.make deleted file mode 100644 index c860e16536..0000000000 --- a/library/python/svn_version/ut/py2/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY2TEST() - -OWNER(pg) - -PEERDIR( - library/python/svn_version/ut/lib -) - -END() diff --git a/library/python/svn_version/ut/py3/ya.make b/library/python/svn_version/ut/py3/ya.make deleted file mode 100644 index 4231565142..0000000000 --- a/library/python/svn_version/ut/py3/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY3TEST() - -OWNER(pg) - -PEERDIR( - library/python/svn_version/ut/lib -) - -END() diff --git a/library/python/svn_version/ut/ya.make b/library/python/svn_version/ut/ya.make deleted file mode 100644 index 1363b76581..0000000000 --- a/library/python/svn_version/ut/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -RECURSE( - lib - py2 - py3 -) diff --git a/library/python/svn_version/ya.make b/library/python/svn_version/ya.make deleted file mode 100644 index 747a663f00..0000000000 --- a/library/python/svn_version/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PY23_LIBRARY() - -OWNER(pg) - -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 7b84cbc961..0000000000 --- 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 78e30f2547..0000000000 --- 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 214194de57..0000000000 --- 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 76611c6a19..0000000000 --- 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 2849e01b1e..0000000000 --- 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 6bfd54f8bc..0000000000 --- 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 2737b9fce9..0000000000 --- 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 340a710c48..0000000000 --- a/library/python/symbols/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -RECURSE( - module - registry - tests - - crypto - libc - libmagic - python - uuid - win_unicode_console -) diff --git a/library/python/testing/filter/ya.make b/library/python/testing/filter/ya.make deleted file mode 100644 index 22c485d258..0000000000 --- a/library/python/testing/filter/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() -OWNER(g:yatest) -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 fae36ffe8f..0000000000 --- a/library/python/testing/import_test/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -OWNER( - g:yatest - exprmntr -) - -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 dd323aa245..0000000000 --- a/library/python/testing/recipe/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -OWNER( - exprmntr - g:yatest -) - -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/ya.make b/library/python/testing/ya.make deleted file mode 100644 index 883bc8d7ab..0000000000 --- a/library/python/testing/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -OWNER(g:yatest) - -RECURSE( - behave - deprecated - fake_ya_package - filter - gtest - gtest/test - gtest/test/gtest - pyremock - pytest_runner - pytest_runner/example - pytest_runner/test - recipe - system_info - types_test - yapackage - yapackage/test - yatest_common - yatest_lib -) diff --git a/library/python/testing/yatest_common/ya.make b/library/python/testing/yatest_common/ya.make deleted file mode 100644 index f7a566ca9d..0000000000 --- a/library/python/testing/yatest_common/ya.make +++ /dev/null @@ -1,41 +0,0 @@ -OWNER(g:yatest) - -PY23_LIBRARY() - -OWNER(g:yatest) - -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/legacy.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 - yatest/common/tags.py -) - -PEERDIR( - contrib/python/six - contrib/python/packaging - library/python/cores - library/python/filelock - library/python/fs -) - -IF (NOT CATBOOST_OPENSOURCE) - PEERDIR( - library/python/coredump_filter - ) -ENDIF() - -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 8586c6ef7d..0000000000 --- a/library/python/testing/yatest_lib/tests/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -OWNER(g:yatest) - -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 342bae82ba..0000000000 --- a/library/python/testing/yatest_lib/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -OWNER(g:yatest) - -PY23_LIBRARY() - -PY_SRCS( - NAMESPACE - yatest_lib - external.py - test_splitter.py - tools.py - ya.py -) - -PEERDIR( - contrib/python/six -) - -IF(PYTHON2) - PEERDIR( - contrib/python/enum34 - ) -ENDIF() - -END() - -RECURSE_FOR_TESTS(tests) diff --git a/library/python/windows/ut/ya.make b/library/python/windows/ut/ya.make deleted file mode 100644 index c39f1797b8..0000000000 --- a/library/python/windows/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER(g:yatool) - -PY2TEST() - -TEST_SRCS(test_windows.py) - -PEERDIR( - library/python/windows -) - -END() diff --git a/library/python/windows/ya.make b/library/python/windows/ya.make deleted file mode 100644 index e17f86b67e..0000000000 --- a/library/python/windows/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER(g:yatool) - -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/func - library/python/strings - contrib/python/six -) - -END() diff --git a/library/python/ya.make b/library/python/ya.make deleted file mode 100644 index 2e1eb6e0e1..0000000000 --- a/library/python/ya.make +++ /dev/null @@ -1,222 +0,0 @@ -OWNER(g:python-contrib) - -RECURSE( - aho_corasick - aho_corasick/ut - archive - archive/benchmark - archive/test - archive/test/data - asgi_yauth - async_clients - auth_client_parser - awssdk-extensions - awssdk_async_extensions - base64 - base64/test - bclclient - blackbox - blackbox/tests - blackbox/tvm2 - bloom - boost_test - bstr - build_info - build_info/ut - capabilities - celery_dashboard - certifi - cgroups - charset - charts_notes - charts_notes/example - cityhash - cityhash/test - clickhouse_client - cmain - codecs - codecs/gen_corpus - codecs/test - compress - compress/tests - cookiemy - coredump_filter - cores - coverage - cpp_test - cppdemangle - cqueue - crowd-kit - cyson - cyson/pymodule - cyson/ut - deploy_formatter - deprecated - dir-sync - django - django/example - django-idm-api - django-multic - django-sform - django-sform/tests - django_alive - django_celery_monitoring - django_russian - django_template_common - django_tools_log_context - dssclient - dump_dict - edit_distance - errorboosterclient - filelock - filelock/ut - filesys - filesys/ut - find_root - flask - flask_passport - fnvhash - fnvhash/test - framing - framing/ut - func - func/ut - fs - geolocation - geolocation/ut - geohash - geohash/ut - golovan_stats_aggregator - granular_settings - granular_settings/tests - guid - guid/test - guid/at_fork_test - gunicorn - hnsw - ids - import_test - infected_masks - infected_masks/ut - init_log - init_log/example - intrasearch_fetcher - json - json/compare - json/perf - json/test - json/test/py2 - json/test/py3 - langdetect - langmask - langs - luigi - luigi/data - luigi/example - luigi/luigid_static - maths - messagebus - metrics_framework - mime_types - monitoring - monlib - monlib/examples - monlib/so - murmurhash - nirvana - nirvana_api - nirvana_api/test_lib - nirvana_test - nstools - nyt - oauth - oauth/example - ok_client - openssl - par_apply - par_apply/test - path - path/tests - protobuf - pymain - pyscopg2 - pytest - pytest-mongodb - pytest/allure - pytest/empty - pytest/plugins - python-blackboxer - python-django-tanker - python-django-yauth/tests - python-django-yauth - reactor - redis_utils - reservoir_sampling - refsclient - resource - retry - retry/tests - runtime - runtime/main - runtime/test - runtime_py3 - runtime_py3/main - runtime_py3/test - runtime_test - sanitizers - sdms_api - sfx - selenium_ui_test - sendmsg - stubmaker - solomon - spack - spyt - ssh_client - ssh_sign - startrek_python_client - startrek_python_client/tests_int - statface_client - step - strings - strings/ut - svn_ssh - svn_version - svn_version/ut - symbols - testing - tmp - toloka_client - toloka-kit - toloka-airflow - toloka-prefect - tools_structured_logs - thread - thread/test - tskv - tvmauth - tvm2 - tvm2/tests - type_info - type_info/test - unique_id - vault_client - watch_dog - watch_dog/example - wiki - windows - windows/ut - yandex_tracker_client - yenv - yt - yt/test - ylock - ylock/tests - zipatch -) - -IF (NOT MUSL) - RECURSE( - yt/example - ) -ENDIF() |