python/python3-hatch_jupyter_builder: Update for 0.9.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-03-12 20:45:18 -07:00 committed by Willy Sudiarto Raharjo
parent d92316312c
commit bf18f5958e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 19 deletions

View file

@ -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

View file

@ -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"