Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
Date: Sat, 01 Oct 2022 01:33:14
Message-Id: 1664587980.4c42c4e63368c3faf380252fef76384582c989fb.sam@gentoo
1 commit: 4c42c4e63368c3faf380252fef76384582c989fb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 01:33:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 01:33:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c42c4e6
7
8 app-portage/layman: drop Python 3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-portage/layman/layman-2.4.3.ebuild | 2 +-
13 app-portage/layman/layman-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild
17 index 8b62b7cd4223..241864865100 100644
18 --- a/app-portage/layman/layman-2.4.3.ebuild
19 +++ b/app-portage/layman/layman-2.4.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="7"
23
24 -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
25 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
26 PYTHON_REQ_USE="xml(+),sqlite?"
27 DISTUTILS_USE_SETUPTOOLS=no
28
29
30 diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
31 index 598324e7d35c..9045c9189761 100644
32 --- a/app-portage/layman/layman-9999.ebuild
33 +++ b/app-portage/layman/layman-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI="7"
37
38 -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
39 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
40 PYTHON_REQ_USE="xml(+),sqlite?"
41 DISTUTILS_USE_SETUPTOOLS=no