# -*- 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 PortGroup github 1.0 github.setup powerline powerline 2.8.3 revision 0 name py-powerline categories-append sysutils license MIT maintainers {i0ntempest @i0ntempest} openmaintainer description The ultimate statusline/prompt utility long_description Powerline is a statusline plugin for vim, and provides \ statuslines and prompts for several other applications, \ including zsh, bash, tmux, IPython, Awesome and Qtile. checksums rmd160 f115cf6ef124379ef258ad893ab03b0b99a2ef37 \ sha256 ff5930583d455a6ddb440009de235156b459a1f5c4a4787dc934d5cbaf8f370e \ size 368599 python.versions 39 310 311 312 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} CONTRIBUTING.rst LICENSE \ README.rst ${destroot}${docdir} } }