summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 18:34:13 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 19:17:00 +0200
commitf3767807402e56eeb03edab3afde3e61a8710799 (patch)
treee65bba94b084ccc157dba327fcd530e30de67b10 /dev-python/namespace-sphinxcontrib
parentdev-python/whoosh: Port to py39 (diff)
downloadgentoo-f3767807402e56eeb03edab3afde3e61a8710799.tar.gz
gentoo-f3767807402e56eeb03edab3afde3e61a8710799.tar.bz2
gentoo-f3767807402e56eeb03edab3afde3e61a8710799.zip
dev-python/namespace-sphinxcontrib: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/namespace-sphinxcontrib')
-rw-r--r--dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild4
1 files 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 e31328fe96e9..6eb0c2ebaede 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"