python/mypy: Updated for version 0.660.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f6bbb75e3e
commit
ec6714190e
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for mypy
|
||||
|
||||
# Written by Tim Dickson dickson.tim@googlemail.com
|
||||
# Copyright (c) 2018 Tim Dickson, Scotland
|
||||
# Copyright (c) 2018/9 Tim Dickson, Scotland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# note to self. github source tar.gz misses out typeshed directory contents,
|
||||
# so use pypi.org/project/mypy download tar.gz instead.
|
||||
|
||||
PRGNAM=mypy
|
||||
VERSION=${VERSION:-0.650}
|
||||
VERSION=${VERSION:-0.660}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mypy"
|
||||
VERSION="0.650"
|
||||
VERSION="0.660"
|
||||
HOMEPAGE="https://github.com/python/mypy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/5a/e0/76ab298191fb1d32f50ddb1d0a012c16f493ba6e1b460cc0d351fcf7932a/mypy-0.650.tar.gz"
|
||||
MD5SUM="86b2265619361d932bb01cde16c3e163"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/a4/f6/032e015285905243cff94625367c7a20ba0acbae8e802b740c8a876b2f39/mypy-0.660.tar.gz"
|
||||
MD5SUM="84f429e02229dbe4f6f61f2588afa5d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="typed_ast"
|
||||
|
|
Loading…
Reference in New Issue