From bd388adb0bb1a37d67f28045b42d8c2e88eb0080 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 1 Jun 2021 00:27:27 +0000 Subject: [PATCH] dev-python/neovim-remote: sync live ebuild Signed-off-by: Sam James --- .../neovim-remote/neovim-remote-2.4.0.ebuild | 4 ++-- dev-python/neovim-remote/neovim-remote-9999.ebuild | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild index ec688444a52ab..24fb72fd1950c 100644 --- a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild +++ b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild @@ -5,19 +5,19 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mhinz/${PN}.git" else - KEYWORDS="~amd64 ~arm" SRC_URI="https://github.com/mhinz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm" fi DESCRIPTION="A tool that helps control neovim processes" HOMEPAGE="https://github.com/mhinz/neovim-remote" + LICENSE="MIT" SLOT="0" diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild b/dev-python/neovim-remote/neovim-remote-9999.ebuild index 4dbb14c735ef2..15b4a3d9ac79a 100644 --- a/dev-python/neovim-remote/neovim-remote-9999.ebuild +++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild @@ -10,17 +10,23 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mhinz/${PN}.git" else - KEYWORDS="~amd64" SRC_URI="https://github.com/mhinz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm" fi DESCRIPTION="A tool that helps control neovim processes" HOMEPAGE="https://github.com/mhinz/neovim-remote" + LICENSE="MIT" SLOT="0" RDEPEND=" dev-python/pynvim[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/psutil[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +BDEPEND+=" + test? ( app-editors/neovim ) +"