# -*- 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 9d1e64b56bbee8fe7d88e106d647b82c66c12bf2 \
sha256 42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879 \
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 \
port:py${python.version}-typing_extensions