diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template index c7a8b2d0390..441ac0f9a4a 100644 --- a/srcpkgs/python3-jupyter_notebook/template +++ b/srcpkgs/python3-jupyter_notebook/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_notebook' pkgname=python3-jupyter_notebook -version=6.0.3 -revision=2 +version=6.3.0 +revision=1 wrksrc="notebook-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -9,15 +9,16 @@ depends="python3-Jinja2 python3-terminado python3-tornado python3-ipython_genutils python3-traitlets python3-jupyter_core python3-jupyter_client python3-jupyter_nbformat python3-jupyter_nbconvert python3-ipython_ipykernel python3-send2trash python3-prometheus_client - mathjax" -checkdepends="$depends" + mathjax python3-argon2" short_desc="Jupyter interactive notebook" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://jupyter.org/" distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz" -checksum=47a9092975c9e7965ada00b9a20f0cf637d001db60d241d479f53c0be117ad48 +checksum=cbc9398d6c81473e9cdb891d2cae9c0d3718fca289dda6d26df5cb660fcadc7d conflicts="python-jupyter_notebook<=5.7.0_2" +# Tests require unpackaged selenium +make_check=no post_install() { vlicense LICENSE @@ -25,7 +26,3 @@ post_install() { rm -rf ${DESTDIR}/${py3_sitelib}/notebook/static/components/MathJax ln -sf /usr/share/mathjax ${DESTDIR}/${py3_sitelib}/notebook/static/components/MathJax } - -do_check() { - : no selenium -}