aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/patches/02-fix-ya.make.patch
blob: 7fbd38be92b4b693ed747e69622a4c549d62890a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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()