void-packages/srcpkgs/python3-nbclassic/template

26 lines
779 B
Bash
Raw Normal View History

2021-05-22 18:20:05 +00:00
# Template file for 'python3-nbclassic'
pkgname=python3-nbclassic
2022-01-15 15:56:21 +00:00
version=0.3.5
2021-12-09 15:15:00 +00:00
revision=1
2021-05-22 18:20:05 +00:00
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"
2022-01-15 15:56:21 +00:00
checksum=99444dd63103af23c788d9b5172992f12caf8c3098dd5a35c787f0df31490c29
2021-05-22 18:20:05 +00:00
# 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"
}