# -*- 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-prompt_toolkit version 3.0.48 revision 0 license BSD platforms {darwin any} supported_archs noarch maintainers nomaintainer description Library for building powerful interactive command lines in Python long_description {*}${description} python.versions 38 39 310 311 312 313 homepage https://github.com/prompt-toolkit/python-prompt-toolkit checksums rmd160 85bbee28ec93b8df2228a02e60980616b55323c5 \ sha256 d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90 \ size 424684 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-wcwidth test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE AUTHORS.rst \ README.rst CHANGELOG ${destroot}${docdir} copy ${worksrcpath}/examples ${destroot}${docdir}/examples } }