mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-hatchling: Updated for version 1.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e1b09d7634
commit
f4bf5f908c
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-hatchling
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-hatchling"
|
||||
VERSION="1.10.0"
|
||||
VERSION="1.11.0"
|
||||
HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.10.0.tar.gz"
|
||||
MD5SUM="c50eff4f711cee451037ec7eb780154a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.11.0.tar.gz"
|
||||
MD5SUM="9bd7e55ca208af96a1fcfd192ce54eec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build python3-installer python3-editables python3-pathspec python3-pluggy"
|
||||
|
|
Loading…
Reference in a new issue