Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyfiglet/
Date: Sat, 02 Oct 2021 12:23:19
Message-Id: 1633177368.6d7f4abd00b07e6f085d03903715e201abe8ab8f.arthurzam@gentoo
1 commit: 6d7f4abd00b07e6f085d03903715e201abe8ab8f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 12:22:09 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 12:22:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d7f4abd
7
8 dev-python/pyfiglet: fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/815796
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild | 3 +--
14 dev-python/pyfiglet/pyfiglet-9999.ebuild | 3 +--
15 2 files changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
18 index 9ac98a1e9..f7387fa2a 100644
19 --- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
20 +++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
21 @@ -3,8 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python{3_7,3_8,3_9} )
26 -DISTUTILS_USE_SETUPTOOLS=rdepend
27 +PYTHON_COMPAT=( python3_{8..9} )
28 inherit distutils-r1
29
30 DESCRIPTION="Pure-python FIGlet implementation"
31
32 diff --git a/dev-python/pyfiglet/pyfiglet-9999.ebuild b/dev-python/pyfiglet/pyfiglet-9999.ebuild
33 index 9ac98a1e9..f7387fa2a 100644
34 --- a/dev-python/pyfiglet/pyfiglet-9999.ebuild
35 +++ b/dev-python/pyfiglet/pyfiglet-9999.ebuild
36 @@ -3,8 +3,7 @@
37
38 EAPI=7
39
40 -PYTHON_COMPAT=( python{3_7,3_8,3_9} )
41 -DISTUTILS_USE_SETUPTOOLS=rdepend
42 +PYTHON_COMPAT=( python3_{8..9} )
43 inherit distutils-r1
44
45 DESCRIPTION="Pure-python FIGlet implementation"