diff options
author | Douglas Agbeve <douglas@agbeve.com> | 2021-05-06 17:13:55 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 00:27:46 +0000 |
commit | e2cc23bbc7216f7dbf0d6128171bdea85c9a5a29 (patch) | |
tree | 86bb25eb529b887334f0c86b7984f0b2b1d84647 /dev-python/neovim-remote | |
parent | media-sound/beets: Clean old ebuild (diff) | |
download | gentoo-e2cc23bbc7216f7dbf0d6128171bdea85c9a5a29.tar.gz gentoo-e2cc23bbc7216f7dbf0d6128171bdea85c9a5a29.tar.bz2 gentoo-e2cc23bbc7216f7dbf0d6128171bdea85c9a5a29.zip |
dev-python/neovim-remote: clean up ebuild with python3_9 support
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Douglas Agbeve <douglas@agbeve.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/neovim-remote')
-rw-r--r-- | dev-python/neovim-remote/neovim-remote-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/neovim-remote/neovim-remote-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 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 bc366b0cb44e..1869b87e59cf 100644 --- a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild +++ b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild b/dev-python/neovim-remote/neovim-remote-9999.ebuild index 87aa69c3189d..c5957ab39af9 100644 --- a/dev-python/neovim-remote/neovim-remote-9999.ebuild +++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |