mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-ipython: update to 5.1.0
This commit is contained in:
parent
1f4ad21643
commit
aea2b842b7
1 changed files with 7 additions and 7 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python-ipython'
|
# Template file for 'python-ipython'
|
||||||
pkgname=python-ipython
|
pkgname=python-ipython
|
||||||
version=4.2.1
|
version=5.1.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-decorator python-pexpect python-pickleshare python-simplegeneric
|
depends="python-pickleshare python-simplegeneric python-traitlets python-pexpect
|
||||||
python-traitlets python-backports.shutil_get_terminal_size"
|
python-prompt_toolkit python-Pygments python-backports.shutil_get_terminal_size"
|
||||||
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=e21c3d7f410014b04d36fe12998f132ed9ef4c6119b81016c04eedb09f0716a5
|
checksum=7ef4694e1345913182126b219aaa4a0047e191af414256da6772cf249571b961
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
ipython:ipython:/usr/bin/ipython2
|
ipython:ipython:/usr/bin/ipython2
|
||||||
|
@ -37,8 +37,8 @@ python3-ipython_package() {
|
||||||
ipython:ipython:/usr/bin/ipython3
|
ipython:ipython:/usr/bin/ipython3
|
||||||
ipython:ipython.1:/usr/share/man/man1/ipython3.1"
|
ipython:ipython.1:/usr/share/man/man1/ipython3.1"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-decorator python3-pexpect python3-pickleshare
|
depends="python3-pickleshare python3-simplegeneric python3-traitlets
|
||||||
python3-simplegeneric python3-traitlets"
|
python3-pexpect python3-prompt_toolkit python3-Pygments"
|
||||||
pycompile_module="IPython"
|
pycompile_module="IPython"
|
||||||
replaces="python3.4-ipython>=0"
|
replaces="python3.4-ipython>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue