python-ipython: update to 3.2.0

This commit is contained in:
Alessio Sergi 2015-06-23 23:23:23 +02:00
parent 34b5285b3e
commit 387e5af8c1
3 changed files with 6 additions and 6 deletions

View file

@ -4,5 +4,5 @@ For the Qt console install python-ipython-qtconsole.
For the HTML notebook install python-ipython-notebook.
For the matplotlib integration install python-matplotlib.
To convert notebooks between various formats install the following
dependencies: python-ipython-notebook, python-Sphinx, pandoc.
To convert notebooks between various formats install the
following dependencies: python-Sphinx, pandoc.

View file

@ -5,4 +5,4 @@ For the HTML notebook install python3.4-ipython-notebook.
For the matplotlib integration install python3.4-matplotlib.
To convert notebooks between various formats install the following
dependencies: python3.4-ipython-notebook, python3.4-Sphinx, pandoc.
dependencies: python3.4-Sphinx, pandoc.

View file

@ -1,7 +1,7 @@
# Template file for 'python-ipython'
pkgname=python-ipython
version=3.1.0
revision=3
version=3.2.0
revision=1
noarch=yes
wrksrc="ipython-${version}"
build_style=python-module
@ -20,7 +20,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://ipython.org/"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
checksum=532092d3f06f82b1d8d1e5c37097eae19fcf025f8f6a4b670dd49c3c338d5624
checksum=8e64b441e16298c08025b826126b2d7bc5c1776d2d2f071672166f615f327887
# explicit order, do not change
subpackages="python-ipython-notebook python3.4-ipython-notebook python3.4-ipython"