Port details |
- py-pynvim Python client and plugin host for Neovim
- 0.4.3 editors
=0 0.4.3Version of this port present on the latest quarterly branch. - Maintainer: tm@NetBSD.org
 - Port Added: 2019-03-18 13:23:20
- Last Update: 2021-04-09 21:31:09
- Commit Hash: 3376d30
- Also Listed In: python
- License: APACHE20
- Description:
- 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/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pynvim>0:editors/py-pynvim@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/editors/py-pynvim/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/py-pynvim
- pkg install py38-pynvim
NOTE: This is a Python port. Instead of py38-pynvim listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pynvim
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1617985848
SHA256 (pynvim-0.4.3.tar.gz) = 3a795378bde5e8092fbeb3a1a99be9c613d2685542f1db0e5c6fd467eed56dff
SIZE (pynvim-0.4.3.tar.gz) = 56239
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-msgpack>=0.5.0 : devel/py-msgpack@py38
- py38-greenlet>=0 : devel/py-greenlet@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- editors_py-pynvim
- USES:
- python:3.6+
- pkg-message:
- For install:
- In order to use pynvim in Neovim it is required to specify add the following line
to ~/.config/nvim/init.vim:
let g:python3_host_prog='/usr/local/bin/python3.8'
See Neovim Wiki for more information:
https://github.com/neovim/neovim/wiki/Installing-Neovim
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Apr 2021 21:31:09 0.4.3
|
Adam Weinberger (adamw)  |
edtors/py-pynvim: Update to 0.4.3
PR: 254925
Approved by: maintainer |
07 Apr 2021 08:09:01 0.4.2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.4.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jan 2021 14:33:53
0.4.2
|
rene  |
Remove py27_*_DEPENDS lines from ports using Python 3.6+ only.
While here adjust a related comment in graphics/py-traitsui |
28 Dec 2020 23:02:15
0.4.2
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
17 Nov 2020 13:41:30
0.4.2
|
adamw  |
editors/py-pynvim: Update to 0.4.2
PR: 250991
Approved by: maintainer |
09 Jun 2020 05:10:03
0.4.1
|
adamw  |
py-pynvim: Update to 0.4.1
PR: 246900
Approved by: maintainer |
14 Mar 2020 08:38:33
0.4.0
|
tcberner  |
editors/py-pynvim: update to 0.4.0
[1]
https://github.com/neovim/pynvim/commit/f04853121de564ac03b981a984595ea33331ad3e
PR: 242065
Submitted by: Thomas Merkel <tm@NetBSD.org> (maintainer), koobs [1] |
13 Aug 2019 16:03:12
0.3.2
|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
19 Mar 2019 16:15:45
0.3.2
|
adamw  |
Remove neovim from TEST_DEPENDS, and original submitter becomes maintainer
My intention is to add an OPTION for pynvim to the neovim port, which
means that this port cannot depend upon neovim. Change do-test to a
maintainer-test target that gives some instructions.
Also, per original PR and at request of 0mp, pass maintainership to
Thomas Merkel, the submitter of the original py-pynvim PR.
PR: 236571
Approved by: 0mp |
18 Mar 2019 13:23:03
0.3.2
|
0mp  |
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 |