python3-nbclassic: update to 0.4.8
This commit is contained in:
parent
28a6e1c799
commit
d8a5c7701e
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'python3-nbclassic'
|
||||
pkgname=python3-nbclassic
|
||||
version=0.3.5
|
||||
revision=2
|
||||
version=0.4.8
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyter_notebook python3-jupyter_server"
|
||||
checkdepends="${depends} python3-pytest python3-pytest-fixture-config python3-pytest-subtests"
|
||||
short_desc="Jupyter Notebook as a Jupyter Server Extension"
|
||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://jupyter.org"
|
||||
distfiles="${PYPI_SITE}/n/nbclassic/nbclassic-${version}.tar.gz"
|
||||
checksum=99444dd63103af23c788d9b5172992f12caf8c3098dd5a35c787f0df31490c29
|
||||
# Tarball includes no tests
|
||||
checksum=c74d8a500f8e058d46b576a41e5bc640711e1032cf7541dde5f73ea49497e283
|
||||
# missing fixtures: jp_create_notebook jp_fetch
|
||||
make_check=no
|
||||
|
||||
conf_files="/etc/jupyter/jupyter_server_config.d/*.json"
|
||||
|
|
Loading…
Reference in New Issue