diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-11 13:09:41 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:39 +0700 |
commit | 134051c11abd52a9fcf125bc16d02f07089dc316 (patch) | |
tree | 4b235af705e1f5166eb21703d89eb9e84b9caaa9 /development/jupyter_console | |
parent | e0718850bb748392cbf0966b89c6d937298520dc (diff) |
development/jupyter_console: Update for 6.5.1
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_console')
-rw-r--r-- | development/jupyter_console/jupyter_console.SlackBuild | 9 | ||||
-rw-r--r-- | development/jupyter_console/jupyter_console.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/development/jupyter_console/jupyter_console.SlackBuild b/development/jupyter_console/jupyter_console.SlackBuild index 54f2bf20c2031..a3fede133eef5 100644 --- a/development/jupyter_console/jupyter_console.SlackBuild +++ b/development/jupyter_console/jupyter_console.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jupyter_console # 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_console -VERSION=${VERSION:-6.4.4} +VERSION=${VERSION:-6.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,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 @@ -86,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a *.md LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG.md CONTRIBUTING.md LICENSE README.md RELEASING.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/development/jupyter_console/jupyter_console.info b/development/jupyter_console/jupyter_console.info index f30cd9707688e..111c15faf4b44 100644 --- a/development/jupyter_console/jupyter_console.info +++ b/development/jupyter_console/jupyter_console.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_console" -VERSION="6.4.4" +VERSION="6.5.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.4.tar.gz" -MD5SUM="a5e0426e44738c96c0a63663cdc0cfb1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.5.1.tar.gz" +MD5SUM="9be58bb4ff37196de0b3f12d7b91c965" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter_client jupyter-ipykernel" |