python/mypy: Updated for version 0.770.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2020-03-14 06:26:42 +07:00 committed by Willy Sudiarto Raharjo
parent f4a0113f02
commit c7e81261bb
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for mypy
# Written by Tim Dickson dickson.tim@googlemail.com
# Copyright (c) 2018/9 Tim Dickson, Scotland
# Copyright (c) 2018-20 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
# so use pypi.org/project/mypy download source tar.gz instead.
PRGNAM=mypy
VERSION=${VERSION:-0.761}
VERSION=${VERSION:-0.770}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="mypy"
VERSION="0.761"
VERSION="0.770"
HOMEPAGE="https://github.com/python/mypy"
DOWNLOAD="https://files.pythonhosted.org/packages/71/8a/9afc9f297d482a35cea32dc43fdbf11853eeeb93141738e81ea1b02f09f2/mypy-0.761.tar.gz"
MD5SUM="195d07fece6e4f4625036291846c0bec"
DOWNLOAD="https://files.pythonhosted.org/packages/88/a2/3d82acde5ccff66d38c1ab2b1657a17029ce88db3ea54cde500e188f9637/mypy-0.770.tar.gz"
MD5SUM="54d69434af352a32b6c012d9812e37ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="typed_ast"