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 EFF36158041 for ; Tue, 5 Mar 2024 05:18:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BA3FE2A35; Tue, 5 Mar 2024 05:18:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 81BFDE2A35 for ; Tue, 5 Mar 2024 05:18: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 36549343029 for ; Tue, 5 Mar 2024 05:18:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE3CD14F6 for ; Tue, 5 Mar 2024 05:18:34 +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: <1709615910.ec569d662318deee91a52d4fdc4238f4157d6c99.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flaky/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flaky/flaky-3.7.0-r4.ebuild dev-python/flaky/flaky-3.7.0-r5.ebuild X-VCS-Directories: dev-python/flaky/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec569d662318deee91a52d4fdc4238f4157d6c99 X-VCS-Branch: master Date: Tue, 5 Mar 2024 05:18:34 +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: 908ecc17-c3e5-4e03-a016-846b34b87ed0 X-Archives-Hash: 44cd3b4aee610b679c16aad1e8884a55 commit: ec569d662318deee91a52d4fdc4238f4157d6c99 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 5 05:08:02 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 5 05:18:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec569d66 dev-python/flaky: Require gentoo.org> .../flaky/{flaky-3.7.0-r4.ebuild => flaky-3.7.0-r5.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/flaky/flaky-3.7.0-r4.ebuild b/dev-python/flaky/flaky-3.7.0-r5.ebuild similarity index 86% rename from dev-python/flaky/flaky-3.7.0-r4.ebuild rename to dev-python/flaky/flaky-3.7.0-r5.ebuild index 31706c8905b4..155976a6db4c 100644 --- a/dev-python/flaky/flaky-3.7.0-r4.ebuild +++ b/dev-python/flaky/flaky-3.7.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,13 +14,17 @@ HOMEPAGE=" https://pypi.org/project/flaky/ " -SLOT="0" LICENSE="Apache-2.0" +SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="test" RESTRICT="!test? ( test )" -DEPEND=" +# https://github.com/box/flaky/issues/198 +RDEPEND=" +