commit: f3767807402e56eeb03edab3afde3e61a8710799 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 31 16:34:13 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 31 17:17:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3767807
dev-python/namespace-sphinxcontrib: Port to py39 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild b/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild index e31328fe96e..6eb0c2ebaed 100644 --- a/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild +++ b/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python{2_7,3_{6..9}} ) inherit python-r1 DESCRIPTION="Namespace package declaration for sphinxcontrib"