# -*- 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                neovim-remote
version             2.5.1
revision            0

categories          sysutils editors
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Control nvim processes using "nvr" commandline tool
long_description \
    This package provides an executable called nvr which allows you to \
    control nvim processes from the shell and open files within :terminal \
    without starting a nested nvim process.

homepage            https://github.com/mhinz/${name}

checksums           rmd160  41946f9397d515ee5d98537017a1d2d94a767817 \
                    sha256  4b3cc35463544c5747c895c52a0343cfdbba15d307647d7f57f1cce0c6a27d02 \
                    size    16010

python.default_version \
                    311

depends_lib-append \
                    port:py${python.version}-setuptools

depends_run-append \
                    port:py${python.version}-neovim \
                    port:py${python.version}-psutil
