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 /contrib/python/ipython | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/python/ipython')
-rw-r--r-- | contrib/python/ipython/py2/bin/ya.make | 11 | ||||
-rw-r--r-- | contrib/python/ipython/py2/ya.make | 282 | ||||
-rw-r--r-- | contrib/python/ipython/py3/bin/ya.make | 11 | ||||
-rw-r--r-- | contrib/python/ipython/py3/ya.make | 276 | ||||
-rw-r--r-- | contrib/python/ipython/ya.make | 20 |
5 files changed, 0 insertions, 600 deletions
diff --git a/contrib/python/ipython/py2/bin/ya.make b/contrib/python/ipython/py2/bin/ya.make deleted file mode 100644 index 0ff960df6f..0000000000 --- a/contrib/python/ipython/py2/bin/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(ipython) - -OWNER(g:python-contrib borman nslus) - -PEERDIR( - contrib/python/ipython -) - -PY_MAIN(IPython:start_ipython) - -END() diff --git a/contrib/python/ipython/py2/ya.make b/contrib/python/ipython/py2/ya.make deleted file mode 100644 index 3d100640f9..0000000000 --- a/contrib/python/ipython/py2/ya.make +++ /dev/null @@ -1,282 +0,0 @@ -# Generated by devtools/yamaker (pypi). - -PY2_LIBRARY() - -OWNER(borman nslus g:python-contrib) - -VERSION(5.10.0) - -LICENSE(BSD-3-Clause) - -PEERDIR( - contrib/python/Pygments - contrib/python/backports.shutil-get-terminal-size - contrib/python/decorator - contrib/python/pathlib2 - contrib/python/pickleshare - contrib/python/prompt-toolkit - contrib/python/setuptools - contrib/python/simplegeneric - contrib/python/traitlets -) - -IF (OS_WINDOWS) - PEERDIR( - contrib/python/colorama - contrib/python/win_unicode_console - ) -ELSE () - PEERDIR( - contrib/python/pexpect - ) -ENDIF () - -IF (OS_DARWIN) - PEERDIR( - contrib/python/appnope - ) -ENDIF () - -NO_LINT() - -NO_CHECK_IMPORTS( - IPython.* -) - -PY_SRCS( - TOP_LEVEL - IPython/__init__.py - IPython/__main__.py - IPython/config.py - IPython/consoleapp.py - IPython/core/__init__.py - IPython/core/alias.py - IPython/core/application.py - IPython/core/autocall.py - IPython/core/builtin_trap.py - IPython/core/compilerop.py - IPython/core/completer.py - IPython/core/completerlib.py - IPython/core/crashhandler.py - IPython/core/debugger.py - IPython/core/display.py - IPython/core/display_trap.py - IPython/core/displayhook.py - IPython/core/displaypub.py - IPython/core/error.py - IPython/core/events.py - IPython/core/excolors.py - IPython/core/extensions.py - IPython/core/formatters.py - IPython/core/getipython.py - IPython/core/history.py - IPython/core/historyapp.py - IPython/core/hooks.py - IPython/core/inputsplitter.py - IPython/core/inputtransformer.py - IPython/core/interactiveshell.py - IPython/core/latex_symbols.py - IPython/core/logger.py - IPython/core/macro.py - IPython/core/magic.py - IPython/core/magic_arguments.py - IPython/core/magics/__init__.py - IPython/core/magics/auto.py - IPython/core/magics/basic.py - IPython/core/magics/code.py - IPython/core/magics/config.py - IPython/core/magics/display.py - IPython/core/magics/execution.py - IPython/core/magics/extension.py - IPython/core/magics/history.py - IPython/core/magics/logging.py - IPython/core/magics/namespace.py - IPython/core/magics/osm.py - IPython/core/magics/pylab.py - IPython/core/magics/script.py - IPython/core/oinspect.py - IPython/core/page.py - IPython/core/payload.py - IPython/core/payloadpage.py - IPython/core/prefilter.py - IPython/core/profileapp.py - IPython/core/profiledir.py - IPython/core/prompts.py - IPython/core/pylabtools.py - IPython/core/release.py - IPython/core/shadowns.py - IPython/core/shellapp.py - IPython/core/splitinput.py - IPython/core/ultratb.py - IPython/core/usage.py - IPython/display.py - IPython/extensions/__init__.py - IPython/extensions/autoreload.py - IPython/extensions/cythonmagic.py - IPython/extensions/rmagic.py - IPython/extensions/storemagic.py - IPython/extensions/sympyprinting.py - IPython/external/__init__.py - IPython/external/decorators/__init__.py - IPython/external/decorators/_decorators.py - IPython/external/decorators/_numpy_testing_noseclasses.py - IPython/external/decorators/_numpy_testing_utils.py - IPython/external/mathjax.py - IPython/external/qt_for_kernel.py - IPython/external/qt_loaders.py - IPython/frontend.py - IPython/html.py - IPython/kernel/__init__.py - IPython/kernel/__main__.py - IPython/kernel/adapter.py - IPython/kernel/channels.py - IPython/kernel/channelsabc.py - IPython/kernel/client.py - IPython/kernel/clientabc.py - IPython/kernel/connect.py - IPython/kernel/kernelspec.py - IPython/kernel/kernelspecapp.py - IPython/kernel/launcher.py - IPython/kernel/manager.py - IPython/kernel/managerabc.py - IPython/kernel/multikernelmanager.py - IPython/kernel/restarter.py - IPython/kernel/threaded.py - IPython/lib/__init__.py - IPython/lib/backgroundjobs.py - IPython/lib/clipboard.py - IPython/lib/deepreload.py - IPython/lib/demo.py - IPython/lib/display.py - IPython/lib/editorhooks.py - IPython/lib/guisupport.py - IPython/lib/inputhook.py - IPython/lib/inputhookglut.py - IPython/lib/inputhookgtk.py - IPython/lib/inputhookgtk3.py - IPython/lib/inputhookpyglet.py - IPython/lib/inputhookqt4.py - IPython/lib/inputhookwx.py - IPython/lib/kernel.py - IPython/lib/latextools.py - IPython/lib/lexers.py - IPython/lib/pretty.py - IPython/lib/security.py - IPython/nbconvert.py - IPython/nbformat.py - IPython/parallel.py - IPython/paths.py - IPython/qt.py - IPython/sphinxext/__init__.py - IPython/sphinxext/custom_doctests.py - IPython/sphinxext/ipython_console_highlighting.py - IPython/sphinxext/ipython_directive.py - IPython/terminal/__init__.py - IPython/terminal/console.py - IPython/terminal/debugger.py - IPython/terminal/embed.py - IPython/terminal/interactiveshell.py - IPython/terminal/ipapp.py - IPython/terminal/magics.py - IPython/terminal/prompts.py - IPython/terminal/pt_inputhooks/__init__.py - IPython/terminal/pt_inputhooks/glut.py - IPython/terminal/pt_inputhooks/gtk.py - IPython/terminal/pt_inputhooks/gtk3.py - IPython/terminal/pt_inputhooks/osx.py - IPython/terminal/pt_inputhooks/pyglet.py - IPython/terminal/pt_inputhooks/qt.py - IPython/terminal/pt_inputhooks/tk.py - IPython/terminal/pt_inputhooks/wx.py - IPython/terminal/ptshell.py - IPython/terminal/ptutils.py - IPython/terminal/shortcuts.py - IPython/testing/__init__.py - IPython/testing/__main__.py - IPython/testing/decorators.py - IPython/testing/globalipapp.py - IPython/testing/iptest.py - IPython/testing/iptestcontroller.py - IPython/testing/ipunittest.py - IPython/testing/plugin/__init__.py - IPython/testing/plugin/dtexample.py - IPython/testing/plugin/ipdoctest.py - IPython/testing/plugin/iptest.py - IPython/testing/plugin/setup.py - IPython/testing/plugin/show_refs.py - IPython/testing/plugin/simple.py - IPython/testing/plugin/simplevars.py - IPython/testing/plugin/test_ipdoctest.py - IPython/testing/plugin/test_refs.py - IPython/testing/skipdoctest.py - IPython/testing/tools.py - IPython/utils/PyColorize.py - IPython/utils/__init__.py - IPython/utils/_get_terminal_size.py - IPython/utils/_process_cli.py - IPython/utils/_process_common.py - IPython/utils/_process_posix.py - IPython/utils/_process_win32.py - IPython/utils/_process_win32_controller.py - IPython/utils/_signatures.py - IPython/utils/_sysinfo.py - IPython/utils/_tokenize_py2.py - IPython/utils/_tokenize_py3.py - IPython/utils/capture.py - IPython/utils/colorable.py - IPython/utils/coloransi.py - IPython/utils/contexts.py - IPython/utils/daemonize.py - IPython/utils/data.py - IPython/utils/decorators.py - IPython/utils/dir2.py - IPython/utils/encoding.py - IPython/utils/eventful.py - IPython/utils/frame.py - IPython/utils/generics.py - IPython/utils/importstring.py - IPython/utils/io.py - IPython/utils/ipstruct.py - IPython/utils/jsonutil.py - IPython/utils/localinterfaces.py - IPython/utils/log.py - IPython/utils/module_paths.py - IPython/utils/openpy.py - IPython/utils/path.py - IPython/utils/pickleutil.py - IPython/utils/process.py - IPython/utils/py3compat.py - IPython/utils/rlineimpl.py - IPython/utils/sentinel.py - IPython/utils/shimmodule.py - IPython/utils/signatures.py - IPython/utils/strdispatch.py - IPython/utils/sysinfo.py - IPython/utils/syspathcontext.py - IPython/utils/tempdir.py - IPython/utils/terminal.py - IPython/utils/text.py - IPython/utils/timing.py - IPython/utils/tokenize2.py - IPython/utils/tokenutil.py - IPython/utils/traitlets.py - IPython/utils/tz.py - IPython/utils/ulinecache.py - IPython/utils/version.py - IPython/utils/warn.py - IPython/utils/wildcard.py -) - -RESOURCE_FILES( - PREFIX contrib/python/ipython/py2/ - .dist-info/METADATA - .dist-info/entry_points.txt - .dist-info/top_level.txt - IPython/core/profile/README_STARTUP -) - -END() - -RECURSE( - bin -) diff --git a/contrib/python/ipython/py3/bin/ya.make b/contrib/python/ipython/py3/bin/ya.make deleted file mode 100644 index 60ce6a4c95..0000000000 --- a/contrib/python/ipython/py3/bin/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY3_PROGRAM(ipython) - -OWNER(g:python-contrib borman nslus) - -PEERDIR( - contrib/python/ipython -) - -PY_MAIN(IPython:start_ipython) - -END() diff --git a/contrib/python/ipython/py3/ya.make b/contrib/python/ipython/py3/ya.make deleted file mode 100644 index 8cdfa2220f..0000000000 --- a/contrib/python/ipython/py3/ya.make +++ /dev/null @@ -1,276 +0,0 @@ -PY3_LIBRARY() - -OWNER(borman nslus g:python-contrib) - -VERSION(7.32.0) - -LICENSE(BSD-3-Clause) - -PEERDIR( - contrib/python/Pygments - contrib/python/backcall - contrib/python/decorator - contrib/python/jedi - contrib/python/matplotlib-inline - contrib/python/pickleshare - contrib/python/prompt-toolkit - contrib/python/setuptools - contrib/python/traitlets -) - -IF (OS_WINDOWS) - PEERDIR( - contrib/python/colorama - ) -ELSE() - PEERDIR( - contrib/python/pexpect - ) -ENDIF() - -IF (OS_DARWIN) - PEERDIR( - contrib/python/appnope - ) -ENDIF() - -NO_LINT() - -NO_CHECK_IMPORTS( - IPython.* -) - -PY_SRCS( - TOP_LEVEL - IPython/__init__.py - IPython/__main__.py - IPython/config.py - IPython/consoleapp.py - IPython/core/__init__.py - IPython/core/alias.py - IPython/core/application.py - IPython/core/async_helpers.py - IPython/core/autocall.py - IPython/core/builtin_trap.py - IPython/core/compilerop.py - IPython/core/completer.py - IPython/core/completerlib.py - IPython/core/crashhandler.py - IPython/core/debugger.py - IPython/core/display.py - IPython/core/display_trap.py - IPython/core/displayhook.py - IPython/core/displaypub.py - IPython/core/error.py - IPython/core/events.py - IPython/core/excolors.py - IPython/core/extensions.py - IPython/core/formatters.py - IPython/core/getipython.py - IPython/core/history.py - IPython/core/historyapp.py - IPython/core/hooks.py - IPython/core/inputsplitter.py - IPython/core/inputtransformer.py - IPython/core/inputtransformer2.py - IPython/core/interactiveshell.py - IPython/core/latex_symbols.py - IPython/core/logger.py - IPython/core/macro.py - IPython/core/magic.py - IPython/core/magic_arguments.py - IPython/core/magics/__init__.py - IPython/core/magics/auto.py - IPython/core/magics/basic.py - IPython/core/magics/code.py - IPython/core/magics/config.py - IPython/core/magics/display.py - IPython/core/magics/execution.py - IPython/core/magics/extension.py - IPython/core/magics/history.py - IPython/core/magics/logging.py - IPython/core/magics/namespace.py - IPython/core/magics/osm.py - IPython/core/magics/packaging.py - IPython/core/magics/pylab.py - IPython/core/magics/script.py - IPython/core/oinspect.py - IPython/core/page.py - IPython/core/payload.py - IPython/core/payloadpage.py - IPython/core/prefilter.py - IPython/core/profileapp.py - IPython/core/profiledir.py - IPython/core/prompts.py - IPython/core/pylabtools.py - IPython/core/release.py - IPython/core/shellapp.py - IPython/core/splitinput.py - IPython/core/ultratb.py - IPython/core/usage.py - IPython/display.py - IPython/extensions/__init__.py - IPython/extensions/autoreload.py - IPython/extensions/cythonmagic.py - IPython/extensions/rmagic.py - IPython/extensions/storemagic.py - IPython/extensions/sympyprinting.py - IPython/external/__init__.py - IPython/external/decorators/__init__.py - IPython/external/decorators/_decorators.py - IPython/external/decorators/_numpy_testing_noseclasses.py - IPython/external/mathjax.py - IPython/external/qt_for_kernel.py - IPython/external/qt_loaders.py - IPython/frontend.py - IPython/html.py - IPython/kernel/__init__.py - IPython/kernel/__main__.py - IPython/kernel/adapter.py - IPython/kernel/channels.py - IPython/kernel/channelsabc.py - IPython/kernel/client.py - IPython/kernel/clientabc.py - IPython/kernel/connect.py - IPython/kernel/kernelspec.py - IPython/kernel/kernelspecapp.py - IPython/kernel/launcher.py - IPython/kernel/manager.py - IPython/kernel/managerabc.py - IPython/kernel/multikernelmanager.py - IPython/kernel/restarter.py - IPython/kernel/threaded.py - IPython/lib/__init__.py - IPython/lib/backgroundjobs.py - IPython/lib/clipboard.py - IPython/lib/deepreload.py - IPython/lib/demo.py - IPython/lib/display.py - IPython/lib/editorhooks.py - IPython/lib/guisupport.py - IPython/lib/inputhook.py - IPython/lib/inputhookglut.py - IPython/lib/inputhookgtk.py - IPython/lib/inputhookgtk3.py - IPython/lib/inputhookgtk4.py - IPython/lib/inputhookpyglet.py - IPython/lib/inputhookqt4.py - IPython/lib/inputhookwx.py - IPython/lib/kernel.py - IPython/lib/latextools.py - IPython/lib/lexers.py - IPython/lib/pretty.py - IPython/lib/security.py - IPython/nbconvert.py - IPython/nbformat.py - IPython/parallel.py - IPython/paths.py - IPython/qt.py - IPython/sphinxext/__init__.py - IPython/sphinxext/custom_doctests.py - IPython/sphinxext/ipython_console_highlighting.py - IPython/sphinxext/ipython_directive.py - IPython/terminal/__init__.py - IPython/terminal/console.py - IPython/terminal/debugger.py - IPython/terminal/embed.py - IPython/terminal/interactiveshell.py - IPython/terminal/ipapp.py - IPython/terminal/magics.py - IPython/terminal/prompts.py - IPython/terminal/pt_inputhooks/__init__.py - IPython/terminal/pt_inputhooks/asyncio.py - IPython/terminal/pt_inputhooks/glut.py - IPython/terminal/pt_inputhooks/gtk.py - IPython/terminal/pt_inputhooks/gtk3.py - IPython/terminal/pt_inputhooks/gtk4.py - IPython/terminal/pt_inputhooks/osx.py - IPython/terminal/pt_inputhooks/pyglet.py - IPython/terminal/pt_inputhooks/qt.py - IPython/terminal/pt_inputhooks/tk.py - IPython/terminal/pt_inputhooks/wx.py - IPython/terminal/ptshell.py - IPython/terminal/ptutils.py - IPython/terminal/shortcuts.py - IPython/testing/__init__.py - IPython/testing/__main__.py - IPython/testing/decorators.py - IPython/testing/globalipapp.py - IPython/testing/iptest.py - IPython/testing/iptestcontroller.py - IPython/testing/ipunittest.py - IPython/testing/plugin/__init__.py - IPython/testing/plugin/dtexample.py - IPython/testing/plugin/ipdoctest.py - IPython/testing/plugin/iptest.py - IPython/testing/plugin/setup.py - IPython/testing/plugin/show_refs.py - IPython/testing/plugin/simple.py - IPython/testing/plugin/simplevars.py - IPython/testing/plugin/test_ipdoctest.py - IPython/testing/plugin/test_refs.py - IPython/testing/skipdoctest.py - IPython/testing/tools.py - IPython/utils/PyColorize.py - IPython/utils/__init__.py - IPython/utils/_process_cli.py - IPython/utils/_process_common.py - IPython/utils/_process_posix.py - IPython/utils/_process_win32.py - IPython/utils/_process_win32_controller.py - IPython/utils/_sysinfo.py - IPython/utils/capture.py - IPython/utils/colorable.py - IPython/utils/coloransi.py - IPython/utils/contexts.py - IPython/utils/daemonize.py - IPython/utils/data.py - IPython/utils/decorators.py - IPython/utils/dir2.py - IPython/utils/encoding.py - IPython/utils/eventful.py - IPython/utils/frame.py - IPython/utils/generics.py - IPython/utils/importstring.py - IPython/utils/io.py - IPython/utils/ipstruct.py - IPython/utils/jsonutil.py - IPython/utils/localinterfaces.py - IPython/utils/log.py - IPython/utils/module_paths.py - IPython/utils/openpy.py - IPython/utils/path.py - IPython/utils/pickleutil.py - IPython/utils/process.py - IPython/utils/py3compat.py - IPython/utils/sentinel.py - IPython/utils/shimmodule.py - IPython/utils/signatures.py - IPython/utils/strdispatch.py - IPython/utils/sysinfo.py - IPython/utils/syspathcontext.py - IPython/utils/tempdir.py - IPython/utils/terminal.py - IPython/utils/text.py - IPython/utils/timing.py - IPython/utils/tokenutil.py - IPython/utils/traitlets.py - IPython/utils/tz.py - IPython/utils/ulinecache.py - IPython/utils/version.py - IPython/utils/wildcard.py -) - -RESOURCE_FILES( - PREFIX contrib/python/ipython/py3/ - .dist-info/METADATA - .dist-info/entry_points.txt - .dist-info/top_level.txt - IPython/core/profile/README_STARTUP -) - -END() - -RECURSE( - bin -) diff --git a/contrib/python/ipython/ya.make b/contrib/python/ipython/ya.make deleted file mode 100644 index b1dd8c5e23..0000000000 --- a/contrib/python/ipython/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -PY23_LIBRARY() - -LICENSE(Service-Py23-Proxy) - -OWNER(g:python-contrib) - -IF (PYTHON2) - PEERDIR(contrib/python/ipython/py2) -ELSE() - PEERDIR(contrib/python/ipython/py3) -ENDIF() - -NO_LINT() - -END() - -RECURSE( - py2 - py3 -) |