This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Python > mypy (0.812)

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 requires typing-extensions created with python3 present.

This requires: typed_ast, typing-extensions, mypy_extensions

Maintained by: Tim Dickson
Keywords: mypy
ChangeLog: mypy

Homepage:
https://github.com/python/mypy

Source Downloads:
mypy-0.812.tar.gz (ba137961f1aa570fb8af920201c62014)

Download SlackBuild:
mypy.tar.gz
mypy.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
mypy.SlackBuild
mypy.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds