Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bert/
Date: Thu, 23 Apr 2020 18:01:40
Message-Id: 1587664890.57399181e3caa44192257f7c916e64de6a213897.blueness@gentoo
1 commit: 57399181e3caa44192257f7c916e64de6a213897
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 18:01:15 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 18:01:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57399181
7
8 dev-python/bert: add python 3.7 and 3.8, bug #718886
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 dev-python/bert/bert-2.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/bert/bert-2.2.0.ebuild b/dev-python/bert/bert-2.2.0.ebuild
17 index 70fe0b5560a..44d12f472e0 100644
18 --- a/dev-python/bert/bert-2.2.0.ebuild
19 +++ b/dev-python/bert/bert-2.2.0.ebuild
20 @@ -1,8 +1,8 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -PYTHON_COMPAT=( python3_6 )
26 +EAPI=7
27 +PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
28
29 inherit distutils-r1