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/wtfis/
Date: Sun, 19 Mar 2023 03:23:01
Message-Id: 1679195571.41c3ddaf0e8edaaa4b089ecbf15045521cfb49e3.sam@gentoo
1 commit: 41c3ddaf0e8edaaa4b089ecbf15045521cfb49e3
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Wed Mar 15 20:38:08 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 03:12:51 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c3ddaf
7
8 net-analyzer/wtfis: enable py3.11
9
10 Closes: https://bugs.gentoo.org/897080
11 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
12 Closes: https://github.com/gentoo/gentoo/pull/30146
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-analyzer/wtfis/wtfis-0.5.1.ebuild | 2 +-
16 net-analyzer/wtfis/wtfis-0.6.1.ebuild | 2 +-
17 net-analyzer/wtfis/wtfis-9999.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
21 index 98a16230fa10..dc39ae77fcb0 100644
22 --- a/net-analyzer/wtfis/wtfis-0.5.1.ebuild
23 +++ b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
24 @@ -4,7 +4,7 @@
25 EAPI=8
26
27 DISTUTILS_USE_PEP517=hatchling
28 -PYTHON_COMPAT=( python3_{9..10} )
29 +PYTHON_COMPAT=( python3_{9..11} )
30 inherit distutils-r1
31
32 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
33
34 diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
35 index bc0d8ff31d44..4ab2cc180a22 100644
36 --- a/net-analyzer/wtfis/wtfis-0.6.1.ebuild
37 +++ b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
38 @@ -4,7 +4,7 @@
39 EAPI=8
40
41 DISTUTILS_USE_PEP517=hatchling
42 -PYTHON_COMPAT=( python3_{9..10} )
43 +PYTHON_COMPAT=( python3_{9..11} )
44 inherit distutils-r1
45
46 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
47
48 diff --git a/net-analyzer/wtfis/wtfis-9999.ebuild b/net-analyzer/wtfis/wtfis-9999.ebuild
49 index bc0d8ff31d44..4ab2cc180a22 100644
50 --- a/net-analyzer/wtfis/wtfis-9999.ebuild
51 +++ b/net-analyzer/wtfis/wtfis-9999.ebuild
52 @@ -4,7 +4,7 @@
53 EAPI=8
54
55 DISTUTILS_USE_PEP517=hatchling
56 -PYTHON_COMPAT=( python3_{9..10} )
57 +PYTHON_COMPAT=( python3_{9..11} )
58 inherit distutils-r1
59
60 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"