python3-ipython: update to 7.23.0.
This commit is contained in:
parent
d8f505319f
commit
5152b5e869
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-ipython'
|
# Template file for 'python3-ipython'
|
||||||
pkgname=python3-ipython
|
pkgname=python3-ipython
|
||||||
version=7.22.0
|
version=7.23.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pickleshare python3-simplegeneric python3-traitlets
|
depends="python3-setuptools python3-jedi python3-decorator python3-pickleshare
|
||||||
python3-pexpect python3-prompt_toolkit python3-Pygments python3-jedi
|
python3-traitlets python3-prompt_toolkit python3-Pygments python3-backcall
|
||||||
python3-backcall"
|
python3-matplotlib-inline python3-pexpect"
|
||||||
checkdepends="$depends python3-pytest python3-nose python3-matplotlib
|
checkdepends="$depends python3-pytest python3-nose python3-matplotlib
|
||||||
python3-requests python3-testpath python3-numpy python3-ipython_ipykernel
|
python3-requests python3-testpath python3-numpy python3-ipython_ipykernel
|
||||||
python3-jupyter_nbformat python3-Pygments python3-Pillow"
|
python3-jupyter_nbformat python3-Pygments python3-Pillow"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
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=9c900332d4c5a6de534b4befeeb7de44ad0cc42e8327fa41b7685abde58cec74
|
checksum=69178f32bf9c6257430b6f592c3ae230c32861a1966d2facec454e09078e232d
|
||||||
conflicts="python-ipython<=5.8.0_2"
|
conflicts="python-ipython<=5.8.0_2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue