Skip to content

Commit

Permalink
New package: python3-notebook_shim-0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo authored and zen0bit committed Dec 13, 2022
1 parent c3e832b commit b95ea91
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions srcpkgs/python3-notebook_shim/template
@@ -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/
}

0 comments on commit b95ea91

Please sign in to comment.