python/python3-trove-classifiers: Updated for version 2023.5.2.

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:34:52 -06:00 committed by Willy Sudiarto Raharjo
parent 872ab449c9
commit b736b197fd
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)
PRGNAM=python3-trove-classifiers
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-2023.3.9}
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2023.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-trove-classifiers"
VERSION="2023.3.9"
VERSION="2023.5.2"
HOMEPAGE="https://github.com/pypa/trove-classifiers"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-2023.3.9.tar.gz"
MD5SUM="a6f067864204e57551a5a3f1dfdb99de"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-2023.5.2.tar.gz"
MD5SUM="1cb4c728206aa3feeb3c260fd9a21466"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-calver"