From 4456d465191e9b8138f93a6b5e0d2b9e90d3f5a9 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Thu, 6 Jun 2024 16:49:44 -0700 Subject: python/python3-pooch: Version bump to 1.8.2 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pooch/python3-pooch.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python/python3-pooch/python3-pooch.SlackBuild') diff --git a/python/python3-pooch/python3-pooch.SlackBuild b/python/python3-pooch/python3-pooch.SlackBuild index 292872b972..a7bda19d58 100644 --- a/python/python3-pooch/python3-pooch.SlackBuild +++ b/python/python3-pooch/python3-pooch.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pooch -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.8.2} SRCNAM=${SRCNAM:-pooch} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,6 +64,9 @@ find -L . \ export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION +PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') +export PYTHONPATH=/opt/python$PYVER/site-packages + python3 -m build --wheel --no-isolation python3 -m installer --destdir=$PKG dist/*.whl -- cgit v1.2.3