diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-02-01 01:05:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-01 18:48:59 +0700 |
commit | ec6714190e93500f90e7ce1f47a928e4ec6fcff2 (patch) | |
tree | cf9a6ef7c99a0e7097ab5b66c73f40859fd0672c /python/mypy/mypy.SlackBuild | |
parent | f6bbb75e3ef117307c9a46c19cd0728c6ea897a5 (diff) |
python/mypy: Updated for version 0.660.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/mypy/mypy.SlackBuild')
-rw-r--r--[-rwxr-xr-x] | python/mypy/mypy.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/mypy/mypy.SlackBuild b/python/mypy/mypy.SlackBuild index b4f3e5cadc78e..b0eadd5780c74 100755..100644 --- a/python/mypy/mypy.SlackBuild +++ b/python/mypy/mypy.SlackBuild @@ -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} |