mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/typing-extensions: Updated for version 4.11.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c402e2ff8
commit
c83a0a289f
2 changed files with 5 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr>
|
||||
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,14 +24,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220404 bkw: Modified by SlackBuilds.org, BUILD=2:
|
||||
# - name SlackBuild correctly in doc dir.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=typing-extensions
|
||||
PKGNAM=typing_extensions
|
||||
VERSION=${VERSION:-4.8.0}
|
||||
VERSION=${VERSION:-4.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="typing-extensions"
|
||||
VERSION="4.8.0"
|
||||
VERSION="4.11.0"
|
||||
HOMEPAGE="https://pypi.org/project/typing-extensions/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.8.0.tar.gz"
|
||||
MD5SUM="74bafe841fbd1c27324afdeb099babdf"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.11.0.tar.gz"
|
||||
MD5SUM="6b89642c3d08d034dbc9f3d97c6d735d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build"
|
||||
|
|
Loading…
Reference in a new issue