void-packages/srcpkgs/python3-nbclassic/template
2021-12-13 08:16:28 -05:00

25 lines
779 B
Bash

# Template file for 'python3-nbclassic'
pkgname=python3-nbclassic
version=0.3.4
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=f00b07ef4908fc38fd332d2676ccd3ceea5076528feaf21bd27e809ef20f5578
# 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"
}