From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1566601-garchives=archives.gentoo.org@lists.gentoo.org>
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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A77CC158089
	for <garchives@archives.gentoo.org>; Sun, 29 Oct 2023 20:22:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EBCED2BC016;
	Sun, 29 Oct 2023 20:22:13 +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 pigeon.gentoo.org (Postfix) with ESMTPS id CFFE32BC016
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 20:22:13 +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 E968E335C0F
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 20:22:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 95F991289
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 20:22:11 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1698610888.d7bcae5fa50683c002e96cc0570da7ebfcb03dd6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/greenlet/greenlet-3.0.1.ebuild
X-VCS-Directories: dev-python/greenlet/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: d7bcae5fa50683c002e96cc0570da7ebfcb03dd6
X-VCS-Branch: master
Date: Sun, 29 Oct 2023 20:22:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 62251a53-b1bd-49ad-8b32-69d2a45b7396
X-Archives-Hash: 945b543034c83717479e15ce5997b0e4

commit:     d7bcae5fa50683c002e96cc0570da7ebfcb03dd6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 20:21:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 20:21:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7bcae5f

Revert "dev-python/greenlet: add link to py3.12 bug"

This reverts commit 259bfe155795c51f00af0bc2e536038a1099b3c6.

I had this locally and hadn't pushed, and mgorny's done it in the meantime.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/greenlet/greenlet-3.0.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/greenlet/greenlet-3.0.1.ebuild b/dev-python/greenlet/greenlet-3.0.1.ebuild
index 3b109b3cb302..2f57c793a5af 100644
--- a/dev-python/greenlet/greenlet-3.0.1.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.1.ebuild
@@ -5,7 +5,6 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-# No py3.12 yet: https://github.com/python-greenlet/greenlet/issues/368
 # Note: greenlet is built-in in pypy
 # py3.12: https://github.com/python-greenlet/greenlet/issues/368
 PYTHON_COMPAT=( python3_{10..11} )