Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-remote/
Date: Tue, 01 Jun 2021 00:28:31
Message-Id: 1622507267.28d0e09174383192beb3ce997e0ead77588c4b52.sam@gentoo
1 commit: 28d0e09174383192beb3ce997e0ead77588c4b52
2 Author: Douglas Agbeve <douglas <AT> agbeve <DOT> com>
3 AuthorDate: Mon May 24 12:12:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 00:27:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d0e091
7
8 dev-python/neovim-remote: python3_{9..10} support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Douglas Agbeve <douglas <AT> agbeve.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/neovim-remote/neovim-remote-2.4.0.ebuild | 3 ++-
15 dev-python/neovim-remote/neovim-remote-9999.ebuild | 2 +-
16 2 files changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
19 index 1869b87e59c..ec688444a52 100644
20 --- a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
21 +++ b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
22 @@ -2,7 +2,8 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +
28 +PYTHON_COMPAT=( python3_{7..10} )
29 DISTUTILS_USE_SETUPTOOLS=rdepend
30
31 inherit distutils-r1
32
33 diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild b/dev-python/neovim-remote/neovim-remote-9999.ebuild
34 index c5957ab39af..4dbb14c735e 100644
35 --- a/dev-python/neovim-remote/neovim-remote-9999.ebuild
36 +++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild
37 @@ -2,8 +2,8 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 -PYTHON_COMPAT=( python3_{7,8,9} )
42
43 +PYTHON_COMPAT=( python3_{7..10} )
44 inherit distutils-r1
45
46 if [[ ${PV} == 9999 ]]; then