From a2d71e4e7059b25f8da7abdd952ed7d14b76afef Mon Sep 17 00:00:00 2001 From: dkwo Date: Mon, 5 Dec 2022 17:54:19 -0500 Subject: [PATCH] python3-ipython_ipykernel: update to 6.19.2 Closes: #35376 --- srcpkgs/python3-ipython_ipykernel/template | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template index eb1dcad3dd2..809d2276eae 100644 --- a/srcpkgs/python3-ipython_ipykernel/template +++ b/srcpkgs/python3-ipython_ipykernel/template @@ -1,19 +1,21 @@ # Template file for 'python3-ipython_ipykernel' pkgname=python3-ipython_ipykernel -version=5.5.4 -revision=3 -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" +version=6.19.2 +revision=1 +build_style=python3-pep517 +make_install_target="dist/ipykernel-${version}-*-*-*.whl" +hostmakedepends="hatchling python3-jupyter_client python3-jupyter_core + python3-platformdirs" +depends="python3-ipython python3-traitlets python3-jupyter_client python3-tornado + python3-matplotlib-inline python3-nest_asyncio python3-packaging python3-psutil + python3 python3-comm python3-pyzmq" short_desc="IPython kernel for Jupyter (Python3)" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/ipython/ipykernel" distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz" -checksum=1ce0e83672cc3bfdc1ffb5603e1d77ab125f24b41abc4612e22bfb3e994c0db2 -# checks create a cycle with python3-jupyter_core and python3-jupyter_client -make_check=no +checksum=1ab68d3d3654196266baa93990055413e167263ffbe4cfe834f871bcd3d3506d +make_check=no # cycle with python3-jupyter_core and python3-jupyter_client post_install() { vlicense COPYING.md LICENSE