# -*- 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_extensions version 0.4.3 license MIT platforms darwin maintainers {toby @tobypeterson} openmaintainer description Experimental type system extensions for programs checked with the mypy typechecker long_description The “mypy_extensions” module defines experimental extensions to \ the standard “typing” module that are supported by the mypy typechecker. homepage https://github.com/python/mypy_extensions master_sites pypi:m/mypy_extensions distname mypy_extensions-${version} checksums rmd160 306ba2ae878f4de0872dc233333f6698869b5d4f \ sha256 2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8 \ size 4252 python.versions 37 38 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }