diff --git a/srcpkgs/python-ipython/template b/srcpkgs/python-ipython/template index 065638c1226..264354e51a8 100644 --- a/srcpkgs/python-ipython/template +++ b/srcpkgs/python-ipython/template @@ -1,22 +1,21 @@ # Template file for 'python-ipython' pkgname=python-ipython -version=4.0.3 +version=4.1.1 revision=1 noarch=yes wrksrc="ipython-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python-decorator python-pexpect python-pickleshare python-parsing - python-simplegeneric python-traitlets" +depends="python-decorator python-pexpect python-pickleshare python-simplegeneric + python-traitlets" 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=3a928f59e8ac8dd97858c28390867c87c09510f1f8bbe97e4e9c6b036eb84fc0 -replaces="python-ipython-notebook<4.0.6 python-ipython-qtconsole<4.1.1" +checksum=1cb340dfdf6ec306b9ded72071742c87fa5247929db7ab704e17defe1975e38f post_install() { # use decorators of numpy @@ -35,9 +34,8 @@ post_install() { python3.4-ipython_package() { noarch=yes - replaces="python3.4-ipython-notebook<4.0.6 python3.4-ipython-qtconsole<4.1.1" depends="python3.4-decorator python3.4-pexpect python3.4-pickleshare - python3.4-parsing python3.4-simplegeneric python3.4-traitlets" + python3.4-simplegeneric python3.4-traitlets" pycompile_version="3.4" pycompile_module="IPython" short_desc="${short_desc/Python2/Python3.4}"