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:30
Message-Id: 1622507266.e2cc23bbc7216f7dbf0d6128171bdea85c9a5a29.sam@gentoo
1 commit: e2cc23bbc7216f7dbf0d6128171bdea85c9a5a29
2 Author: Douglas Agbeve <douglas <AT> agbeve <DOT> com>
3 AuthorDate: Thu May 6 15:13:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 00:27:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cc23bb
7
8 dev-python/neovim-remote: clean up ebuild with python3_9 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 | 4 ++--
15 dev-python/neovim-remote/neovim-remote-9999.ebuild | 6 +++---
16 2 files changed, 5 insertions(+), 5 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 bc366b0cb44..1869b87e59c 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 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_{7,8} )
29 +PYTHON_COMPAT=( python3_{7,8,9} )
30 DISTUTILS_USE_SETUPTOOLS=rdepend
31
32 inherit distutils-r1
33
34 diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild b/dev-python/neovim-remote/neovim-remote-9999.ebuild
35 index 87aa69c3189..c5957ab39af 100644
36 --- a/dev-python/neovim-remote/neovim-remote-9999.ebuild
37 +++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild
38 @@ -1,8 +1,8 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=6
44 -PYTHON_COMPAT=( python3_{7,8} )
45 +EAPI=7
46 +PYTHON_COMPAT=( python3_{7,8,9} )
47
48 inherit distutils-r1