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/sphinxcontrib-websupport/
Date: Mon, 16 Jul 2018 19:57:32
Message-Id: 1531771032.2d31c00c426ac99397fb86ddb42407652f987f63.mgorny@gentoo
1 commit: 2d31c00c426ac99397fb86ddb42407652f987f63
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 20:15:40 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 19:57:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d31c00c
7
8 dev-python/sphinxcontrib-websupport: Enable py3.7
9
10 .../sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild
14 index 9d9db414ce3..ac62b3309fa 100644
15 --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild
16 +++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
23
24 inherit distutils-r1