From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE6BF1584AD for ; Thu, 01 May 2025 15:37:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D0A1E343060 for ; Thu, 01 May 2025 15:37:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A804A11036D; Thu, 01 May 2025 15:37:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9E52F11036D for ; Thu, 01 May 2025 15:37:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B543342FDF for ; Thu, 01 May 2025 15:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A4C1E87 for ; Thu, 01 May 2025 15:37:24 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1746113788.7162b8e10f1a6931457d9a4b198547fee47d5113.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gemcall/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/gemcall/gemcall-0.9.2.ebuild X-VCS-Directories: dev-python/gemcall/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7162b8e10f1a6931457d9a4b198547fee47d5113 X-VCS-Branch: dev Date: Thu, 01 May 2025 15:37:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51ce6c9a-8848-49fd-baa9-8f448bc534aa X-Archives-Hash: 7811fe3f387fe4264747fe97a57ace46 commit: 7162b8e10f1a6931457d9a4b198547fee47d5113 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu May 1 13:07:31 2025 +0000 Commit: Anna Vyalkova sysrq 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 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