aboutsummaryrefslogtreecommitdiff
path: root/editors/py-pynvim
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove py27_*_DEPENDS lines from ports using Python 3.6+ only.Rene Ladan2021-01-091-1/+0
| | | | | | | While here adjust a related comment in graphics/py-traitsui Notes: svn path=/head/; revision=560867
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* editors/py-pynvim: Update to 0.4.2Adam Weinberger2020-11-172-4/+4
| | | | | | | | PR: 250991 Approved by: maintainer Notes: svn path=/head/; revision=555555
* py-pynvim: Update to 0.4.1Adam Weinberger2020-06-092-13/+5
| | | | | | | | PR: 246900 Approved by: maintainer Notes: svn path=/head/; revision=538276
* editors/py-pynvim: update to 0.4.0Tobias C. Berner2020-03-142-4/+9
| | | | | | | | | | [1] https://github.com/neovim/pynvim/commit/f04853121de564ac03b981a984595ea33331ad3e PR: 242065 Submitted by: Thomas Merkel <tm@NetBSD.org> (maintainer), koobs [1] Notes: svn path=/head/; revision=528402
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* Remove neovim from TEST_DEPENDS, and original submitter becomes maintainerAdam Weinberger2019-03-191-5/+6
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=496270
* New port: editors/py-pynvim: Python client and plugin host for NeovimMateusz Piotrowski2019-03-184-0/+50
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 Notes: svn path=/head/; revision=496144