mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-hatch_jupyter_builder: Update for 0.9.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d92316312c
commit
bf18f5958e
2 changed files with 5 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python3-hatch_jupyter_builder
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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
|
PRGNAM=python3-hatch_jupyter_builder
|
||||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||||
VERSION=${VERSION:-0.8.3}
|
VERSION=${VERSION:-0.9.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -48,20 +48,6 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
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
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3-hatch_jupyter_builder"
|
PRGNAM="python3-hatch_jupyter_builder"
|
||||||
VERSION="0.8.3"
|
VERSION="0.9.1"
|
||||||
HOMEPAGE="https://jupyter.org"
|
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"
|
DOWNLOAD="https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v0.9.1/hatch_jupyter_builder-0.9.1.tar.gz"
|
||||||
MD5SUM="4d1e53ae27678888aa5e6c7485a33ac4"
|
MD5SUM="34453f370ea94957872c1313cf80f0ce"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-hatchling"
|
REQUIRES="python3-hatchling"
|
||||||
|
|
Loading…
Reference in a new issue