diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-02-21 22:38:37 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-03-17 14:52:35 +0100 |
commit | ed459876fd1a2af6a760d662566d77d0728835dc (patch) | |
tree | 5959a1b98923d10fc79a86888215ca96b193e10e /net-analyzer | |
parent | media-libs/libsdl2: Unset variables that interfere with tests (diff) | |
download | gentoo-ed459876fd1a2af6a760d662566d77d0728835dc.tar.gz gentoo-ed459876fd1a2af6a760d662566d77d0728835dc.tar.bz2 gentoo-ed459876fd1a2af6a760d662566d77d0728835dc.zip |
net-analyzer/wtfis: enable py3.12
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.7.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/wtfis/wtfis-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.7.1.ebuild b/net-analyzer/wtfis/wtfis-0.7.1.ebuild index b95434bd9279..08106d305363 100644 --- a/net-analyzer/wtfis/wtfis-0.7.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.7.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots" diff --git a/net-analyzer/wtfis/wtfis-9999.ebuild b/net-analyzer/wtfis/wtfis-9999.ebuild index 2d1aacc2f992..27c081820a3e 100644 --- a/net-analyzer/wtfis/wtfis-9999.ebuild +++ b/net-analyzer/wtfis/wtfis-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots" |