mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/mypy: Updated for version 0.982.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9813bad4cf
commit
2ba6a97dec
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mypy
|
||||
VERSION=${VERSION:-0.971}
|
||||
VERSION=${VERSION:-0.982}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mypy"
|
||||
VERSION="0.971"
|
||||
VERSION="0.982"
|
||||
HOMEPAGE="https://github.com/python/mypy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/5e/66/00f7f751140fe6953603fb0cd56dee0314842cfe358884ca3025589ca81c/mypy-0.971.tar.gz"
|
||||
MD5SUM="9aed5fdbfede36bb5d5d397773dd1e6a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/0d/75/a1ec1af4153f7b7ae825705ada667bf445418277153c76972ba0ad782bb9/mypy-0.982.tar.gz"
|
||||
MD5SUM="cf404c42f555b3af67a9e4b7c0ed2881"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="typing-extensions mypy_extensions"
|
||||
|
|
Loading…
Reference in a new issue