diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-05-07 05:02:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 08:12:24 +0700 |
commit | 40fba573f8abd262b3f92ef0343d9947f4f7fdcb (patch) | |
tree | e08b0ef7e451ea16b6ea56d024aa8cf0c730af54 /python/python3-pyproject-metadata/python3-pyproject-metadata.SlackBuild | |
parent | 9c809345ff9f350ec86183bfc37518cf7242f648 (diff) |
python/python3-pyproject-metadata: Updated for version 0.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyproject-metadata/python3-pyproject-metadata.SlackBuild')
-rw-r--r-- | python/python3-pyproject-metadata/python3-pyproject-metadata.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-pyproject-metadata/python3-pyproject-metadata.SlackBuild b/python/python3-pyproject-metadata/python3-pyproject-metadata.SlackBuild index d36329bf18..738c30369b 100644 --- a/python/python3-pyproject-metadata/python3-pyproject-metadata.SlackBuild +++ b/python/python3-pyproject-metadata/python3-pyproject-metadata.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pyproject-metadata -# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyproject-metadata -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.7.1} +SRCNAM=pyproject_metadata +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |