aboutsummaryrefslogtreecommitdiff
path: root/python/python3-bcrypt/python3-bcrypt.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2024-05-31 13:52:16 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-01 00:44:52 +0700
commit8858d2d79f3121e87ca8e1cdb961857a404a2bb5 (patch)
tree9567ea9719b57d386ff59b52ec6f0444b94ea845 /python/python3-bcrypt/python3-bcrypt.SlackBuild
parent5334e4bd99d3d38645a2915221d9c3824e528b61 (diff)
python/python3-bcrypt: updated for version 4.1.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-bcrypt/python3-bcrypt.SlackBuild')
-rw-r--r--python/python3-bcrypt/python3-bcrypt.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python3-bcrypt/python3-bcrypt.SlackBuild b/python/python3-bcrypt/python3-bcrypt.SlackBuild
index 9d7fc49b58..666a649ed0 100644
--- a/python/python3-bcrypt/python3-bcrypt.SlackBuild
+++ b/python/python3-bcrypt/python3-bcrypt.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-bcrypt
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-4.1.2}
+VERSION=${VERSION:-4.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -163,7 +163,6 @@ find -L . \
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages/
-
CARGO_HOME=.cargo \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \