python/python3-ipython: Updated for version 6.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2017-04-22 08:19:05 +07:00 committed by Willy Sudiarto Raharjo
parent 40e978fb29
commit 478a3fac7b
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
SRCNAM=ipython
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-5.3.0}
VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="python3-ipython"
VERSION="5.3.0"
VERSION="6.0.0"
HOMEPAGE="http://ipython.org"
DOWNLOAD="https://github.com/ipython/ipython/archive/5.3.0/ipython-5.3.0.tar.gz"
MD5SUM="30045499fa745e2f1893cadcba3f94c5"
DOWNLOAD="https://github.com/ipython/ipython/archive/6.0.0/ipython-6.0.0.tar.gz"
MD5SUM="aa4dcc99f8e641dbe3ec38aa1e39a445"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-decorator python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets"
REQUIRES="python3-decorator python3-jedi python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"