Skip to content

Commit

Permalink
python3-ipython_ipykernel: update to 6.27.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Dec 22, 2023
1 parent 1612352 commit 43e7b29
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions srcpkgs/python3-ipython_ipykernel/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
}

0 comments on commit 43e7b29

Please sign in to comment.