# -*- 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.43 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 homepage https://github.com/prompt-toolkit/python-prompt-toolkit checksums rmd160 b61f192b100dd0ad9b229adf10a70453a1246783 \ sha256 3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d \ size 425733 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 } }