diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-09 09:56:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-09 11:28:47 +0300 |
commit | 11f0b55888b264a8ef225f0982c7f407cfc2ded2 (patch) | |
tree | 0650e524d490584c949609fe7082d12659fc9b8e /dev-python/sphinxcontrib-programoutput | |
parent | dev-python/sparql-wrapper: treeclean (diff) | |
download | gentoo-11f0b55888b264a8ef225f0982c7f407cfc2ded2.tar.gz gentoo-11f0b55888b264a8ef225f0982c7f407cfc2ded2.tar.bz2 gentoo-11f0b55888b264a8ef225f0982c7f407cfc2ded2.zip |
dev-python/sphinxcontrib-programoutput: EAPI=8, enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-programoutput')
-rw-r--r-- | dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild index 9721801da7c8..9f8470a82176 100644 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild +++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |