diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-06-06 22:45:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-07 23:58:38 +0700 |
commit | 409cc4ca725a0b1bcbd4d533631f67eab39a6eb3 (patch) | |
tree | ff5b99c860b2eff82c8ae6d702bee5fd420df230 /development | |
parent | 43d01f7956f4118117cf9ce36da39335a02fe10e (diff) | |
download | slackbuilds-409cc4ca725a0b1bcbd4d533631f67eab39a6eb3.tar.gz slackbuilds-409cc4ca725a0b1bcbd4d533631f67eab39a6eb3.tar.xz |
development/jupyter-nbclassic: Update for 1.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild | 18 | ||||
-rw-r--r-- | development/jupyter-nbclassic/jupyter-nbclassic.info | 6 |
2 files changed, 5 insertions, 19 deletions
diff --git a/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild b/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild index 104abca582..2548dca07a 100644 --- a/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild +++ b/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-nbclassic -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbclassic -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,20 +49,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/development/jupyter-nbclassic/jupyter-nbclassic.info b/development/jupyter-nbclassic/jupyter-nbclassic.info index e2b910cdbc..de7dc83ca2 100644 --- a/development/jupyter-nbclassic/jupyter-nbclassic.info +++ b/development/jupyter-nbclassic/jupyter-nbclassic.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbclassic" -VERSION="1.0.0" +VERSION="1.1.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclassic/nbclassic-1.0.0.tar.gz" -MD5SUM="a3db6639db4654d27cddfde666cd5ef8" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclassic/nbclassic-1.1.0.tar.gz" +MD5SUM="9f1eb4e3b6c1008bcbf8749d07092836" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-notebook_shim mathjax2" |