Commit Graph

18 Commits

Author SHA1 Message Date
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
6400c91455 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:14 +00:00
sthen
a67174bbe3 py-neovim: drop RDEP on py-uv, it was only used for python 2 (and py-uv
is abandoned upstream). ok edd@
2022-08-27 09:29:41 +00:00
naddy
b2cbb03f33 drop RCS Ids 2022-03-11 18:58:26 +00:00
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
sthen
fd91f49ea2 add missing TDEP on neovim, use MODPY_PYTEST 2021-10-31 19:17:05 +00:00
paco
742bbb914b update editors/py-neovim to 0.4.3
While here, make it python3 only.

ok edd@ (maintainer)
2021-07-18 09:20:57 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
edd
9685e5a778 editors/py-neovim: Simple update to version 0.4.1.
To accompany the neovim update.
2020-08-18 19:17:28 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
edd
60c47aaa2f Update editors/py-neovim to version 0.4.0.
OK sthen@, thanks!
2019-11-20 13:44:36 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
edd
5532d7814b Update Python bindings to neovim to 0.3.2.
Upstream has renamed the bindings, but for now we keep the old name.

OK sthen@, thanks!
2019-03-17 13:15:34 +00:00
edd
7e1e576371 editors/py-neovim: Update to 0.2.6.
From Jon Bernard, thanks for sending this in!

OK abieber@, sthen@. Thanks.
2018-07-01 14:21:36 +00:00
edd
942c3170e9 Update editors/py-neovim to 0.2.0.
OK awolk@, abieber@. Thanks.
2017-12-02 12:30:56 +00:00
edd
a838da6ac4 Import editors/py-neovim.
---8<---
Implements support for python plugins in Nvim. Also works as a library for
connecting to and scripting Nvim processes through its msgpack-rpc API.
--->8---

OK tb@. Thanks!
2017-05-12 10:14:09 +00:00