commit:     ae339d284a45e457215493daf1b3a9e2944bb263
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 10:21:54 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 10:26:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae339d28

dev-python/neovim-remote: stylize 2.4.0 ebuild, use d_e_t

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/neovim-remote/neovim-remote-2.4.0.ebuild | 16 ++++------------
 1 file changed, 4 insertions(+), 12 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 0516b6e481b..e8e8df1ecd2 100644
--- a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
@@ -19,22 +19,14 @@ DESCRIPTION="A tool that helps control neovim processes"
 HOMEPAGE="https://github.com/mhinz/neovim-remote";
 LICENSE="MIT"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-python/pynvim[${PYTHON_USEDEP}]
        dev-python/psutil[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
 "
 
-DEPEND="${RDEPEND}
-       test? (
-               app-editors/neovim
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )
-"
+distutils_enable_tests pytest
 
-python_test() {
-       pytest -vv || die
-}
+BDEPEND+="
+       test? ( app-editors/neovim )
+"

Reply via email to