commit:     7162b8e10f1a6931457d9a4b198547fee47d5113
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May  1 13:07:31 2025 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May  1 15:36:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7162b8e1

dev-python/gemcall: enable py3.13 and disable pypy3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/gemcall/gemcall-0.9.2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/gemcall/gemcall-0.9.2.ebuild 
b/dev-python/gemcall/gemcall-0.9.2.ebuild
index fc4b9202a..9e33c34eb 100644
--- a/dev-python/gemcall/gemcall-0.9.2.ebuild
+++ b/dev-python/gemcall/gemcall-0.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 
@@ -15,3 +15,5 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
+
+distutils_enable_tests import-check

Reply via email to