COMMENT = Python plugin support for Neovim MODPY_EGG_VERSION = 0.4.3 DISTNAME = pynvim-${MODPY_EGG_VERSION} PKGNAME = py-neovim-${MODPY_EGG_VERSION} REVISION = 3 CATEGORIES = editors devel HOMEPAGE = https://github.com/neovim/pynvim MAINTAINER = Edd Barrett # Apache-2.0 PERMIT_PACKAGE = Yes MODULES = lang/python MODPY_SETUPTOOLS = Yes MODPY_PI = Yes MODPY_PYTEST = Yes PORTHOME = ${WRKDIR} TEST_ENV = PYTHONPATH=lib FLAVORS = python3 FLAVOR = python3 RUN_DEPENDS = net/py-msgpack${MODPY_FLAVOR} \ devel/py-greenlet${MODPY_FLAVOR} TEST_DEPENDS = editors/neovim # You may need to increase the file descriptor ulimits to run tests. # # Test suite hangs if $HOME isn't valid. # # Some failures: # https://github.com/neovim/pynvim/issues/416 .include