From d25daf8df50124ba4a79706553c21c02ae8a0c95 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 9 Sep 2021 18:34:23 +0200 Subject: [PATCH] jupyterlab: update to 3.1.11 and add dep --- srcpkgs/jupyterlab/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template index adc3be12190..cd21f1e8463 100644 --- a/srcpkgs/jupyterlab/template +++ b/srcpkgs/jupyterlab/template @@ -1,16 +1,17 @@ # Template file for 'jupyterlab' pkgname=jupyterlab -version=3.1.0 +version=3.1.11 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket" +depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket + python3-jupyter_ipywidgets" short_desc="JupyterLab computational environment" maintainer="dkwo " license="custom:jupyterlab" homepage="https://jupyter.org" -distfiles="https://github.com/jupyterlab/jupyterlab/archive/refs/tags/v${version}.tar.gz" -checksum=bf4b279f110972c5ce585ede1f76165f0d7b06bd81acaab04ad56e9f0b5fafb4 +distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz" +checksum=329b41d6d99bf4e40ab210b37387d32033ea9227e776aa1baf7817bf55423156 # Tests require unpackaged dependencies make_check=no