python3-ipython_ipykernel: update to 5.5.4
This commit is contained in:
parent
ca85923810
commit
5071b70f6d
|
@ -1,25 +1,20 @@
|
|||
# Template file for 'python3-ipython_ipykernel'
|
||||
pkgname=python3-ipython_ipykernel
|
||||
version=5.2.0
|
||||
revision=2
|
||||
version=5.5.4
|
||||
revision=1
|
||||
wrksrc="ipykernel-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-ipython
|
||||
python3-jupyter_client python3-traitlets python3-tornado"
|
||||
depends="python3-ipython python3-traitlets python3-jupyter_client python3-tornado"
|
||||
checkdepends="python3-pytest $depends python3-numpy python3-flaky python3-nose"
|
||||
short_desc="IPython kernel for Jupyter (Python3)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/ipython/ipykernel"
|
||||
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
|
||||
checksum=37c65d2e2da3326e5cf114405df6d47d997b8a3eba99e2cc4b75833bf71a5e18
|
||||
|
||||
do_check() {
|
||||
# Those two tests are problematic in python 3.8,
|
||||
# Old versions of ipykernel are more problematic
|
||||
pytest -k 'not ipykernel/inprocess'
|
||||
}
|
||||
checksum=1ce0e83672cc3bfdc1ffb5603e1d77ab125f24b41abc4612e22bfb3e994c0db2
|
||||
# checks create a cycle with python3-jupyter_core and python3-jupyter_client
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.md LICENSE
|
||||
|
|
Loading…
Reference in New Issue