diff options
author | 2024-08-04 13:18:20 +0200 | |
---|---|---|
committer | 2024-08-13 10:36:27 +0300 | |
commit | 017c3674645491d5c1bf2b6c6db4d66ad6ac2444 (patch) | |
tree | 1c38c2368af438c3c0e6a8baa5302ae0364970c9 /net-analyzer/wtfis | |
parent | net-analyzer/wtfis: drop 0.8.0 (diff) | |
download | gentoo-017c3674645491d5c1bf2b6c6db4d66ad6ac2444.tar.gz gentoo-017c3674645491d5c1bf2b6c6db4d66ad6ac2444.tar.bz2 gentoo-017c3674645491d5c1bf2b6c6db4d66ad6ac2444.zip |
net-analyzer/wtfis: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37946
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/wtfis')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.9.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.10.0.ebuild b/net-analyzer/wtfis/wtfis-0.10.0.ebuild index a105c7bc0d6e..ffc1de3aaabe 100644 --- a/net-analyzer/wtfis/wtfis-0.10.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots" diff --git a/net-analyzer/wtfis/wtfis-0.9.1.ebuild b/net-analyzer/wtfis/wtfis-0.9.1.ebuild index 15b2076adcb5..26827deac662 100644 --- a/net-analyzer/wtfis/wtfis-0.9.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.9.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) 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 a105c7bc0d6e..ffc1de3aaabe 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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots" |