python3-jupyter_notebook: update to 7.0.4.

This commit is contained in:
Gonzalo Tornaría 2023-05-29 16:40:44 -03:00 committed by Andrew J. Hesford
parent 16d8504146
commit 2d06efa5f6
2 changed files with 13 additions and 19 deletions

View file

@ -1,27 +1,21 @@
# Template file for 'python3-jupyter_notebook' # Template file for 'python3-jupyter_notebook'
pkgname=python3-jupyter_notebook pkgname=python3-jupyter_notebook
version=6.4.10 version=7.0.4
revision=4 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" make_build_args="--skip-dependency-check"
depends="python3-Jinja2 python3-terminado python3-tornado hostmakedepends="hatchling hatch-jupyter-builder jupyterlab"
python3-ipython_genutils python3-traitlets python3-jupyter_core depends="jupyterlab"
python3-jupyter_client python3-jupyter_nbformat python3-jupyter_nbconvert checkdepends="$depends python3-pytest-jupyter"
python3-ipython_ipykernel python3-send2trash python3-prometheus_client
mathjax2 python3-argon2"
short_desc="Jupyter interactive notebook" short_desc="Jupyter interactive notebook"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://jupyter.org/" homepage="https://github.com/jupyter/notebook"
changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz" distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
checksum=2408a76bc6289283a8eecfca67e298ec83c67db51a4c2e1b713dd180bb39e90e checksum=0c1b458f72ce8774445c8ef9ed2492bd0b9ce9605ac996e2b066114f69795e71
conflicts="python-jupyter_notebook<=5.7.0_2"
# Tests require unpackaged selenium
make_check=no
post_install() { post_install() {
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE vlicense LICENSE
# use system mathjax
rm -rf ${DESTDIR}/${py3_sitelib}/notebook/static/components/MathJax
ln -sf /usr/share/mathjax ${DESTDIR}/${py3_sitelib}/notebook/static/components/MathJax
} }

View file

@ -1,2 +1,2 @@
pkgname=notebook pkgname=notebook
ignore="*a* *b* *rc*" #ignore="*a* *b* *rc*"