diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-07-25 00:14:31 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-04 10:03:05 +0300 |
commit | fd3c2a955e05538d5fb8f5ba8e4da9a64c4850ba (patch) | |
tree | faf3b44f80c9ee709591392a401de11cacd6eb6e /dev-db/sqlmap | |
parent | dev-db/sqlmap: drop 1.8.2 (diff) | |
download | gentoo-fd3c2a955e05538d5fb8f5ba8e4da9a64c4850ba.tar.gz gentoo-fd3c2a955e05538d5fb8f5ba8e4da9a64c4850ba.tar.bz2 gentoo-fd3c2a955e05538d5fb8f5ba8e4da9a64c4850ba.zip |
dev-db/sqlmap: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37713
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db/sqlmap')
-rw-r--r-- | dev-db/sqlmap/sqlmap-1.8.7.ebuild | 2 | ||||
-rw-r--r-- | dev-db/sqlmap/sqlmap-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.8.7.ebuild b/dev-db/sqlmap/sqlmap-1.8.7.ebuild index e3d99c9eb231..529820752d51 100644 --- a/dev-db/sqlmap/sqlmap-1.8.7.ebuild +++ b/dev-db/sqlmap/sqlmap-1.8.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite" inherit bash-completion-r1 python-single-r1 wrapper diff --git a/dev-db/sqlmap/sqlmap-9999.ebuild b/dev-db/sqlmap/sqlmap-9999.ebuild index 98dd6c54846c..529820752d51 100644 --- a/dev-db/sqlmap/sqlmap-9999.ebuild +++ b/dev-db/sqlmap/sqlmap-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite" inherit bash-completion-r1 python-single-r1 wrapper |