diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:30 +0300 |
commit | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (patch) | |
tree | 012bb94d777798f1f56ac1cec429509766d05181 /contrib/python/ipython/py3/patches/02-fix-ya.make.patch | |
parent | 6751af0b0c1b952fede40b19b71da8025b5d8bcf (diff) | |
download | ydb-2598ef1d0aee359b4b6d5fdd1758916d5907d04f.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/ipython/py3/patches/02-fix-ya.make.patch')
-rw-r--r-- | contrib/python/ipython/py3/patches/02-fix-ya.make.patch | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/contrib/python/ipython/py3/patches/02-fix-ya.make.patch b/contrib/python/ipython/py3/patches/02-fix-ya.make.patch index bfec2cb498..7fbd38be92 100644 --- a/contrib/python/ipython/py3/patches/02-fix-ya.make.patch +++ b/contrib/python/ipython/py3/patches/02-fix-ya.make.patch @@ -1,54 +1,54 @@ ---- contrib/python/ipython/py3/.dist-info/METADATA (index) -+++ contrib/python/ipython/py3/.dist-info/METADATA (working tree) -@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3 :: Only - Classifier: Topic :: System :: Shells - Requires-Python: >=3.7 - Requires-Dist: setuptools (>=18.5) --Requires-Dist: jedi (>=0.16) -+Requires-Dist: jedi (>=0.13) - Requires-Dist: decorator - Requires-Dist: pickleshare - Requires-Dist: traitlets (>=4.2) ---- contrib/python/ipython/py3/ya.make (index) -+++ contrib/python/ipython/py3/ya.make (working tree) -@@ -14,13 +14,28 @@ PEERDIR( - contrib/python/decorator - contrib/python/jedi - contrib/python/matplotlib-inline -- contrib/python/pexpect - 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( -@@ -255,10 +269,6 @@ RESOURCE_FILES( - .dist-info/entry_points.txt - .dist-info/top_level.txt - IPython/core/profile/README_STARTUP -- IPython/testing/plugin/README.txt -- IPython/testing/plugin/test_combo.txt -- IPython/testing/plugin/test_example.txt -- IPython/testing/plugin/test_exampleip.txt - ) - - END() +--- contrib/python/ipython/py3/.dist-info/METADATA (index) ++++ contrib/python/ipython/py3/.dist-info/METADATA (working tree) +@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3 :: Only + Classifier: Topic :: System :: Shells + Requires-Python: >=3.7 + Requires-Dist: setuptools (>=18.5) +-Requires-Dist: jedi (>=0.16) ++Requires-Dist: jedi (>=0.13) + Requires-Dist: decorator + Requires-Dist: pickleshare + Requires-Dist: traitlets (>=4.2) +--- contrib/python/ipython/py3/ya.make (index) ++++ contrib/python/ipython/py3/ya.make (working tree) +@@ -14,13 +14,28 @@ PEERDIR( + contrib/python/decorator + contrib/python/jedi + contrib/python/matplotlib-inline +- contrib/python/pexpect + 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( +@@ -255,10 +269,6 @@ RESOURCE_FILES( + .dist-info/entry_points.txt + .dist-info/top_level.txt + IPython/core/profile/README_STARTUP +- IPython/testing/plugin/README.txt +- IPython/testing/plugin/test_combo.txt +- IPython/testing/plugin/test_example.txt +- IPython/testing/plugin/test_exampleip.txt + ) + + END() |