python/python3-hatchling: Updated for version 1.17.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-05-14 02:48:02 -06:00 committed by Willy Sudiarto Raharjo
parent c6208b6ec8
commit 9b468c2eec
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-hatchling PRGNAM=python3-hatchling
SRCNAM=$(echo $PRGNAM | sed "s/python3-//") SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.14.0} VERSION=${VERSION:-1.17.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-hatchling" PRGNAM="python3-hatchling"
VERSION="1.14.0" VERSION="1.17.0"
HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend" HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend"
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.14.0.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.17.0.tar.gz"
MD5SUM="a59581fd0997863a2fff8e1926225b04" MD5SUM="f5592f06bd5f567ce566cb085147cdce"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-editables python3-pathspec python3-pluggy python3-trove-classifiers" REQUIRES="python3-editables python3-pathspec python3-pluggy python3-trove-classifiers"