summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2013-11-26 08:12:53 +0100
committer Robby Workman2013-11-28 06:51:07 +0100
commit49029ba129686029d7b44eff8aa0b417dc921ce6 (patch)
tree3a6e238631afc3bab4a764992b1ccb2e1691314b /development
parentad4cbbfe705c1b9a39835783fc2ecefd079b862f (diff)
downloadslackbuilds-49029ba129686029d7b44eff8aa0b417dc921ce6.tar.gz
development/ipython: Updated for version 1.1.0 (+ new maintainer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/ipython/README19
-rw-r--r--development/ipython/ipython.SlackBuild4
-rw-r--r--development/ipython/ipython.info12
3 files changed, 17 insertions, 18 deletions
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"