void-packages/srcpkgs/python3-notebook_shim/template

20 lines
630 B
Bash

# Template file for 'python3-notebook_shim'
pkgname=python3-notebook_shim
version=0.2.2
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jupyter_server"
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"
distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
checksum=090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f
make_check=no # missing pytest_tornasync
post_install() {
vlicense LICENSE
mv "${PKGDESTDIR}/usr/etc" ${PKGDESTDIR}/etc/
}