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 36F1B1581C1 for ; Thu, 11 Jul 2024 19:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6522C2BC0C5; Thu, 11 Jul 2024 19:23:46 +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 421EA2BC059 for ; Thu, 11 Jul 2024 19:23:46 +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 3FEF734301D for ; Thu, 11 Jul 2024 19:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 973D31E19 for ; Thu, 11 Jul 2024 19:23:43 +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: <1720725808.e1d868eca213733023e5856ce183eb7331f8645b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/attrs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/attrs/attrs-23.2.0.ebuild X-VCS-Directories: dev-python/attrs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e1d868eca213733023e5856ce183eb7331f8645b X-VCS-Branch: master Date: Thu, 11 Jul 2024 19:23:43 +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: 5aca52eb-73eb-4207-aa39-f80b06aaecb2 X-Archives-Hash: 8904477acc92dcdb5ffec4ab7deb5a0a commit: e1d868eca213733023e5856ce183eb7331f8645b Author: Michał Górny gentoo org> AuthorDate: Thu Jul 11 18:44:51 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 11 19:23:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d868ec dev-python/attrs: Extend py3.13 testing to all deps Signed-off-by: Michał Górny gentoo.org> dev-python/attrs/attrs-23.2.0.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/attrs/attrs-23.2.0.ebuild b/dev-python/attrs/attrs-23.2.0.ebuild index 6e858669ffbc..96b89f367504 100644 --- a/dev-python/attrs/attrs-23.2.0.ebuild +++ b/dev-python/attrs/attrs-23.2.0.ebuild @@ -24,13 +24,9 @@ BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( $(python_gen_impl_dep sqlite) - $(python_gen_cond_dep ' - dev-python/cloudpickle[${PYTHON_USEDEP}] - ' python3_{10..12}) + dev-python/cloudpickle[${PYTHON_USEDEP}] dev-python/hypothesis[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/zope-interface[${PYTHON_USEDEP}] - ' python3_{10..12} pypy3) + dev-python/zope-interface[${PYTHON_USEDEP}] ) "