diff options
| author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-08-29 17:21:20 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-30 09:30:42 +0700 |
| commit | a1eaeef24ef2787d56ecb6ea7287fe61d7fc28b5 (patch) | |
| tree | 4be710a065a2306f13182991e86b188fd48cf6f7 /python/python3-pdm/python3-pdm.SlackBuild | |
| parent | a9a470b7c471b9624bf0001d27d19b8e08671e2f (diff) | |
python/python3-pdm: Version bump to 2.25.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pdm/python3-pdm.SlackBuild')
| -rw-r--r-- | python/python3-pdm/python3-pdm.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/python3-pdm/python3-pdm.SlackBuild b/python/python3-pdm/python3-pdm.SlackBuild index 6736139095..6d80369cd8 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.25.5} +VERSION=${VERSION:-2.25.9} SRCNAM=${SRCNAM:-pdm} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,6 +68,10 @@ sed -i '/\"pbs-installer.*\",/d' pyproject.toml # Remove hard version requirement on certifi, since it's been working fine sed -i 's|certifi.*|certifi",|' pyproject.toml +# Remove hard version requirement on packaging, since the correct version +# is in /opt/ +sed -i 's|packaging>.*|packaging",|' pyproject.toml + python3 -m build --wheel --no-isolation python3 -m installer --destdir=$PKG dist/*.whl |
