diff options
| author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-06-06 16:49:44 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-15 07:37:51 +0700 |
| commit | 4456d465191e9b8138f93a6b5e0d2b9e90d3f5a9 (patch) | |
| tree | b585d837dd9be3b98aa8f0ea82551896226471d5 /python/python3-pooch/python3-pooch.SlackBuild | |
| parent | a981499ab39caf1ea18b83eca99dd62778bbb198 (diff) | |
python/python3-pooch: Version bump to 1.8.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pooch/python3-pooch.SlackBuild')
| -rw-r--r-- | python/python3-pooch/python3-pooch.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
