mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/ipython: Updated for version 1.1.0 (+ new maintainer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ad4cbbfe70
commit
49029ba129
3 changed files with 17 additions and 18 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue