Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/namespace-sphinxcontrib/
Date: Sun, 31 May 2020 17:17:14
Message-Id: 1590945420.f3767807402e56eeb03edab3afde3e61a8710799.mgorny@gentoo
1 commit: f3767807402e56eeb03edab3afde3e61a8710799
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 16:34:13 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 17:17:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3767807
7
8 dev-python/namespace-sphinxcontrib: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild b/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
16 index e31328fe96e..6eb0c2ebaed 100644
17 --- a/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
18 +++ b/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2020 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
27 +PYTHON_COMPAT=( pypy3 python{2_7,3_{6..9}} )
28 inherit python-r1
29
30 DESCRIPTION="Namespace package declaration for sphinxcontrib"