mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-ipython: update to 7.12.0
This commit is contained in:
parent
bdb9dacbd0
commit
19fde6f905
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-ipython'
|
# Template file for 'python3-ipython'
|
||||||
pkgname=python3-ipython
|
pkgname=python3-ipython
|
||||||
version=7.9.0
|
version=7.12.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
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_toolkit2 python3-Pygments python3-jedi
|
python3-pexpect python3-prompt_toolkit2 python3-Pygments python3-jedi
|
||||||
|
@ -15,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://ipython.org/"
|
homepage="https://ipython.org/"
|
||||||
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
||||||
checksum=dfd303b270b7b5232b3d08bd30ec6fd685d8a58cabd54055e3d69d8f029f7280
|
checksum=d9459e7237e2e5858738ff9c3e26504b79899b58a6d49e574d352493d80684c6
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
ipython:ipython:/usr/bin/ipython3
|
ipython:ipython:/usr/bin/ipython3
|
||||||
|
|
Loading…
Add table
Reference in a new issue