mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
c6208b6ec8
commit
9b468c2eec
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue