python3-ipython_ipykernel: update to 6.27.1.

This commit is contained in:
Gonzalo Tornaría 2023-12-02 11:26:13 -03:00 committed by Andrew J. Hesford
parent b79177b0ae
commit 0475bfeaae
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-ipython_ipykernel'
pkgname=python3-ipython_ipykernel
version=6.27.0
version=6.27.1
revision=1
build_style=python3-pep517
# these tests fail in 6.26.0
@ -20,7 +20,7 @@ license="BSD-3-Clause"
homepage="https://github.com/ipython/ipykernel"
changelog="https://raw.githubusercontent.com/ipython/ipykernel/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
checksum=7f4986f606581be73bfb32dc7a1ac9fa0e804c9be50ddf1c7a119413e982693f
checksum=7d5d594b6690654b4d299edba5e872dc17bb7396a8d0609c97cb7b8a1c605de6
if [ "$XBPS_CHECK_PKGS" = full ]; then
# this would cause a build-time circular dependency
@ -33,6 +33,11 @@ else
"
fi
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
# Also fails "on Windows and MacOS Python 3.8+" so just disable it
make_check_args+=" --deselect tests/test_kernel.py::test_subprocess_print"
fi
post_install() {
vlicense LICENSE
}