aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pdm/python3-pdm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pdm/python3-pdm.SlackBuild')
-rw-r--r--python/python3-pdm/python3-pdm.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pdm/python3-pdm.SlackBuild b/python/python3-pdm/python3-pdm.SlackBuild
index f58343eef0..b4b1724de5 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.16.0}
+VERSION=${VERSION:-2.16.1}
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\",/d' pyproject.toml
+sed -i '/\"pbs-installer.*\",/d' pyproject.toml
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl