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/sybil/
Date: Fri, 09 Oct 2020 07:16:00
Message-Id: 1602227752.94cfb226e9a9c9cef49cd42e7a5c00780cb1baab.mgorny@gentoo
1 commit: 94cfb226e9a9c9cef49cd42e7a5c00780cb1baab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 07:09:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 07:15:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cfb226
7
8 dev-python/sybil: Port to py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sybil/sybil-1.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sybil/sybil-1.4.0.ebuild b/dev-python/sybil/sybil-1.4.0.ebuild
16 index 3e88978fa0f..b88b887ee52 100644
17 --- a/dev-python/sybil/sybil-1.4.0.ebuild
18 +++ b/dev-python/sybil/sybil-1.4.0.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=rdepend
23 -PYTHON_COMPAT=( python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6..9} )
25 inherit distutils-r1
26
27 DESCRIPTION="Automated testing for the examples in your documentation"