svn commit: r496144 - in head/editors: . py-pynvim py-pynvim/files

Adam Weinberger adamw at freebsd.org
Tue Mar 19 08:00:13 UTC 2019


On Mon, Mar 18, 2019 at 7:23 AM Mateusz Piotrowski <0mp at freebsd.org> wrote:
>
> Author: 0mp
> Date: Mon Mar 18 13:23:02 2019
> New Revision: 496144
> URL: https://svnweb.freebsd.org/changeset/ports/496144
>
> Log:
>   New port: editors/py-pynvim: Python client and plugin host for Neovim
>
>   Pynvim implements support for python plugins in Nvim. It also works as a
>   library for connecting to and scripting Nvim processes through its
>   msgpack-rpc API.
>
>   WWW: https://pynvim.readthedocs.io/en/latest/
>
>   Reviewed by:  mat
>   Approved by:  mat (mentor)
>   Differential Revision:        https://reviews.freebsd.org/D19597

Thanks for adding this! I'd like to make an OPTION for this in neovim,
but there would be a circular dependency in the TEST_DEPENDS. What
would you think about removing neovim from the py-pynvim TEST_DEPENDS?
It would necessarily break 'make test' for py-pynvim, but the option
would be a benefit to end-users. What are your thoughts on this?

# Adam


-- 
Adam Weinberger
adamw at adamw.org // adamw at FreeBSD.org
https://www.adamw.org


More information about the svn-ports-all mailing list