summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2024-03-15 20:12:53 +0100
committer Willy Sudiarto Raharjo2024-03-16 04:22:26 +0100
commit7012ab0d8b244cb232226a4398f5f79bd567af23 (patch)
tree836e630fb35cfec2a7dc45e21bed1cd2b0fc6334
parenta24c62930ef59e8bfd8fe2fce08d7af02ef129b3 (diff)
downloadslackbuilds-7012ab0d8b244cb232226a4398f5f79bd567af23.tar.gz
python/python-zipp: Updated for version 3.18.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-zipp/python-zipp.SlackBuild6
-rw-r--r--python/python-zipp/python-zipp.info8
2 files changed, 8 insertions, 6 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
diff --git a/python/python-zipp/python-zipp.info b/python/python-zipp/python-zipp.info
index 213c93842f..549d99aa42 100644
--- a/python/python-zipp/python-zipp.info
+++ b/python/python-zipp/python-zipp.info
@@ -1,10 +1,10 @@
PRGNAM="python-zipp"
-VERSION="3.17.0"
+VERSION="3.18.1"
HOMEPAGE="https://github.com/jaraco/zipp"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/z/zipp/zipp-3.17.0.tar.gz"
-MD5SUM="a4cf8c530da863c27a04251724436681"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/z/zipp/zipp-3.18.1.tar.gz"
+MD5SUM="35d5af28231d6464fe2c2bea05d306dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-wheel"
+REQUIRES="python3-setuptools-opt"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"