NOTICE: This package has been removed from pkgsrc

./wip/py-neovim, Python client to Neovim

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.4.3, Package name: py39-neovim-0.4.3, Maintainer: pkgsrc-users

Python client for neovim

This library provides Python support in neovim through it's msgpack-rpc API


Required to run:
[devel/py-setuptools] [devel/py-msgpack] [lang/python37]

Required to build:
[pkgtools/cwrappers] [devel/py-test-runner]

Master sites:

RMD160: 2e2028bd8731690e8dd942679b4d77140d2fd69c
Filesize: 54.921 KB

Version history: (Expand)


CVS history: (Expand)


   2015-08-11 00:59:31 by jonthn | Files touched by this commit (3)
Log message:
Update to 0.0.38

Changes since 0.0.37:

    support async command and eval #111
    call vimscript functions using vim_call_function #130
    fix AttributeError due to ui events change #133

Changes since 0.0.36:

    handle decoding for rplugin methods the same as for api calls. #129
   2015-06-23 23:41:02 by jonthn | Files touched by this commit (4)
Log message:
Update to 0.0.36 and fix it for all supported Python version

Fix PLIST (by setting the correct EGG_NAME in Makefile)
Add patch to remove 'pynvim' (only supported in Python 2.7)

Changes since 0.0.35:

    78bc4c0 setup: Fix pynvim dependencies. #122
    17ca924 Python 3 host: Handle byte strings for specs requests. #121
    7f5b1d0 Disable cythonizing screen.py for Python 3. #120
    5b42d8d Disable GUI for Python 3. #119

Changes since 0.0.34: (approximately by looking through commitlog)

    Provide exception trackeback in error
    Add wrapper form vim command output
    Use separate log files for different clients 
   2015-04-18 17:35:19 by jonthn | Files touched by this commit (3)
Log message:
Update python-client for neovim to 0.0.34

   Fixes for Python3 support
   Changes for new API in neovim
   Other fixes
   2015-01-25 16:22:09 by jonthn | Files touched by this commit (3)
Log message:
Update py-neovim to 0.0.26
   2015-01-03 13:40:10 by jonthn | Files touched by this commit (4)
Log message:
Import py27-neovim-0.0.25 as wip/py-neovim.

Library for scripting Nvim processes through it's msgpack-rpc API