# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {toby @tobypeterson} openmaintainer
description Optional static typing for Python
long_description Add type annotations to your Python programs, and use mypy to \
type check them. Mypy is essentially a Python linter on steroids, \
and it can catch many programming errors by analyzing your \
program, without actually having to run it. Mypy has a powerful \
type system with features such as type inference, gradual typing, \
generics and union types.
homepage http://www.mypy-lang.org
checksums rmd160 5b61a23d2a0ec982a20902e620f0bf4912c9665f \
sha256 5764f10d27b2e93c84f70af5778941b8f4aa1379b2430f85c827e0f5464e8714 \
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-mypy_extensions \
port:py${python.version}-typed-ast