From 09cb1f488496111137e4d3dbe4dc39b30d98c30e Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 7 Mar 2024 10:25:31 +0700 Subject: development/jupyter_client: Update dep. Signed-off-by: Willy Sudiarto Raharjo --- development/jupyter_client/jupyter_client.SlackBuild | 18 ++---------------- development/jupyter_client/jupyter_client.info | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) (limited to 'development') diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild index b139300c35..6b936dd0c6 100644 --- a/development/jupyter_client/jupyter_client.SlackBuild +++ b/development/jupyter_client/jupyter_client.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jupyter_client # Copyright 2017-2021 Benjamin Trigona-Harany -# Copyright 2022-2023 Isaac Yu +# Copyright 2022-2024 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_client VERSION=${VERSION:-7.4.9} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,20 +48,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_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info index b35f86017b..2fc7de9392 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.4.9/jupyter_clien MD5SUM="cdcec4d3bcaa293d0984658be99ab08a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado" +REQUIRES="python3-entrypoints jupyter_core python3-nest_asyncio python3-dateutil python3-pyzmq python3-tornado" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" -- cgit v1.2.3-79-gdb01