summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-09 09:56:18 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-09 11:28:47 +0300
commit11f0b55888b264a8ef225f0982c7f407cfc2ded2 (patch)
tree0650e524d490584c949609fe7082d12659fc9b8e
parentdev-python/sparql-wrapper: treeclean (diff)
downloadgentoo-11f0b558.tar.gz
gentoo-11f0b558.tar.bz2
gentoo-11f0b558.zip
dev-python/sphinxcontrib-programoutput: EAPI=8, enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild4
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