mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-ipython: update to 6.4.0
This commit is contained in:
parent
fa2d12c7f5
commit
8cd21c8a30
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-ipython'
|
# Template file for 'python3-ipython'
|
||||||
pkgname=python3-ipython
|
pkgname=python3-ipython
|
||||||
version=6.2.0
|
version=6.4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
|
@ -8,13 +8,14 @@ build_style=python3-module
|
||||||
pycompile_module="IPython"
|
pycompile_module="IPython"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pickleshare python3-simplegeneric python3-traitlets
|
depends="python3-pickleshare python3-simplegeneric python3-traitlets
|
||||||
python3-pexpect python3-prompt_toolkit python3-Pygments python3-jedi"
|
python3-pexpect python3-prompt_toolkit python3-Pygments python3-jedi
|
||||||
|
python3-backcall"
|
||||||
short_desc="Enhanced interactive Python3 shell"
|
short_desc="Enhanced interactive Python3 shell"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://ipython.org/"
|
homepage="https://ipython.org/"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
||||||
checksum=81b0d6936f87002e6972eccc7e4085f5c2d0673decff22724b53cf34809ffacf
|
checksum=eca537aa61592aca2fef4adea12af8e42f5c335004dfa80c78caf80e8b525e5c
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
ipython:ipython:/usr/bin/ipython3
|
ipython:ipython:/usr/bin/ipython3
|
||||||
|
|
Loading…
Add table
Reference in a new issue