diff --git a/srcpkgs/python3-nbclassic/patches/fix-warning.patch b/srcpkgs/python3-nbclassic/patches/fix-warning.patch new file mode 100644 index 00000000000..161e86deeb7 --- /dev/null +++ b/srcpkgs/python3-nbclassic/patches/fix-warning.patch @@ -0,0 +1,11 @@ +--- a/nbclassic/notebookapp.py ++++ b/nbclassic/notebookapp.py +@@ -324,7 +324,7 @@ class NotebookApp( + router.add_rules(core_rules) + router.add_rules(static_handlers) + router.add_rules(final_rules) +- print(""" ++ print(r""" + _ _ _ _ + | | | |_ __ __| |__ _| |_ ___ + | |_| | '_ \/ _` / _` | _/ -_) diff --git a/srcpkgs/python3-nbclassic/template b/srcpkgs/python3-nbclassic/template index 6f6d16a47a4..a4d8ae6362c 100644 --- a/srcpkgs/python3-nbclassic/template +++ b/srcpkgs/python3-nbclassic/template @@ -1,6 +1,6 @@ # Template file for 'python3-nbclassic' pkgname=python3-nbclassic -version=1.0.0 +version=1.1.0 revision=1 build_style=python3-pep517 make_build_args="--skip-dependency-check" @@ -8,12 +8,12 @@ hostmakedepends="python3-jupyter_packaging python3-jupyter_server" depends="mathjax2 python3-notebook_shim" checkdepends="$depends python3-pytest-jupyter" short_desc="Jupyter Notebook as a Jupyter Server Extension" -maintainer="dkwo " +maintainer="dkwo , Gonzalo TornarĂ­a " license="BSD-3-Clause" homepage="https://github.com/jupyter/nbclassic" changelog="https://raw.githubusercontent.com/jupyter/nbclassic/main/CHANGELOG.md" distfiles="${PYPI_SITE}/n/nbclassic/nbclassic-${version}.tar.gz" -checksum=0ae11eb2319455d805596bf320336cda9554b41d99ab9a3c31bf8180bffa30e3 +checksum=77b77ba85f9e988f9bad85df345b514e9e64c7f0e822992ab1df4a78ac64fc1e post_install() { vlicense LICENSE