# -*- 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-tokenize-rt python.rootname tokenize_rt version 5.0.0 revision 0 categories-append devel supported_archs noarch platforms {darwin any} license MIT maintainers {reneeotten @reneeotten} openmaintainer description A wrapper around the stdlib `tokenize` which roundtrips. long_description {*}${description} homepage https://github.com/asottile/tokenize-rt checksums rmd160 bb584dcba41daf9dded05198bc5a31568a46d7b9 \ sha256 3160bc0c3e8491312d0485171dea861fc160a240f5f5766b72a1165408d10740 \ size 5329 python.versions 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md \ LICENSE ${destroot}${docdir} } }