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 50B471580EB for ; Wed, 21 May 2025 22:48:12 +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 3BF1A3431BA for ; Wed, 21 May 2025 22:48:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 06674110480; Wed, 21 May 2025 22:48:05 +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 F144C110480 for ; Wed, 21 May 2025 22:48:04 +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 AE167343192 for ; Wed, 21 May 2025 22:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2396D27FD for ; Wed, 21 May 2025 22:48:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747867649.b8ca6775fcbe8d06e61545075747526b86774c07.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gpgme/gpgme-1.24.1.ebuild app-crypt/gpgme/gpgme-1.24.2.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b8ca6775fcbe8d06e61545075747526b86774c07 X-VCS-Branch: master Date: Wed, 21 May 2025 22:48:03 +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: 8f03b7b0-3edf-4a8e-bbf1-057d2082c11c X-Archives-Hash: e3c160e03688be186c09380e0c22f2d6 commit: b8ca6775fcbe8d06e61545075747526b86774c07 Author: Sam James gentoo org> AuthorDate: Wed May 21 22:47:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 21 22:47:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ca6775 app-crypt/gpgme: disable py3.10 Signed-off-by: Sam James gentoo.org> app-crypt/gpgme/gpgme-1.24.1.ebuild | 2 +- app-crypt/gpgme/gpgme-1.24.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/gpgme/gpgme-1.24.1.ebuild b/app-crypt/gpgme/gpgme-1.24.1.ebuild index 70de6a23a100..32458e4c9b72 100644 --- a/app-crypt/gpgme/gpgme-1.24.1.ebuild +++ b/app-crypt/gpgme/gpgme-1.24.1.ebuild @@ -12,7 +12,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnupg.asc # in-source builds are not supported: diff --git a/app-crypt/gpgme/gpgme-1.24.2.ebuild b/app-crypt/gpgme/gpgme-1.24.2.ebuild index 70de6a23a100..32458e4c9b72 100644 --- a/app-crypt/gpgme/gpgme-1.24.2.ebuild +++ b/app-crypt/gpgme/gpgme-1.24.2.ebuild @@ -12,7 +12,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnupg.asc # in-source builds are not supported: