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 C31EF1581EE for ; Tue, 25 Mar 2025 14:45:46 +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 AB23B343208 for ; Tue, 25 Mar 2025 14:45:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EFF5A1104AE; Tue, 25 Mar 2025 14:45:42 +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 E61F91104AD for ; Tue, 25 Mar 2025 14:45:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94792343208 for ; Tue, 25 Mar 2025 14:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA7EE281D for ; Tue, 25 Mar 2025 14:45:40 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1742892328.d8cf9377dec860922cfd095431a56201dd929e61.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/cryptg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cryptg/cryptg-0.5.0_p0.ebuild X-VCS-Directories: dev-python/cryptg/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d8cf9377dec860922cfd095431a56201dd929e61 X-VCS-Branch: master Date: Tue, 25 Mar 2025 14:45:40 +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: 87dbf8be-ace2-4342-8ccb-3e646ec3b01e X-Archives-Hash: 9a55c1f786291b8c57652e4bfa018dd1 commit: d8cf9377dec860922cfd095431a56201dd929e61 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Mar 25 08:45:28 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Mar 25 08:45:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8cf9377 dev-python/cryptg: disable pypy3 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/cryptg/cryptg-0.5.0_p0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cryptg/cryptg-0.5.0_p0.ebuild b/dev-python/cryptg/cryptg-0.5.0_p0.ebuild index 7c9d9891e..d0c6460bb 100644 --- a/dev-python/cryptg/cryptg-0.5.0_p0.ebuild +++ b/dev-python/cryptg/cryptg-0.5.0_p0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Autogenerated by pycargoebuild 0.13.3 @@ -8,7 +8,7 @@ EAPI=8 CARGO_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{11..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} ) # needs pyo3 crate bump for pypy3_11 CRATES=" aes@0.8.4