summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Tim Dickson2020-06-22 18:07:37 +0200
committer Willy Sudiarto Raharjo2020-06-28 03:16:46 +0200
commit989e79e60c01d9559c3aa80d083015d7807259db (patch)
treebc4cada459c11affdfef49168f5f8dce43e197d3 /python
parent0c373a9b562a62b8f58d53c827f34b08c318c2ff (diff)
downloadslackbuilds-989e79e60c01d9559c3aa80d083015d7807259db.tar.gz
python/mypy: Updated for version 0.781.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/mypy/README9
-rw-r--r--python/mypy/mypy.SlackBuild2
-rw-r--r--python/mypy/mypy.info6
3 files changed, 9 insertions, 8 deletions
diff --git a/python/mypy/README b/python/mypy/README
index 30a174662a..9f86cbc824 100644
--- a/python/mypy/README
+++ b/python/mypy/README
@@ -1,11 +1,12 @@
-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
+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!
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.
+
+This (source) is downloaded from pypi.org/projects/mypy as the mypi
+github site does not have a complete sourcecode zip.
This requires typing-extensions created with python3 present.
diff --git a/python/mypy/mypy.SlackBuild b/python/mypy/mypy.SlackBuild
index ca7041b90d..0a187bd281 100644
--- a/python/mypy/mypy.SlackBuild
+++ b/python/mypy/mypy.SlackBuild
@@ -27,7 +27,7 @@
# so use pypi.org/project/mypy download source tar.gz instead.
PRGNAM=mypy
-VERSION=${VERSION:-0.780}
+VERSION=${VERSION:-0.781}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/mypy/mypy.info b/python/mypy/mypy.info
index 6d8a90c1a8..7cb7f5d0b3 100644
--- a/python/mypy/mypy.info
+++ b/python/mypy/mypy.info
@@ -1,8 +1,8 @@
PRGNAM="mypy"
-VERSION="0.780"
+VERSION="0.781"
HOMEPAGE="https://github.com/python/mypy"
-DOWNLOAD="https://files.pythonhosted.org/packages/21/44/83f5310e042450e7d13c888f41bdd6ab0399c83c08fde13f7f3851efa2cd/mypy-0.780.tar.gz"
-MD5SUM="6593d2eac38b72d1801660b7f70bab92"
+DOWNLOAD="https://files.pythonhosted.org/packages/3f/aa/87fb605648c132e2512e08a3b09fd7c835d1acdb1ff5efc8a90c4bddffa9/mypy-0.781.tar.gz"
+MD5SUM="42bd7e74cb3257caadeed69b2c6ceb77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="typed_ast typing-extensions %README%"