summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author isaackwy2024-03-13 04:45:18 +0100
committer Willy Sudiarto Raharjo2024-03-14 10:14:34 +0100
commitbf18f5958e7b0635c9330830b26ab3cbd809930d (patch)
treeec3f8507954cbca115005ed1c0682fb4d505e6b3
parentd92316312c0285e0fa092f8839ddf0bf720f3891 (diff)
downloadslackbuilds-bf18f5958e7b0635c9330830b26ab3cbd809930d.tar.gz
python/python3-hatch_jupyter_builder: Update for 0.9.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild18
-rw-r--r--python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info6
2 files changed, 5 insertions, 19 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
diff --git a/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info b/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info
index 32d0b90335..784796e022 100644
--- a/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info
+++ b/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info
@@ -1,8 +1,8 @@
PRGNAM="python3-hatch_jupyter_builder"
-VERSION="0.8.3"
+VERSION="0.9.1"
HOMEPAGE="https://jupyter.org"
-DOWNLOAD="https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v0.8.3/hatch_jupyter_builder-0.8.3.tar.gz"
-MD5SUM="4d1e53ae27678888aa5e6c7485a33ac4"
+DOWNLOAD="https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v0.9.1/hatch_jupyter_builder-0.9.1.tar.gz"
+MD5SUM="34453f370ea94957872c1313cf80f0ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatchling"