diff options
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} |