Browse Source
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>
pull/198/head
fourtysixandtwo
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/python3-hatchling/python3-hatchling.SlackBuild
-
python/python3-hatchling/python3-hatchling.info
|
|
|
@ -25,8 +25,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-hatchling |
|
|
|
SRCNAM=$(echo $PRGNAM | sed "s/python3-//") |
|
|
|
VERSION=${VERSION:-1.14.0} |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-1.17.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-hatchling" |
|
|
|
VERSION="1.14.0" |
|
|
|
VERSION="1.17.0" |
|
|
|
HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.14.0.tar.gz" |
|
|
|
MD5SUM="a59581fd0997863a2fff8e1926225b04" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.17.0.tar.gz" |
|
|
|
MD5SUM="f5592f06bd5f567ce566cb085147cdce" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-editables python3-pathspec python3-pluggy python3-trove-classifiers" |
|
|
|
|