void-packages/srcpkgs/python3-notebook_shim/template

21 lines
709 B
Bash

# Template file for 'python3-notebook_shim'
pkgname=python3-notebook_shim
version=0.2.3
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jupyter_server"
checkdepends="$depends python3-pytest-jupyter"
short_desc="Shim layer for notebook traits and config"
maintainer="dkwo <npiazza@disroot.org>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter/notebook_shim"
changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
post_install() {
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE
}