22 lines
759 B
Bash
22 lines
759 B
Bash
# Template file for 'python3-jupyter_notebook'
|
|
pkgname=python3-jupyter_notebook
|
|
version=7.2.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_build_args="--skip-dependency-check"
|
|
hostmakedepends="hatchling hatch-jupyter-builder jupyterlab"
|
|
depends="jupyterlab"
|
|
checkdepends="$depends python3-pytest-jupyter"
|
|
short_desc="Jupyter interactive notebook"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="BSD-3-Clause"
|
|
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"
|
|
checksum=4287b6da59740b32173d01d641f763d292f49c30e7a51b89c46ba8473126341e
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
|
vlicense LICENSE
|
|
}
|