mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/mypy: Updated for version 0.720.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f7132c6dda
commit
d55b879e63
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
# so use pypi.org/project/mypy download tar.gz instead.
|
||||
|
||||
PRGNAM=mypy
|
||||
VERSION=${VERSION:-0.711}
|
||||
VERSION=${VERSION:-0.720}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mypy"
|
||||
VERSION="0.711"
|
||||
VERSION="0.720"
|
||||
HOMEPAGE="https://github.com/python/mypy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e4/d4/1d3b88e9fb8719669cd0ac35ef11011d2701fb9c13c3c8fa824bbdbb6fb4/mypy-0.711.tar.gz"
|
||||
MD5SUM="7576f2d304c9155e3f4727ce350ef694"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/3f/01/63713094a764280a425badbb603a1896edd403532c05fcd0a6d91779d784/mypy-0.720.tar.gz"
|
||||
MD5SUM="ae3f2772193f0bfe0f7182993daef051"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="typed_ast"
|
||||
|
|
Loading…
Reference in a new issue