# -*- 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.1 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 http://www.mypy-lang.org master_sites pypi:m/mypy_extensions distname mypy_extensions-${version} checksums rmd160 a894abb0f05f169f059e39761d7dcf0f37afd12d \ sha256 37e0e956f41369209a3d5f34580150bcacfabaa57b33a15c0b25f4b5725e0812 \ size 4048 python.versions 37 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }