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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E50E15817D for ; Thu, 13 Jun 2024 17:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139ADE2B94; Thu, 13 Jun 2024 17:17:38 +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 EB896E2B94 for ; Thu, 13 Jun 2024 17:17:37 +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 07DCF34027D for ; Thu, 13 Jun 2024 17:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B9C91CD8 for ; Thu, 13 Jun 2024 17:17:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1718299050.b5ed7cf0a53c260c0b859e598f8373635b401e07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asyncstdlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild X-VCS-Directories: dev-python/asyncstdlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5ed7cf0a53c260c0b859e598f8373635b401e07 X-VCS-Branch: master Date: Thu, 13 Jun 2024 17:17:35 +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: d1d44d06-e647-42e6-8395-9f1e6e5d19f7 X-Archives-Hash: 9f290cf3b32a12017fbeaa97bc84d3cd commit: b5ed7cf0a53c260c0b859e598f8373635b401e07 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 13 17:10:03 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 13 17:17:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ed7cf0 dev-python/asyncstdlib: Link to py3.13 failure report Signed-off-by: Michał Górny gentoo.org> dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild index 14c83f6e1cdb..a119efae5be7 100644 --- a/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild +++ b/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit +# py3.13: https://github.com/maxfischer2781/asyncstdlib/issues/144 PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi