commit: 965cec1530c55d04ad85912e018d3850304565c6 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sat Mar 29 07:18:57 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 18:22:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965cec15
dev-python/yara-python: enable py3.13 Closes: https://bugs.gentoo.org/952418 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/41361 Closes: https://github.com/gentoo/gentoo/pull/41361 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 424796f10c59..c10c25f9ebd8 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 053d1d779d51..c724886825dd 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"
