diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-08-04 13:17:46 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-13 10:36:27 +0300 |
commit | f4616cb302ca24b6b8da269bf47631304709ba6d (patch) | |
tree | 14aae788900ac6a495518581a9ac0436e03dde78 /net-analyzer | |
parent | net-analyzer/shodan: drop 1.30.0, 1.30.1 (diff) | |
download | gentoo-f4616cb302ca24b6b8da269bf47631304709ba6d.tar.gz gentoo-f4616cb302ca24b6b8da269bf47631304709ba6d.tar.bz2 gentoo-f4616cb302ca24b6b8da269bf47631304709ba6d.zip |
net-analyzer/shodan: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/shodan/shodan-1.31.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/shodan/shodan-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/shodan/shodan-1.31.0.ebuild b/net-analyzer/shodan/shodan-1.31.0.ebuild index be21ef2b1735..5e83b0982eb6 100644 --- a/net-analyzer/shodan/shodan-1.31.0.ebuild +++ b/net-analyzer/shodan/shodan-1.31.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="The official Python library for Shodan" diff --git a/net-analyzer/shodan/shodan-9999.ebuild b/net-analyzer/shodan/shodan-9999.ebuild index bc9092e7acc5..3b43e45a96fc 100644 --- a/net-analyzer/shodan/shodan-9999.ebuild +++ b/net-analyzer/shodan/shodan-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=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="The official Python library for Shodan" |