mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-pdm: Version bump to 2.12.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
391650f55f
commit
cc5cb69498
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-pdm
|
||||
VERSION=${VERSION:-2.12.1}
|
||||
VERSION=${VERSION:-2.12.3}
|
||||
SRCNAM=${SRCNAM:-pdm}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-pdm"
|
||||
VERSION="2.12.1"
|
||||
VERSION="2.12.3"
|
||||
HOMEPAGE="https://github.com/pdm-project/pdm"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.12.1.tar.gz"
|
||||
MD5SUM="95a219e049b01ffc6030cc6a08590f3a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.12.3.tar.gz"
|
||||
MD5SUM="a64eeb2dda1dc86e51ec4c1af0167bd8"
|
||||
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"
|
||||
REQUIRES="python3-blinker python3-dotenv python3-tomlkit python3-dep-logic python3-findpython python3-resolvelib python3-shellingham python3-unearth python3-cachecontrol requests-toolbelt python3-rich"
|
||||
MAINTAINER="Jeremy Hansen"
|
||||
EMAIL="jebrhansen+SBo@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue