summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/*: add pypi remote-idsMichał Górny2020-12-111-0/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: Remove oldMichał Górny2020-10-222-37/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: stylize 2.4.0 ebuild, use d_e_tJoonas Niilola2020-09-291-12/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/neovim-remote: version bump to 2.4.0Jeffrey Lin2020-09-292-0/+41
| | | | | | | | Closes: https://bugs.gentoo.org/738018 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Closes: https://github.com/gentoo/gentoo/pull/17391 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/neovim-remote: Enable py3.{7,8}Michał Górny2020-04-242-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: Remove redundant versionsMichał Górny2020-03-284-101/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pynvim: Rename from dev-python/neovim-python-clientMatt Turner2020-02-045-5/+5
| | | | | Closes: https://bugs.gentoo.org/684310 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-055-10/+10
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: version bump to 2.2.1Jeffrey Lin2019-10-092-0/+37
| | | | | | | | Closes: https://bugs.gentoo.org/696636 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Closes: https://github.com/gentoo/gentoo/pull/13177 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/neovim-remote: version bump to 2.1.7Jeffrey Lin2019-05-192-0/+37
| | | | | | | | Closes: https://bugs.gentoo.org/684316 Closes: https://github.com/gentoo/gentoo/pull/11874 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* dev-python/neovim-remote: Add ~arm keyword wrt bug #676688Mikle Kolyada2019-04-201-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="~arm"
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: take over as maintainerJeffrey Lin2018-11-021-2/+9
| | | | | | | Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10208 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: version bump to 2.1.0Jeffrey Lin2018-11-022-0/+37
| | | | | | Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/neovim-remote: Maintainer retiredJonas Stein2018-07-071-10/+3
| | | | | | Proxied maintainer retired. Bug: https://bugs.gentoo.org/617928 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/neovim-remote: new package.Aric Belsito2018-01-054-0/+65
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