From 7e411b155dba69079445415e39a0f0bda74100f2 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Mon, 13 Mar 2023 17:38:18 -0700 Subject: python/python3-filelock: Fix setuptools-scm pretend version Signed-off-by: Willy Sudiarto Raharjo --- python/python3-filelock/python3-filelock.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/python3-filelock/python3-filelock.SlackBuild') diff --git a/python/python3-filelock/python3-filelock.SlackBuild b/python/python3-filelock/python3-filelock.SlackBuild index 2ed464b805..ee728fa741 100644 --- a/python/python3-filelock/python3-filelock.SlackBuild +++ b/python/python3-filelock/python3-filelock.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-filelock VERSION=${VERSION:-3.9.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -78,7 +78,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -export SETUPTOOLS_SCM_PRETEND_VERSION=6.3.2 +export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl -- cgit v1.2.3