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: Sun, 08 Mar 2020 14:29:49
Message-Id: 1583677559.c7932cae0e22b4cf5439b397579f50d968bfcae8.mgorny@gentoo
1 commit: c7932cae0e22b4cf5439b397579f50d968bfcae8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 13:29:11 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 14:25:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7932cae
7
8 dev-python/sybil: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sybil/sybil-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sybil/sybil-1.2.0.ebuild b/dev-python/sybil/sybil-1.2.0.ebuild
16 index a7c5878a24d..07699278de2 100644
17 --- a/dev-python/sybil/sybil-1.2.0.ebuild
18 +++ b/dev-python/sybil/sybil-1.2.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25 inherit distutils-r1
26
27 DESCRIPTION="Automated testing for the examples in your documentation"