[csw-devel] SF.net SVN: gar:[21434] csw/mgar/pkg/lang-python/ipython/trunk
opk at users.sourceforge.net
opk at users.sourceforge.net
Thu Jul 4 12:10:49 CEST 2013
Revision: 21434
http://gar.svn.sourceforge.net/gar/?rev=21434&view=rev
Author: opk
Date: 2013-07-04 10:10:44 +0000 (Thu, 04 Jul 2013)
Log Message:
-----------
lang-python/ipython/trunk: update ipython to 0.13.2
Modified Paths:
--------------
csw/mgar/pkg/lang-python/ipython/trunk/Makefile
csw/mgar/pkg/lang-python/ipython/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/ipython/trunk/files/0001-rename-filenames-containing-spaces.patch
Modified: csw/mgar/pkg/lang-python/ipython/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/ipython/trunk/Makefile 2013-07-04 09:26:23 UTC (rev 21433)
+++ csw/mgar/pkg/lang-python/ipython/trunk/Makefile 2013-07-04 10:10:44 UTC (rev 21434)
@@ -7,12 +7,13 @@
# shipping ipythonx?)
#
NAME = ipython
-VERSION = 0.12.1
+VERSION = 0.13.2
CATEGORIES = python
GARTYPE = v2
DESCRIPTION = Enhanced interactive python shell
define BLURB
+ IPython is a replacement for the standard Python shell.
endef
MASTER_SITES = http://archive.ipython.org/release/$(VERSION)/
@@ -21,15 +22,22 @@
PACKAGES = CSWipython
CATALOGNAME = ipython
+PATCHFILES += 0001-rename-filenames-containing-spaces.patch
+
CHECKPKG_OVERRIDES_CSWipython += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/IPython/core/usage.py
-CHECKPKG_OVERRIDES_CSWipython += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/IPython/external/mglob/_mglob.py
-CHECKPKG_OVERRIDES_CSWipython += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/IPython/core/magic.py
CHECKPKG_OVERRIDES_CSWipython += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/IPython/utils/tests/test_path.py
CHECKPKG_OVERRIDES_CSWipython += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/IPython/external/pexpect/_pexpect.py
CHECKPKG_OVERRIDES_CSWipython += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/IPython/external/path/_path.py
+CHECKPKG_OVERRIDES_CSWipython += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/IPython/core/magics/osm.py
CHECKPKG_OVERRIDES_CSWipython += pkgname-does-not-start-with-CSWpy-
CHECKPKG_OVERRIDES_CSWipython += catalogname-does-not-start-with-py_
SKIPTEST = 1
include gar/category.mk
+
+post-extract:
+ @( cd $(WORKSRC)/docs/examples/notebooks && mv Capturing\ Output.ipynb Capturing_Output.ipynb )
+ @( cd $(WORKSRC)/docs/examples/notebooks && mv Script\ Magics.ipynb Script_Magics.ipynb )
+ @( cd $(WORKSRC)/docs/examples/parallel && mv Parallel\ Magics.ipynb Parallel_Magics.ipynb )
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/lang-python/ipython/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/ipython/trunk/checksums 2013-07-04 09:26:23 UTC (rev 21433)
+++ csw/mgar/pkg/lang-python/ipython/trunk/checksums 2013-07-04 10:10:44 UTC (rev 21434)
@@ -1 +1 @@
-ae3a9851cd99f40ba5227efec58c7a6c ipython-0.12.1.tar.gz
+ead3b7eb70c653b537fb9d96d71b8b2a ipython-0.13.2.tar.gz
Added: csw/mgar/pkg/lang-python/ipython/trunk/files/0001-rename-filenames-containing-spaces.patch
===================================================================
--- csw/mgar/pkg/lang-python/ipython/trunk/files/0001-rename-filenames-containing-spaces.patch (rev 0)
+++ csw/mgar/pkg/lang-python/ipython/trunk/files/0001-rename-filenames-containing-spaces.patch 2013-07-04 10:10:44 UTC (rev 21434)
@@ -0,0 +1,27 @@
+From 941fe385c376854c443eb777fe67630650f3ea14 Mon Sep 17 00:00:00 2001
+From: Oliver Kiddle <opk at opencsw.org>
+Date: Thu, 4 Jul 2013 11:48:13 +0200
+Subject: [PATCH] rename filenames containing spaces
+
+---
+ docs/examples/notebooks/00_notebook_tour.ipynb | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/docs/examples/notebooks/00_notebook_tour.ipynb b/docs/examples/notebooks/00_notebook_tour.ipynb
+index c5f8c4c..0dffdd1 100644
+--- a/docs/examples/notebooks/00_notebook_tour.ipynb
++++ b/docs/examples/notebooks/00_notebook_tour.ipynb
+@@ -65,8 +65,8 @@
+ "00_notebook_tour.ipynb callbacks.ipynb python-logo.svg\r\n",
+ "01_notebook_introduction.ipynb cython_extension.ipynb rmagic_extension.ipynb\r\n",
+ "Animations_and_Progress.ipynb display_protocol.ipynb sympy.ipynb\r\n",
+- "Capturing Output.ipynb formatting.ipynb sympy_quantum_computing.ipynb\r\n",
+- "Script Magics.ipynb octavemagic_extension.ipynb trapezoid_rule.ipynb\r\n",
++ "Capturing_Output.ipynb formatting.ipynb sympy_quantum_computing.ipynb\r\n",
++ "Script_Magics.ipynb octavemagic_extension.ipynb trapezoid_rule.ipynb\r\n",
+ "animation.m4v progbar.ipynb\r\n"
+ ]
+ }
+--
+1.8.3.1
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list