Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Tue, 04 Jan 2022 20:45:18
Message-Id: 1641329107.bab70d4c8e2846ca0b87a2f5b462645fe70cff57.sam@gentoo
1 commit: bab70d4c8e2846ca0b87a2f5b462645fe70cff57
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 20:42:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 20:45:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab70d4c
7
8 net-analyzer/scapy: add python3.10
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/scapy/scapy-2.4.5.ebuild | 4 ++--
13 net-analyzer/scapy/scapy-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-analyzer/scapy/scapy-2.4.5.ebuild b/net-analyzer/scapy/scapy-2.4.5.ebuild
17 index d5184f68b5eb..b8d28e831aab 100644
18 --- a/net-analyzer/scapy/scapy-2.4.5.ebuild
19 +++ b/net-analyzer/scapy/scapy-2.4.5.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 DISTUTILS_USE_SETUPTOOLS=rdepend
30 inherit distutils-r1 readme.gentoo-r1
31
32
33 diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
34 index 6b0b5ba376c3..ffcb7962a604 100644
35 --- a/net-analyzer/scapy/scapy-9999.ebuild
36 +++ b/net-analyzer/scapy/scapy-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 +# Copyright 1999-2022 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -PYTHON_COMPAT=( python3_{7,8,9} )
45 +PYTHON_COMPAT=( python3_{8..10} )
46 DISTUTILS_USE_SETUPTOOLS=rdepend
47 inherit distutils-r1 git-r3 readme.gentoo-r1