python-ipython: update to 3.2.0
This commit is contained in:
parent
34b5285b3e
commit
387e5af8c1
srcpkgs/python-ipython
|
@ -4,5 +4,5 @@ For the Qt console install python-ipython-qtconsole.
|
||||||
For the HTML notebook install python-ipython-notebook.
|
For the HTML notebook install python-ipython-notebook.
|
||||||
For the matplotlib integration install python-matplotlib.
|
For the matplotlib integration install python-matplotlib.
|
||||||
|
|
||||||
To convert notebooks between various formats install the following
|
To convert notebooks between various formats install the
|
||||||
dependencies: python-ipython-notebook, python-Sphinx, pandoc.
|
following dependencies: python-Sphinx, pandoc.
|
||||||
|
|
|
@ -5,4 +5,4 @@ For the HTML notebook install python3.4-ipython-notebook.
|
||||||
For the matplotlib integration install python3.4-matplotlib.
|
For the matplotlib integration install python3.4-matplotlib.
|
||||||
|
|
||||||
To convert notebooks between various formats install the following
|
To convert notebooks between various formats install the following
|
||||||
dependencies: python3.4-ipython-notebook, python3.4-Sphinx, pandoc.
|
dependencies: python3.4-Sphinx, pandoc.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-ipython'
|
# Template file for 'python-ipython'
|
||||||
pkgname=python-ipython
|
pkgname=python-ipython
|
||||||
version=3.1.0
|
version=3.2.0
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -20,7 +20,7 @@ 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=532092d3f06f82b1d8d1e5c37097eae19fcf025f8f6a4b670dd49c3c338d5624
|
checksum=8e64b441e16298c08025b826126b2d7bc5c1776d2d2f071672166f615f327887
|
||||||
|
|
||||||
# explicit order, do not change
|
# explicit order, do not change
|
||||||
subpackages="python-ipython-notebook python3.4-ipython-notebook python3.4-ipython"
|
subpackages="python-ipython-notebook python3.4-ipython-notebook python3.4-ipython"
|
||||||
|
|
Loading…
Reference in New Issue