Package Details: neovim-remote 2.5.1-1

Git Clone URL: https://aur.archlinux.org/neovim-remote.git (read-only, click to copy)
Package Base: neovim-remote
Description: Support --remote and friends for Neovim
Upstream URL: https://github.com/mhinz/neovim-remote
Licenses: MIT
Submitter: hexchain
Maintainer: hexchain
Last Packager: hexchain
Votes: 50
Popularity: 0.70
First Submitted: 2015-12-21 15:34 (UTC)
Last Updated: 2023-04-04 08:23 (UTC)

Latest Comments

1 2 3 Next › Last »

sudoforge commented on 2023-05-12 10:16 (UTC)

To anyone else encountering the error posted by @fuelen, as a workaround, rebuild the package (ideally in a clean chroot), and then re-install it.

fuelen commented on 2023-05-11 12:15 (UTC)

this is the error I see

$ nvr
Traceback (most recent call last):
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 563, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/nvr", line 33, in <module>
    sys.exit(load_entry_point('neovim-remote==2.5.1', 'console_scripts', 'nvr')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/nvr", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 981, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 565, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for neovim-remote

yashlala commented on 2022-01-29 20:31 (UTC)

Makes sense. Indeed, I have removed my yay's cached build and everything works again. Thank you for the help!

I hear that Shougo is maintaining a fork, but other than a new fix, it hasn't seen much more activity than the original repo.

sudoforge commented on 2022-01-29 19:14 (UTC)

@yashlala, as an AUR package, the consumers (i.e. you) are the ones who build it.

To help users, the maintainer could bump the pkgrel here so that the clients they use (i.e. makepkg, or wrappers like aurutils or yay) will rebuild the "new version".

I should also note here that the upstream project hasn't seen a new commit in a little over two years.

yashlala commented on 2022-01-29 19:11 (UTC)

Still broken as per @sudoforge's comment. Looks like rebuilding does make everything work again -- any chance of that happening soon?

Please let me know if I'm misunderstanding the issue.

sudoforge commented on 2021-12-13 16:10 (UTC) (edited on 2021-12-13 16:13 (UTC) by sudoforge)

Broken with Python 3.10, which is in community as of today.

WORKAROUND: Rebuild the neovim-remote package.

hexchain commented on 2021-08-17 10:40 (UTC)

@m040601: Done, thanks for the comment.

m040601 commented on 2021-08-15 22:05 (UTC) (edited on 2021-08-15 22:12 (UTC) by m040601)

Please add missing files README and bash completion.

The source repository,

.
├── contrib
│   └── completion.bash
├── images
│   ├── demo1.gif
│   └── demo2.gif
├── INSTALLATION.md
├── LICENSE
├── Makefile
├── MANIFEST.in
├── nvr
│   ├── __init__.py
│   └── nvr.py
├── README.md
├── setup.py
└── tests
    └── test_nvr.py

Contains a file "completion.bash" It should end up in something like, "/usr/share/bash-completion/completions/neovim-remote"

Or if you prefer not to enable it by default in, shipt it to "/usr/share/doc/neovim-remote/" ( or even "/usr/share/neovim-remote/")

It also contains a README. It is more than what is provided with "--help".

It describes some use cases, can contain important warnings, and helps to better understand the mechanism how neovim-remote works, which can be tricky some times.

It should end up in "/usr/share/doc/neovim-remote/README"

Thanks in advance.

eggze commented on 2019-11-29 08:47 (UTC)

There is more info about this change, but I still do not know what should be installed in case of AUR: https://github.com/mhinz/neovim-remote/commit/684ad2323bed82a71253f4c1ac9c8300e62e7cff

eggze commented on 2019-11-29 08:44 (UTC)

After the recent update this package stopped working, it's related to this commit: https://github.com/mhinz/neovim-remote/commit/8cb46bdc2360e4f1c58ccc6fc5a0b739a5381c01

I can see this package uses python-pynvim, I tried to install python-neovim-git but it didn't help. I'm not sure what's the correct package to use.