python3-ipython: update to 7.20.0.
This commit is contained in:
parent
0c2c516884
commit
95a2e4effc
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-ipython'
|
# Template file for 'python3-ipython'
|
||||||
pkgname=python3-ipython
|
pkgname=python3-ipython
|
||||||
version=7.19.0
|
version=7.20.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -16,13 +16,9 @@ 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=cbb2ef3d5961d44e6a963b9817d4ea4e1fa2eb589c371a470fed14d8d40cbd6a
|
checksum=1923af00820a8cf58e91d56b89efc59780a6e81363b94464a0f17c039dffff9e
|
||||||
conflicts="python-ipython<=5.8.0_2"
|
conflicts="python-ipython<=5.8.0_2"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove iptest
|
# remove iptest
|
||||||
rm -f ${DESTDIR}/usr/bin/iptest*
|
rm -f ${DESTDIR}/usr/bin/iptest*
|
||||||
|
|
Loading…
Reference in a new issue