From 49029ba129686029d7b44eff8aa0b417dc921ce6 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Mon, 25 Nov 2013 23:12:53 -0800 Subject: development/ipython: Updated for version 1.1.0 (+ new maintainer) Signed-off-by: Robby Workman --- development/ipython/README | 19 ++++++++----------- development/ipython/ipython.SlackBuild | 4 +++- development/ipython/ipython.info | 12 ++++++------ 3 files changed, 17 insertions(+), 18 deletions(-) (limited to 'development') diff --git a/development/ipython/README b/development/ipython/README index 182b1e5a2a..0739d909e5 100644 --- a/development/ipython/README +++ b/development/ipython/README @@ -1,12 +1,9 @@ -IPython is a multiplatform, Free Software project (BSD licensed) that -offers: +IPython is a replacement shell for Python programming. It offers: -* An enhanced Python shell designed for efficient interactive work. It - includes many enhancements over the default Python shell, including the - ability for controlling interactively all major GUI toolkits in a non- - blocking manner. -* A library to build customized interactive environments using Python as - the basic language (but with the possibility of having extended or - alternate syntaxes). -* A system for interactive distributed and parallel computing (this is part - of IPython's new development). +* An enhanced Python shell for the terminal +* A Qt-based console +* A web-based notebook for coding +* An architecture for interactive parallel computing + +matplotlib, pyzmq and tornado are all strongly-recommended dependencies. +Without these, only IPython's default console will run. diff --git a/development/ipython/ipython.SlackBuild b/development/ipython/ipython.SlackBuild index 9363bc17c5..8be93914ea 100644 --- a/development/ipython/ipython.SlackBuild +++ b/development/ipython/ipython.SlackBuild @@ -22,8 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Maintained by Benjamin-Trigona-Harany + PRGNAM=ipython -VERSION=${VERSION:-0.13} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/ipython/ipython.info b/development/ipython/ipython.info index 551b4cf103..45284e291c 100644 --- a/development/ipython/ipython.info +++ b/development/ipython/ipython.info @@ -1,10 +1,10 @@ PRGNAM="ipython" -VERSION="0.13" -HOMEPAGE="http://ipython.scipy.org/" -DOWNLOAD="http://archive.ipython.org/release/0.13/ipython-0.13.tar.gz" -MD5SUM="490ccc2da9d6de9c37c7df05c1197ac5" +VERSION="1.1.0" +HOMEPAGE="http://ipython.org" +DOWNLOAD="http://archive.ipython.org/release/1.1.0/ipython-1.1.0.tar.gz" +MD5SUM="70d69c78122923879232567ac3c47cef" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Carlos Corbacho" -EMAIL="carlos@strangeworlds.co.uk" +MAINTAINER="Benjamin Trigona-Harany" +EMAIL="slackbuilds@jaxartes.net" -- cgit v1.2.3