diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 02:34:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:20 +0700 |
commit | b736b197fdf4c496381826316145b90b848b41a0 (patch) | |
tree | eb3855324dbbccddff14189d4ea779b72b288199 /python/python3-trove-classifiers | |
parent | 872ab449c9f44cd5f5230c1b498828acba38e455 (diff) |
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>
Diffstat (limited to 'python/python3-trove-classifiers')
-rw-r--r-- | python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-trove-classifiers/python3-trove-classifiers.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild index 7e4699e0c16d..c2b0717f5ef0 100644 --- a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild +++ b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild @@ -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} diff --git a/python/python3-trove-classifiers/python3-trove-classifiers.info b/python/python3-trove-classifiers/python3-trove-classifiers.info index 5fde008d6c38..90e9fabab55c 100644 --- a/python/python3-trove-classifiers/python3-trove-classifiers.info +++ b/python/python3-trove-classifiers/python3-trove-classifiers.info @@ -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" |