python/mypy: Updated for version 0.782.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2020-09-03 12:10:01 +01:00 committed by Willy Sudiarto Raharjo
parent 74383f0f19
commit ed37f6c3f2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 7 deletions

View file

@ -1,11 +1,10 @@
Mypy is an optional static type checker for Python. You can add type
hints (PEP 484) to your Python programs, and use mypy to type check them
statically. Find bugs in your programs without even running them!
hints (PEP 484) to your Python programs, and use mypy to type check
them statically. Find bugs in your programs without even running them!
You can mix dynamic and static typing in your programs. You can always
fall back to dynamic typing when static typing is not convenient, such
as for legacy code.
This (source) is downloaded from pypi.org/projects/mypy as the mypi
github site does not have a complete sourcecode zip.

View file

@ -27,7 +27,7 @@
# so use pypi.org/project/mypy download source tar.gz instead.
PRGNAM=mypy
VERSION=${VERSION:-0.781}
VERSION=${VERSION:-0.782}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mypy"
VERSION="0.781"
VERSION="0.782"
HOMEPAGE="https://github.com/python/mypy"
DOWNLOAD="https://files.pythonhosted.org/packages/3f/aa/87fb605648c132e2512e08a3b09fd7c835d1acdb1ff5efc8a90c4bddffa9/mypy-0.781.tar.gz"
MD5SUM="42bd7e74cb3257caadeed69b2c6ceb77"
DOWNLOAD="https://files.pythonhosted.org/packages/60/18/8586a7706781744aaa805dda4568fab4f0944455486822d7318e4dcee2bc/mypy-0.782.tar.gz"
MD5SUM="16f9b6f41d0827b970d1fbda5d92872f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="typed_ast typing-extensions %README%"