Skip to content

Commit d810e10

Browse files
committed
python3-ipython_ipykernel: update to 7.2.0.
1 parent eb26f79 commit d810e10

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

  • srcpkgs/python3-ipython_ipykernel

srcpkgs/python3-ipython_ipykernel/template

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
# Template file for 'python3-ipython_ipykernel'
22
pkgname=python3-ipython_ipykernel
3-
version=6.30.1
4-
revision=2
3+
version=7.2.0
4+
revision=1
55
build_style=python3-pep517
66
# run all tests available
77
make_check_target="tests"
8+
# the following test does not work headless
9+
make_check_args="--deselect tests/test_matplotlib_eventloops.py::test_matplotlib_gui"
810
hostmakedepends="hatchling python3-jupyter_client"
911
depends="python3-comm python3-ipython python3-jupyter_client
1012
python3-jupyter_core python3-matplotlib-inline python3-nest_asyncio
1113
python3-packaging python3-psutil python3-pyzmq python3-tornado
1214
python3-traitlets"
1315
checkdepends="$depends python3-flaky python3-pytest-asyncio
1416
python3-pytest-timeout python3-trio python3-curio python3-matplotlib
15-
python3-PyQt5 python3-PyQt5-svg python3-pytest-xdist python3-ipyparallel"
17+
python3-PyQt5 python3-PyQt5-svg python3-pytest-xdist python3-ipyparallel
18+
python3-pytest-cov"
1619
short_desc="IPython kernel for Jupyter"
1720
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
1821
license="BSD-3-Clause"
1922
homepage="https://github.com/ipython/ipykernel"
2023
changelog="https://raw.githubusercontent.com/ipython/ipykernel/main/CHANGELOG.md"
2124
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
22-
checksum=6abb270161896402e76b91394fcdce5d1be5d45f456671e5080572f8505be39b
25+
checksum=18ed160b6dee2cbb16e5f3575858bc19d8f1fe6046a9a680c708494ce31d909e
2326

2427
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ] &&
2528
[ "$XBPS_TARGET_LIBC" = "musl" ]; then

0 commit comments

Comments
 (0)