# -*- 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-powerline-gitstatus version 1.3.1 revision 1 categories-append sysutils license MIT maintainers {i0ntempest @i0ntempest} openmaintainer supported_archs noarch description A Powerline segment for showing the status of a Git working copy long_description ${description}. checksums rmd160 0c9a3b6b52eae7eefa7f60fb91ed6a0b905aabb1 \ sha256 3552bba58008c1edf4de7fdcde29e52655695b81c05cc00afeed5c147741b54c \ size 19634 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-powerline post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE README.md \ ${destroot}${docdir} } }