New package: python3-notebook_shim-0.2.2
This commit is contained in:
parent
66a6445e07
commit
3642d04de7
|
@ -0,0 +1,19 @@
|
|||
# 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/
|
||||
}
|
Loading…
Reference in New Issue