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: Fri, 24 Sep 2021 11:14:58
Message-Id: 1632482059.6123db9a78ea5209a31e76dce84a38ad72b32a3c.blueness@gentoo
1 commit: 6123db9a78ea5209a31e76dce84a38ad72b32a3c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 11:14:19 2021 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 11:14:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6123db9a
7
8 dev-python/bert: set DISTUTILS_USE_SETUPTOOLS=no, bump EAPI
9
10 Closes: https://bugs.gentoo.org/748030
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 dev-python/bert/bert-2.2.0.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/bert/bert-2.2.0.ebuild b/dev-python/bert/bert-2.2.0.ebuild
18 index 45b89114f3c..63617fa34a4 100644
19 --- a/dev-python/bert/bert-2.2.0.ebuild
20 +++ b/dev-python/bert/bert-2.2.0.ebuild
21 @@ -1,8 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 -PYTHON_COMPAT=( python3_7 python3_8 )
28 +EAPI=8
29 +PYTHON_COMPAT=( python3_{8,9} )
30 +DISTUTILS_USE_SETUPTOOLS=no
31
32 inherit distutils-r1