python3-ipython: update to 7.5.0.
This commit is contained in:
parent
c4ff3df677
commit
a8d9679d7a
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'python3-ipython'
|
||||
pkgname=python3-ipython
|
||||
version=6.5.0
|
||||
revision=2
|
||||
version=7.5.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_toolkit1 python3-Pygments python3-jedi
|
||||
python3-pexpect python3-prompt_toolkit2 python3-Pygments python3-jedi
|
||||
python3-backcall"
|
||||
short_desc="Enhanced interactive Python3 shell"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://ipython.org/"
|
||||
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
||||
checksum=b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4
|
||||
checksum=e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26
|
||||
|
||||
alternatives="
|
||||
ipython:ipython:/usr/bin/ipython3
|
||||
|
|
Loading…
Reference in a new issue