aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/patches/02-fix-ya.make.patch
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-02-10 16:44:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:39 +0300
commite9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch)
tree64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/python/ipython/py3/patches/02-fix-ya.make.patch
parent2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff)
downloadydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 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.patch108
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 7fbd38be92..bfec2cb498 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()