# -*- 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.701 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 5b61a23d2a0ec982a20902e620f0bf4912c9665f \ sha256 5764f10d27b2e93c84f70af5778941b8f4aa1379b2430f85c827e0f5464e8714 \ size 1854439 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 livecheck.type none } else { livecheck.type pypi }