Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gyp/
Date: Sat, 29 Jan 2022 15:20:21
Message-Id: 1643469522.c55ac63e4388948dde9e566d21b3c2cf8188d141.dlan@gentoo
1 commit: c55ac63e4388948dde9e566d21b3c2cf8188d141
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Jan 20 00:00:00 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:18:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55ac63e
7
8 dev-util/gyp: Add support for Python 3.10.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-util/gyp/gyp-20200512145953.ebuild | 2 +-
14 dev-util/gyp/gyp-99999999999999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/gyp/gyp-20200512145953.ebuild b/dev-util/gyp/gyp-20200512145953.ebuild
18 index f499409a7905..a927c1e81115 100644
19 --- a/dev-util/gyp/gyp-20200512145953.ebuild
20 +++ b/dev-util/gyp/gyp-20200512145953.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
26 +PYTHON_COMPAT=( python3_{8..10} )
27 DISTUTILS_SINGLE_IMPL="1"
28
29 inherit distutils-r1
30
31 diff --git a/dev-util/gyp/gyp-99999999999999.ebuild b/dev-util/gyp/gyp-99999999999999.ebuild
32 index 4f1e8527d561..d8a948d82bc6 100644
33 --- a/dev-util/gyp/gyp-99999999999999.ebuild
34 +++ b/dev-util/gyp/gyp-99999999999999.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI="7"
39 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
40 +PYTHON_COMPAT=( python3_{8..10} )
41 DISTUTILS_SINGLE_IMPL="1"
42
43 inherit distutils-r1