mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-ipython_ipykernel: update to 5.2.0.
This commit is contained in:
parent
b59c8360ca
commit
043460add0
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-ipython_ipykernel'
|
# Template file for 'python3-ipython_ipykernel'
|
||||||
pkgname=python3-ipython_ipykernel
|
pkgname=python3-ipython_ipykernel
|
||||||
version=4.10.0
|
version=5.2.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="ipykernel-${version}"
|
wrksrc="ipykernel-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -14,14 +14,14 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/ipython/ipykernel"
|
homepage="https://github.com/ipython/ipykernel"
|
||||||
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
|
||||||
checksum=699103c8e64886e3ec7053f2a6aa83bb90426063526f63a818732ff385202bad
|
checksum=37c65d2e2da3326e5cf114405df6d47d997b8a3eba99e2cc4b75833bf71a5e18
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
: requires IPython/external/decorators/_decorators of python3-ipython
|
# Those two tests are problematic in python 3.8,
|
||||||
|
# Old versions of ipykernel are more problematic
|
||||||
|
pytest -k 'not ipykernel/inprocess'
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsed -i -e "s/python/&3/" \
|
|
||||||
${DESTDIR}/usr/share/jupyter/kernels/python3/kernel.json
|
|
||||||
vlicense COPYING.md LICENSE
|
vlicense COPYING.md LICENSE
|
||||||
}
|
}
|
||||||
|
|
2
srcpkgs/python3-ipython_ipykernel/update
Normal file
2
srcpkgs/python3-ipython_ipykernel/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pkgname=ipykernel
|
||||||
|
ignore="*a* *b* *rc*"
|
Loading…
Add table
Reference in a new issue