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:
parent
4fb86ec65a
commit
1daa011fd0
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for python3-pure_eval
|
# Slackware build script for python3-pure_eval
|
||||||
|
|
||||||
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
|
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
|
||||||
|
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-pure_eval
|
PRGNAM=python3-pure_eval
|
||||||
SRCNAM=pure_eval
|
SRCNAM=pure_eval
|
||||||
VERSION=${VERSION:-0.2.2}
|
VERSION=${VERSION:-0.2.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3-pure_eval"
|
PRGNAM="python3-pure_eval"
|
||||||
VERSION="0.2.2"
|
VERSION="0.2.3"
|
||||||
HOMEPAGE="https://github.com/alexmojaki/pure_eval"
|
HOMEPAGE="https://github.com/alexmojaki/pure_eval"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pure_eval/pure_eval-0.2.2.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pure_eval/pure_eval-0.2.3.tar.gz"
|
||||||
MD5SUM="212fd27ca2c58d9effddec69748d738a"
|
MD5SUM="d545186f2c899d9dd273c03d71b7ffb7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue