diff options
| author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-12-06 23:08:41 -0800 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-14 07:59:42 +0700 |
| commit | 0bbda1aeb9068c8687f9c69d215005184537c7e3 (patch) | |
| tree | 100a385feab86b2e69466e2bce3ec1e6499f8ff4 /python/python3-pdm/python3-pdm.SlackBuild | |
| parent | 9071175cab40c73a4768eea8058e7d842ff7976f (diff) | |
python/python3-pdm: Version bump to 2.21.0
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-pdm/python3-pdm.SlackBuild b/python/python3-pdm/python3-pdm.SlackBuild index 3c76609d0c..b65c362450 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.19.1} +VERSION=${VERSION:-2.21.0} SRCNAM=${SRCNAM:-pdm} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,6 +65,9 @@ find -L . \ # Remove unused dependency (used for redistributable builds of python) 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 + python3 -m build --wheel --no-isolation python3 -m installer --destdir=$PKG dist/*.whl |
