diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-15 13:12:53 -0600 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 10:22:26 +0700 |
| commit | 7012ab0d8b244cb232226a4398f5f79bd567af23 (patch) | |
| tree | 836e630fb35cfec2a7dc45e21bed1cd2b0fc6334 /python/python-zipp/python-zipp.SlackBuild | |
| parent | a24c62930ef59e8bfd8fe2fce08d7af02ef129b3 (diff) | |
python/python-zipp: Updated for version 3.18.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-zipp/python-zipp.SlackBuild')
| -rw-r--r-- | python/python-zipp/python-zipp.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/python-zipp/python-zipp.SlackBuild b/python/python-zipp/python-zipp.SlackBuild index 6ad17fb9f2..7adbcace59 100644 --- a/python/python-zipp/python-zipp.SlackBuild +++ b/python/python-zipp/python-zipp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-zipp -# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-zipp -VERSION=${VERSION:-3.17.0} +VERSION=${VERSION:-3.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,6 +66,8 @@ 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 PYTHONPATH=/opt/python3.9/site-packages/ + python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl |
