Skip to content

Commit

Permalink
new package: jupyter-notebook-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Dec 12, 2022
1 parent c9ee611 commit 545b969
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/jupyter-notebook-shim/template
@@ -0,0 +1,22 @@
# Template file for 'jupyter-notebook-shim'
pkgname=jupyter-notebook-shim
version=0.2.2
revision=1
#archs="i686 x86_64"
build_style=python3-pep517
make_install_target="dist/notebook_shim-${version}-*-*-*.whl"
hostmakedepends="hatchling"
depends="python3-jupyter_server"
checkdepends="python3-pytest python3-jupyter_server python3-platformdirs"
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="https://github.com/jupyter/notebook_shim/releases/download/v${version}/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 545b969

Please sign in to comment.