python/mypy: Updated for version 1.0.0.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
04d3faad1b
commit
e99b57e7f8
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for mypy
|
||||
|
||||
# Written by Tim Dickson dickson.tim@googlemail.com
|
||||
# Copyright (c) 2018-22 Tim Dickson, Scotland
|
||||
# Copyright (c) 2018-23 Tim Dickson, Scotland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mypy
|
||||
VERSION=${VERSION:-0.991}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mypy"
|
||||
VERSION="0.991"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="https://github.com/python/mypy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/0e/5c/fbe112ca73d4c6a9e65336f48099c60800514d8949b4129c093a84a28dc8/mypy-0.991.tar.gz"
|
||||
MD5SUM="e1397abf4b494193749f9b229f6e3308"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/1d/06/9a40050ef10f0e9ddfd667f29e98dd650db31612128e3e8925cda6621944/mypy-1.0.0.tar.gz"
|
||||
MD5SUM="998714b3a1e4df3e00df8227080c6af7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="typing-extensions mypy_extensions"
|
||||
|
|
Loading…
Reference in New Issue