From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6F46B1582EF for ; Sat, 08 Mar 2025 16:35:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5C528342FF3 for ; Sat, 08 Mar 2025 16:35:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A754311027C; Sat, 08 Mar 2025 16:35: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 bobolink.gentoo.org (Postfix) with ESMTPS id 96FC811027C for ; Sat, 08 Mar 2025 16:35:38 +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 4C1F9342FF3 for ; Sat, 08 Mar 2025 16:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D87D02893 for ; Sat, 08 Mar 2025 16:35:36 +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: <1741451718.78cbdd4a820c1da7cfcef0755eaf32a4d85b3ae9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/anyioutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/anyioutils/anyioutils-0.7.1.ebuild X-VCS-Directories: dev-python/anyioutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78cbdd4a820c1da7cfcef0755eaf32a4d85b3ae9 X-VCS-Branch: master Date: Sat, 08 Mar 2025 16:35:36 +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: a498ffcd-c91a-478b-88d4-4d11fe9bb33b X-Archives-Hash: 0e42d8ae005162f76438b341805cde24 commit: 78cbdd4a820c1da7cfcef0755eaf32a4d85b3ae9 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 8 16:35:18 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 8 16:35:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cbdd4a dev-python/anyioutils: Support testing without dev-python/trio Signed-off-by: Michał Górny gentoo.org> dev-python/anyioutils/anyioutils-0.7.1.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dev-python/anyioutils/anyioutils-0.7.1.ebuild b/dev-python/anyioutils/anyioutils-0.7.1.ebuild index 1fa0866183c5..618c543b9792 100644 --- a/dev-python/anyioutils/anyioutils-0.7.1.ebuild +++ b/dev-python/anyioutils/anyioutils-0.7.1.ebuild @@ -17,6 +17,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +IUSE="test-rust" RDEPEND="