# -*- 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-typed-ast version 1.5.5 revision 0 categories-append devel license Apache-2 maintainers {reneeotten @reneeotten} openmaintainer description A fork of Python 2 and 3 ast modules with type comment support. long_description ${description} homepage https://github.com/python/typed_ast distname typed_ast-${version} checksums rmd160 bbe01e0298a7ba0cf6c76045665b4ff3711f28c1 \ sha256 94282f7a354f36ef5dbce0ef3467ebf6a258e370ab33d5b40c249fa996e590dd \ size 252841 python.versions 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md LICENSE \ ${destroot}${docdir} } }