# -*- 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-libtmux version 0.37.0 revision 0 categories-append devel supported_archs noarch platforms {darwin any} license MIT maintainers {@egorenar posteo.net:egorenar-dev} \ {@judaew judaew} openmaintainer description Python binding for tmux long_description {*}${description} homepage https://github.com/tmux-python/libtmux checksums rmd160 a9c742cc24234e0a3f800379f76fe553d2f6d115 \ sha256 21955c5dce6332db41abad5e26ae8c4062ef2b9a89099bd57a36f52be1d5270f \ size 256265 python.versions 39 310 311 312 python.pep517 yes python.pep517_backend poetry if {${name} ne ${subport}} { # py-setuptools required by pyproject.toml depends_build-append \ port:py${python.version}-setuptools depends_run-append \ port:tmux post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md LICENSE \ CHANGES ${destroot}${docdir} } }