From 965cec1530c55d04ad85912e018d3850304565c6 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Sat, 29 Mar 2025 08:18:57 +0100 Subject: [PATCH] dev-python/yara-python: enable py3.13 Closes: https://bugs.gentoo.org/952418 Signed-off-by: Mario Haustein Part-of: https://github.com/gentoo/gentoo/pull/41361 Closes: https://github.com/gentoo/gentoo/pull/41361 Signed-off-by: Sam James --- dev-python/yara-python/yara-python-4.5.1.ebuild | 2 +- dev-python/yara-python/yara-python-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/yara-python/yara-python-4.5.1.ebuild b/dev-python/yara-python/yara-python-4.5.1.ebuild index 424796f10c59b..c10c25f9ebd81 100644 --- a/dev-python/yara-python/yara-python-4.5.1.ebuild +++ b/dev-python/yara-python/yara-python-4.5.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Python interface for a malware identification and classification tool" diff --git a/dev-python/yara-python/yara-python-9999.ebuild b/dev-python/yara-python/yara-python-9999.ebuild index 053d1d779d518..c724886825ddc 100644 --- a/dev-python/yara-python/yara-python-9999.ebuild +++ b/dev-python/yara-python/yara-python-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Python interface for a malware identification and classification tool"