25 lines
779 B
Bash
25 lines
779 B
Bash
# Template file for 'python3-nbclassic'
|
|
pkgname=python3-nbclassic
|
|
version=0.3.1
|
|
revision=1
|
|
wrksrc=nbclassic-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-jupyter_notebook python3-jupyter_server"
|
|
short_desc="Jupyter Notebook as a Jupyter Server Extension"
|
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://jupyter.org"
|
|
distfiles="${PYPI_SITE}/n/nbclassic/nbclassic-${version}.tar.gz"
|
|
checksum=f920f8d09849bea7950e1017ff3bd101763a8d68f565a51ce053572e65aa7947
|
|
# Tarball includes no tests
|
|
make_check=no
|
|
|
|
conf_files="/etc/jupyter/jupyter_server_config.d/*.json"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
|
|
# jupyter honors /etc/juypter; move config files there
|
|
mv "${DESTDIR}/usr/etc" "${DESTDIR}/etc"
|
|
}
|