development/jupyter-ipykernel: Updated for version 6.20.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-01-11 14:42:18 -08:00 committed by Willy Sudiarto Raharjo
parent d0a5855ff0
commit 0dc2fa9926
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for jupyter-ipykernel
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-ipykernel
VERSION=${VERSION:-6.19.4}
VERSION=${VERSION:-6.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-ipykernel"
VERSION="6.19.4"
VERSION="6.20.1"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.19.4.tar.gz"
MD5SUM="8e8e32831f0c5d48b0e10eddcc532721"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.20.1.tar.gz"
MD5SUM="9d54d07f5be3373fdaf93de57dd2df4f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="debugpy ipython jupyter_client python3-psutil python3-hatchling python3-comm"