summaryrefslogtreecommitdiff
path: root/libre/sagemath/ipython-4.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-13 19:46:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-13 20:42:27 -0300
commitf5dad6e3e51ada230f72b8c780d50c0935299e91 (patch)
tree9311d4b5992fa91d35f66b5fba4962769fe02b04 /libre/sagemath/ipython-4.patch
parentadd1e8262e559532869b733aad5a711a03f46c51 (diff)
downloadabslibre-f5dad6e3e51ada230f72b8c780d50c0935299e91.tar.gz
abslibre-f5dad6e3e51ada230f72b8c780d50c0935299e91.tar.bz2
abslibre-f5dad6e3e51ada230f72b8c780d50c0935299e91.zip
sagemath-6.9-2.parabola1: updating version
* switch to atlas-lapack * add python2-igraph dependency * move lrs to depends
Diffstat (limited to 'libre/sagemath/ipython-4.patch')
-rw-r--r--libre/sagemath/ipython-4.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/libre/sagemath/ipython-4.patch b/libre/sagemath/ipython-4.patch
deleted file mode 100644
index a3b17563d..000000000
--- a/libre/sagemath/ipython-4.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- src/sage/repl/interpreter.py.orig 2015-08-16 14:57:55.571128473 +0200
-+++ src/sage/repl/interpreter.py 2015-08-16 14:58:06.647849803 +0200
-@@ -104,8 +104,8 @@
- import sys
- from sage.repl.preparse import preparse
-
--from IPython import Config
--from IPython.utils.traitlets import Bool, Type
-+from traitlets.config.loader import Config
-+from traitlets import Bool, Type
-
- from sage.env import SAGE_LOCAL
-
---- src/sage/repl/ipython_kernel/__main__.py.orig 2015-08-22 12:32:58.595605714 +0200
-+++ src/sage/repl/ipython_kernel/__main__.py 2015-08-22 12:33:36.065900491 +0200
-@@ -1,3 +1,3 @@
--from IPython.kernel.zmq.kernelapp import IPKernelApp
-+from ipykernel.kernelapp import IPKernelApp
- from sage.repl.ipython_kernel.kernel import SageKernel
- IPKernelApp.launch_instance(kernel_class=SageKernel)
---- src/sage/repl/ipython_kernel/kernel.py.orig 2015-08-22 12:35:08.709928354 +0200
-+++ src/sage/repl/ipython_kernel/kernel.py 2015-08-22 12:35:31.983429208 +0200
-@@ -15,9 +15,9 @@
- #*****************************************************************************
-
- import sys
--from IPython.kernel.zmq.ipkernel import IPythonKernel
--from IPython.kernel.zmq.zmqshell import ZMQInteractiveShell
--from IPython.utils.traitlets import Type
-+from ipykernel.ipkernel import IPythonKernel
-+from ipykernel.zmqshell import ZMQInteractiveShell
-+from traitlets import Type
-
- from sage.env import SAGE_VERSION, SAGE_EXTCODE, SAGE_DOC
- from sage.repl.interpreter import SageNotebookInteractiveShell