python-ipython: update to 4.1.1

This commit is contained in:
Alessio Sergi 2016-02-04 05:29:29 +01:00
parent dbdd30d7a8
commit db79dcf355

View file

@ -1,22 +1,21 @@
# Template file for 'python-ipython' # Template file for 'python-ipython'
pkgname=python-ipython pkgname=python-ipython
version=4.0.3 version=4.1.1
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="ipython-${version}" wrksrc="ipython-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools" hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-decorator python-pexpect python-pickleshare python-parsing depends="python-decorator python-pexpect python-pickleshare python-simplegeneric
python-simplegeneric python-traitlets" python-traitlets"
pycompile_module="IPython" pycompile_module="IPython"
short_desc="Enhanced interactive Python2 shell" short_desc="Enhanced interactive Python2 shell"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://ipython.org/" homepage="http://ipython.org/"
license="3-clause-BSD" license="3-clause-BSD"
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
checksum=3a928f59e8ac8dd97858c28390867c87c09510f1f8bbe97e4e9c6b036eb84fc0 checksum=1cb340dfdf6ec306b9ded72071742c87fa5247929db7ab704e17defe1975e38f
replaces="python-ipython-notebook<4.0.6 python-ipython-qtconsole<4.1.1"
post_install() { post_install() {
# use decorators of numpy # use decorators of numpy
@ -35,9 +34,8 @@ post_install() {
python3.4-ipython_package() { python3.4-ipython_package() {
noarch=yes 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 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_version="3.4"
pycompile_module="IPython" pycompile_module="IPython"
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"