mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/typing-extensions: Update for 3.10.0.2 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df1cd33116
commit
898142fa30
3 changed files with 9 additions and 8 deletions
|
@ -11,9 +11,9 @@ typing-extensions:
|
|||
typing-extensions: The typing module was added to the standard library in Python 3.5 on
|
||||
typing-extensions: a provisional basis and will no longer be provisional in Python 3.7.
|
||||
typing-extensions: However, this means users of Python 3.5 - 3.6 who are unable to
|
||||
typing-extensions: upgrade willnot be able to take advantage of new types added to the
|
||||
typing-extensions: upgrade will not be able to take advantage of new types added to the
|
||||
typing-extensions: typing module, such as typing.Text or typing.Coroutine.
|
||||
typing-extensions:
|
||||
typing-extensions:
|
||||
typing-extensions: Homepage: https://pypi.org/project/typing-extensions/
|
||||
typing-extensions: Homepage: https://pypi.org/project/typing-extensions/
|
||||
typing-extensions:
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# SlackBuild build script for typing-extensions
|
||||
|
||||
# Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr>
|
||||
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.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=typing-extensions
|
||||
PKGNAM=typing_extensions
|
||||
VERSION=${VERSION:-3.7.4.1}
|
||||
VERSION=${VERSION:-3.10.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="typing-extensions"
|
||||
VERSION="3.7.4.1"
|
||||
VERSION="3.10.0.2"
|
||||
HOMEPAGE="https://pypi.org/project/typing-extensions/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e7/dd/f1713bc6638cc3a6a23735eff6ee09393b44b96176d3296693ada272a80b/typing_extensions-3.7.4.1.tar.gz"
|
||||
MD5SUM="566292497a533981216e1d05a7c00fd3"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/ed/12/c5079a15cf5c01d7f4252b473b00f7e68ee711be605b9f001528f0298b98/typing_extensions-3.10.0.2.tar.gz"
|
||||
MD5SUM="ed80ecc8eac5cb15840535ca54eb43f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Prof. HORSTMANN"
|
||||
EMAIL="wmh@eipg.fr"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
Loading…
Reference in a new issue