python/python3-pure_eval: Updated for version 0.2.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-07-23 16:48:31 -07:00 committed by Willy Sudiarto Raharjo
parent 4fb86ec65a
commit 1daa011fd0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
# Slackware build script for python3-pure_eval
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pure_eval
SRCNAM=pure_eval
VERSION=${VERSION:-0.2.2}
VERSION=${VERSION:-0.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pure_eval"
VERSION="0.2.2"
VERSION="0.2.3"
HOMEPAGE="https://github.com/alexmojaki/pure_eval"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pure_eval/pure_eval-0.2.2.tar.gz"
MD5SUM="212fd27ca2c58d9effddec69748d738a"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pure_eval/pure_eval-0.2.3.tar.gz"
MD5SUM="d545186f2c899d9dd273c03d71b7ffb7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""