mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-jupyter_notebook: update to 7.4.2.
This commit is contained in:
parent
fdd88a5b8a
commit
305261c8da
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-jupyter_notebook'
|
# Template file for 'python3-jupyter_notebook'
|
||||||
pkgname=python3-jupyter_notebook
|
pkgname=python3-jupyter_notebook
|
||||||
version=7.2.1
|
version=7.4.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_build_args="--skip-dependency-check"
|
|
||||||
hostmakedepends="hatchling hatch-jupyter-builder jupyterlab"
|
hostmakedepends="hatchling hatch-jupyter-builder jupyterlab"
|
||||||
depends="jupyterlab"
|
depends="python3-jupyter_server python3-jupyterlab_server jupyterlab
|
||||||
|
python3-notebook_shim python3-tornado"
|
||||||
checkdepends="$depends python3-pytest-jupyter"
|
checkdepends="$depends python3-pytest-jupyter"
|
||||||
short_desc="Jupyter interactive notebook"
|
short_desc="Jupyter interactive notebook"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/notebook"
|
homepage="https://github.com/jupyter/notebook"
|
||||||
changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
|
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=4287b6da59740b32173d01d641f763d292f49c30e7a51b89c46ba8473126341e
|
checksum=e739defd28c3f615a6bfb0a2564bd75018a9cc6613aa00bbd9c15e68eed2de1b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue