diff --git a/srcpkgs/python-ipython/template b/srcpkgs/python-ipython/template index fd107db4831..68096f6f8af 100644 --- a/srcpkgs/python-ipython/template +++ b/srcpkgs/python-ipython/template @@ -1,20 +1,20 @@ # Template file for 'python-ipython' pkgname=python-ipython -version=4.2.1 -revision=2 +version=5.1.0 +revision=1 noarch=yes wrksrc="ipython-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-decorator python-pexpect python-pickleshare python-simplegeneric - python-traitlets python-backports.shutil_get_terminal_size" +depends="python-pickleshare python-simplegeneric python-traitlets python-pexpect + python-prompt_toolkit python-Pygments python-backports.shutil_get_terminal_size" pycompile_module="IPython" short_desc="Enhanced interactive Python2 shell" maintainer="Alessio Sergi " homepage="http://ipython.org/" license="3-clause-BSD" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=e21c3d7f410014b04d36fe12998f132ed9ef4c6119b81016c04eedb09f0716a5 +checksum=7ef4694e1345913182126b219aaa4a0047e191af414256da6772cf249571b961 alternatives=" ipython:ipython:/usr/bin/ipython2 @@ -37,8 +37,8 @@ python3-ipython_package() { ipython:ipython:/usr/bin/ipython3 ipython:ipython.1:/usr/share/man/man1/ipython3.1" noarch=yes - depends="python3-decorator python3-pexpect python3-pickleshare - python3-simplegeneric python3-traitlets" + depends="python3-pickleshare python3-simplegeneric python3-traitlets + python3-pexpect python3-prompt_toolkit python3-Pygments" pycompile_module="IPython" replaces="python3.4-ipython>=0" short_desc="${short_desc/Python2/Python3}"