mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
python/mypy: Updated for version 0.650.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
13f7d58ba0
commit
fb0f1108bb
3 changed files with 7 additions and 5 deletions
|
@ -5,3 +5,5 @@ 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.ord/projects/mypy as the mypi github
|
||||
site does not have a complete sourcecode zip.
|
||||
|
|
2
python/mypy/mypy.SlackBuild
Normal file → Executable file
2
python/mypy/mypy.SlackBuild
Normal file → Executable file
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mypy
|
||||
VERSION=${VERSION:-0.641}
|
||||
VERSION=${VERSION:-0.650}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mypy"
|
||||
VERSION="0.641"
|
||||
HOMEPAGE="https://pypi.org/project/mypy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/a1/b9/e2063c8f933c1cfebef5dcd7325e07b927cf5a5cef60772aaad5eb903a0f/mypy-0.641.tar.gz"
|
||||
MD5SUM="0482206562efb299160a49f01221254f"
|
||||
VERSION="0.650"
|
||||
HOMEPAGE="https://github.com/python/mypy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/5a/e0/76ab298191fb1d32f50ddb1d0a012c16f493ba6e1b460cc0d351fcf7932a/mypy-0.650.tar.gz"
|
||||
MD5SUM="86b2265619361d932bb01cde16c3e163"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="typed_ast"
|
||||
|
|
Loading…
Reference in a new issue