diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-03-15 21:38:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-19 03:12:51 +0000 |
commit | 41c3ddaf0e8edaaa4b089ecbf15045521cfb49e3 (patch) | |
tree | 1e96cd8cba7b61b803c0814e1324a90722db9d96 /net-analyzer | |
parent | net-analyzer/shodan: enable py3.11 (diff) | |
download | gentoo-41c3ddaf0e8edaaa4b089ecbf15045521cfb49e3.tar.gz gentoo-41c3ddaf0e8edaaa4b089ecbf15045521cfb49e3.tar.bz2 gentoo-41c3ddaf0e8edaaa4b089ecbf15045521cfb49e3.zip |
net-analyzer/wtfis: enable py3.11
Closes: https://bugs.gentoo.org/897080
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30146
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.5.1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.6.1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wtfis/wtfis-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild b/net-analyzer/wtfis/wtfis-0.5.1.ebuild index 98a16230fa10..dc39ae77fcb0 100644 --- a/net-analyzer/wtfis/wtfis-0.5.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots" diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild b/net-analyzer/wtfis/wtfis-0.6.1.ebuild index bc0d8ff31d44..4ab2cc180a22 100644 --- a/net-analyzer/wtfis/wtfis-0.6.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) 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 bc0d8ff31d44..4ab2cc180a22 100644 --- a/net-analyzer/wtfis/wtfis-9999.ebuild +++ b/net-analyzer/wtfis/wtfis-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots" |