Gentoo Archives: gentoo-commits

From: Matthias Coppens <coppens.matthias.abc@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asciimatics/
Date: Tue, 01 Feb 2022 00:09:45
Message-Id: 1643674177.7cbd066097e9cea17222232e53771f2cbaa0ae38.coppens.matthias@gentoo
1 commit: 7cbd066097e9cea17222232e53771f2cbaa0ae38
2 Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 1 00:09:27 2022 +0000
4 Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 1 00:09:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cbd0660
7
8 dev-python/asciimatics: Set DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/800091
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
13
14 dev-python/asciimatics/asciimatics-1.13.0.ebuild | 3 ++-
15 dev-python/asciimatics/asciimatics-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/asciimatics/asciimatics-1.13.0.ebuild b/dev-python/asciimatics/asciimatics-1.13.0.ebuild
19 index ed1aa5da8..40790043f 100644
20 --- a/dev-python/asciimatics/asciimatics-1.13.0.ebuild
21 +++ b/dev-python/asciimatics/asciimatics-1.13.0.ebuild
22 @@ -1,8 +1,9 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 +DISTUTILS_USE_SETUPTOOLS=bdepend
30 PYTHON_COMPAT=( python3_{8,9} )
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/asciimatics/asciimatics-9999.ebuild b/dev-python/asciimatics/asciimatics-9999.ebuild
35 index a5fbddc0d..f4900a1fe 100644
36 --- a/dev-python/asciimatics/asciimatics-9999.ebuild
37 +++ b/dev-python/asciimatics/asciimatics-9999.ebuild
38 @@ -1,8 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 +DISTUTILS_USE_SETUPTOOLS=bdepend
46 PYTHON_COMPAT=( python3_{8,9} )
47 inherit distutils-r1