# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup neovim python-client 0.1.13 name py-neovim revision 1 maintainers g5pw openmaintainer description Python client for Neovim long_description ${description}. Implements support for python plugins in \ Nvim. Also works as a library for connecting to and \ scripting Nvim processes through its msgpack-rpc API. platforms darwin license Apache-2 supported_archs noarch python.versions 27 35 36 if { ${name} ne ${subport} } { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-msgpack \ port:py${python.version}-greenlet if { ${python.version} == 27 } { depends_lib-append port:py${python.version}-trollius } checksums rmd160 3f6f68d2ce2fec967ea2467a67cc618528c4dc72 \ sha256 5f3cf3ccc7d01775f5cee7721d4d3743f29158fbcb3f9ca73c5755587228f5a2 livecheck.type none }