From c21d5fecc3a927e96c710623b36972c48a7edcd5 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Tue, 25 Jun 2024 17:42:39 -0700 Subject: python/python3-pdm: Version bump to 2.16.0 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pdm/python3-pdm.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/python3-pdm/python3-pdm.SlackBuild') diff --git a/python/python3-pdm/python3-pdm.SlackBuild b/python/python3-pdm/python3-pdm.SlackBuild index 87f28e2dc0..f58343eef0 100644 --- a/python/python3-pdm/python3-pdm.SlackBuild +++ b/python/python3-pdm/python3-pdm.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pdm -VERSION=${VERSION:-2.15.4} +VERSION=${VERSION:-2.16.0} SRCNAM=${SRCNAM:-pdm} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Remove unused dependency (used for redistributable builds of python) -sed -i '/\"pbs-installer\[install\]\",/d' pyproject.toml +sed -i '/\"pbs-installer\",/d' pyproject.toml python3 -m build --wheel --no-isolation python3 -m installer --destdir=$PKG dist/*.whl -- cgit v1.2.3