development/jupyter-ipykernel: Update for 6.13.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-04-11 13:09:38 -07:00 committed by Willy Sudiarto Raharjo
parent 3cfa5088a6
commit 8125020f77
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1 @@
Python 3 kernel for Jupyter.
jupyter-ipykernel 6.10.0 is the last possible version for Slackware
15.0. Newer versions would require a newer python-setuptools.

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-ipykernel
VERSION=${VERSION:-6.10.0}
VERSION=${VERSION:-6.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter-ipykernel"
VERSION="6.10.0"
VERSION="6.13.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/cf/c6/e9f626c0d422458860fb7bf8f2cf0caa3a4f51f23e5d554eec7e9aa4a04c/ipykernel-6.10.0.tar.gz"
MD5SUM="a744a7eac0fdc76b04969ecd368f69bb"
DOWNLOAD="https://files.pythonhosted.org/packages/6d/c6/46b54eb61be37d98d130935b91a0a6e4ce8fca8a49bb15ba263f5e31718a/ipykernel-6.13.0.tar.gz"
MD5SUM="8d266671028d20c1331753f520107859"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="debugpy ipython jupyter_client psutil"