New package: python3-nbclassic-0.2.8
This commit is contained in:
parent
b264c0f493
commit
9c20a39c51
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'python3-nbclassic'
|
||||||
|
pkgname=python3-nbclassic
|
||||||
|
version=0.2.8
|
||||||
|
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=9553dcd9ae4d932db640dad0daa186fe6c64e69ec2159868c0b38d7adef9b3b5
|
||||||
|
# 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"
|
||||||
|
}
|
Loading…
Reference in New Issue