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 9863B15802E for ; Tue, 25 Jun 2024 10:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5FC9E2AAA; Tue, 25 Jun 2024 10:40:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96CA0E2AAA for ; Tue, 25 Jun 2024 10:40:48 +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 97DB5340CC9 for ; Tue, 25 Jun 2024 10:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB048126B for ; Tue, 25 Jun 2024 10:40:45 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1719311987.7c6b6360b233598c24e3e7a742b2fda5ebf103ff.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dill/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dill/dill-0.3.8.ebuild X-VCS-Directories: dev-python/dill/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 7c6b6360b233598c24e3e7a742b2fda5ebf103ff X-VCS-Branch: master Date: Tue, 25 Jun 2024 10:40:45 +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: 5c0a8771-9519-4ee7-a7f1-3ab3b2611d53 X-Archives-Hash: 3924ee07c8d70aa4e2411c4ac5e4ea2f commit: 7c6b6360b233598c24e3e7a742b2fda5ebf103ff Author: Petr Vaněk gentoo org> AuthorDate: Tue Jun 25 10:39:47 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Jun 25 10:39:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6b6360 dev-python/dill: link py3.13 failure report Signed-off-by: Petr Vaněk gentoo.org> dev-python/dill/dill-0.3.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/dill/dill-0.3.8.ebuild b/dev-python/dill/dill-0.3.8.ebuild index 9fb6c87da01e..301fe58978d6 100644 --- a/dev-python/dill/dill-0.3.8.ebuild +++ b/dev-python/dill/dill-0.3.8.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/uqfoundation/dill/issues/654 PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi