# -*- 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 github 1.0 PortGroup python 1.0 github.setup dbader pytest-mypy 0.10.3 v revision 1 name py-${github.project} platforms {darwin any} license MIT maintainers nomaintainer supported_archs noarch description Mypy static type checker plugin for pytest long_description {*}${description} checksums rmd160 6feec0c7d59e250d7a616e1358669337217386a5 \ sha256 ceccf135b235e30be093b7f8be3e681accee9657baa690364d06ba73ad8b089b \ size 12822 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_run-append \ port:py${python.version}-attrs \ port:py${python.version}-filelock \ port:py${python.version}-mypy test.run yes }