# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-mypy version 0.730 license MIT platforms darwin 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 master_sites pypi:m/mypy distname mypy-${version} checksums rmd160 9d1e64b56bbee8fe7d88e106d647b82c66c12bf2 \ sha256 42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879 \ size 2016329 python.versions 37 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 livecheck.type none } else { livecheck.type pypi }