summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/neovim-remote: enable py3.11Sam James2023-02-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/neovim-remote: Bump to 2.4.2Michał Górny2022-05-051-9/+19
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: sync live ebuildSam James2021-06-011-4/+10
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/neovim-remote: python3_{9..10} supportDouglas Agbeve2021-06-011-1/+1
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Douglas Agbeve <douglas@agbeve.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/neovim-remote: clean up ebuild with python3_9 supportDouglas Agbeve2021-06-011-3/+3
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Douglas Agbeve <douglas@agbeve.com> Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: Enable py3.{7,8}Michał Górny2020-04-241-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pynvim: Rename from dev-python/neovim-python-clientMatt Turner2020-02-041-1/+1
| | | | | Closes: https://bugs.gentoo.org/684310 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: new package.Aric Belsito2018-01-051-0/+26
neovim-remote is an implementation of vim's remote server controls using dev-python/neovim-python-client's msgpack rpc api and a separate `nvr` binary. If https://github.com/neovim/neovim/issues/1750 gets resolved, it won't be necessary anymore. Closes: https://bugs.gentoo.org/576814 Closes: https://github.com/gentoo/gentoo/pull/5677