From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A66E415806E for ; Thu, 25 May 2023 04:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E59BCE077C; Thu, 25 May 2023 04:32:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id CF98FE077C for ; Thu, 25 May 2023 04:32:33 +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 134C9340E11 for ; Thu, 25 May 2023 04:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71626A5A for ; Thu, 25 May 2023 04:32:31 +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: <1684988667.39f94a771fdfe007fb779d01a4542b0ff6ee99bb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cffi/cffi-1.15.1-r2.ebuild X-VCS-Directories: dev-python/cffi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39f94a771fdfe007fb779d01a4542b0ff6ee99bb X-VCS-Branch: master Date: Thu, 25 May 2023 04:32:31 +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: 9e426722-3240-4c25-89f7-44dc1458a74f X-Archives-Hash: 13659f78cbc6909bebaedae8db231016 commit: 39f94a771fdfe007fb779d01a4542b0ff6ee99bb Author: Sam James gentoo org> AuthorDate: Thu May 25 04:24:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 25 04:24:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f94a77 dev-python/cffi: add another py3.12 issue to comment Signed-off-by: Sam James gentoo.org> dev-python/cffi/cffi-1.15.1-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/cffi/cffi-1.15.1-r2.ebuild b/dev-python/cffi/cffi-1.15.1-r2.ebuild index 4527c8c3a950..0244359a8521 100644 --- a/dev-python/cffi/cffi-1.15.1-r2.ebuild +++ b/dev-python/cffi/cffi-1.15.1-r2.ebuild @@ -5,8 +5,9 @@ EAPI=7 # no py3.12 yet because of: -# 1. https://foss.heptapod.net/pypy/cffi/-/issues/563 -# 2. https://foss.heptapod.net/pypy/cffi/-/issues/562 +# 1. https://foss.heptapod.net/pypy/cffi/-/issues/562 +# 2. https://foss.heptapod.net/pypy/cffi/-/issues/563 +# 3. https://foss.heptapod.net/pypy/cffi/-/issues/564 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools # DO NOT ADD pypy to PYTHON_COMPAT