python/python3-pdm: Version bump to 2.16.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f220537eb0
commit
5b36fb847b
|
@ -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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pdm"
|
||||
VERSION="2.16.0"
|
||||
VERSION="2.16.1"
|
||||
HOMEPAGE="https://github.com/pdm-project/pdm"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.16.0.tar.gz"
|
||||
MD5SUM="ed860d46c666a9ccdf804d266f67e7aa"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.16.1.tar.gz"
|
||||
MD5SUM="3c5ba00623246b2586f746a454a02539"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-blinker python3-dotenv python3-tomlkit python3-dep-logic python3-findpython python3-resolvelib python3-shellingham python3-unearth python3-cachecontrol requests-toolbelt python3-rich python3-hishel"
|
||||
|
|
Loading…
Reference in New Issue