python/python3-pyproject-metadata: Updated for version 0.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-05-07 05:02:53 -06:00 committed by Willy Sudiarto Raharjo
parent 9c809345ff
commit 40fba573f8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pyproject-metadata"
VERSION="0.7.1"
VERSION="0.8.0"
HOMEPAGE="https://github.com/FFY00/python-pyproject-metadata"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyproject_metadata/pyproject-metadata-0.7.1.tar.gz"
MD5SUM="ca5e9527cff96153a976e14530b53746"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyproject_metadata/pyproject_metadata-0.8.0.tar.gz"
MD5SUM="048ef3f91a5ba7c89a33894cb2c7725d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"