diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-03-12 20:45:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-14 16:14:34 +0700 |
commit | bf18f5958e7b0635c9330830b26ab3cbd809930d (patch) | |
tree | ec3f8507954cbca115005ed1c0682fb4d505e6b3 /python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild | |
parent | d92316312c0285e0fa092f8839ddf0bf720f3891 (diff) |
python/python3-hatch_jupyter_builder: Update for 0.9.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild')
-rw-r--r-- | python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild b/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild index 8b45908688..032fd73619 100644 --- a/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild +++ b/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-hatch_jupyter_builder -# 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 @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-hatch_jupyter_builder SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.9.1} BUILD=${BUILD:-1} 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 |