From d8a5c7701e005dd019c65e21efd9754991a0acbf Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 11 Mar 2022 18:35:22 +0100 Subject: [PATCH] python3-nbclassic: update to 0.4.8 --- srcpkgs/python3-nbclassic/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-nbclassic/template b/srcpkgs/python3-nbclassic/template index 6e1db8ee855..4c751d222a6 100644 --- a/srcpkgs/python3-nbclassic/template +++ b/srcpkgs/python3-nbclassic/template @@ -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 " 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"