From 409cc4ca725a0b1bcbd4d533631f67eab39a6eb3 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Thu, 6 Jun 2024 22:45:50 -0700 Subject: development/jupyter-nbclassic: Update for 1.1.0 Signed-off-by: Willy Sudiarto Raharjo --- .../jupyter-nbclassic/jupyter-nbclassic.SlackBuild | 18 ++---------------- 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 104abca58248..2548dca07a4c 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 +# Copyright 2022-2024 Isaac Yu # 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 e2b910cdbc09..de7dc83ca2b7 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" -- cgit v1.2.3