python3-ipython: update to 7.12.0
This commit is contained in:
parent
bdb9dacbd0
commit
19fde6f905
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python3-ipython'
|
||||
pkgname=python3-ipython
|
||||
version=7.9.0
|
||||
revision=2
|
||||
version=7.12.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="ipython-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="IPython"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pickleshare python3-simplegeneric python3-traitlets
|
||||
python3-pexpect python3-prompt_toolkit2 python3-Pygments python3-jedi
|
||||
|
@ -15,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://ipython.org/"
|
||||
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
||||
checksum=dfd303b270b7b5232b3d08bd30ec6fd685d8a58cabd54055e3d69d8f029f7280
|
||||
checksum=d9459e7237e2e5858738ff9c3e26504b79899b58a6d49e574d352493d80684c6
|
||||
|
||||
alternatives="
|
||||
ipython:ipython:/usr/bin/ipython3
|
||||
|
|
Loading…
Reference in New Issue