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 4BB16158094 for ; Mon, 26 Sep 2022 10:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AB58E114F; Mon, 26 Sep 2022 10:22:14 +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 5046AE114F for ; Mon, 26 Sep 2022 10:22:14 +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 65244340997 for ; Mon, 26 Sep 2022 10:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C902B5E8 for ; Mon, 26 Sep 2022 10:22:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1664187642.4b0304d8bdfb89c4a589083a8fa0c4f08859406f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/prawcore/, profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/prawcore/prawcore-2.3.0.ebuild profiles/package.mask X-VCS-Directories: dev-python/prawcore/ profiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4b0304d8bdfb89c4a589083a8fa0c4f08859406f X-VCS-Branch: dev Date: Mon, 26 Sep 2022 10:22:11 +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: 8319e6c9-b893-4865-86d9-3806711b9f03 X-Archives-Hash: 8e5bea768262b265764bf7aabd5fdd65 Message-ID: <20220926102211.sDOGsPEBTpqSTzGJA-G5NeSm0nyAupGAl08AyO4cc9c@z> commit: 4b0304d8bdfb89c4a589083a8fa0c4f08859406f Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 26 10:20:42 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 26 10:20:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b0304d8 dev-python/prawcore: restrict test Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/prawcore/prawcore-2.3.0.ebuild | 3 ++- profiles/package.mask | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild index 0aa14dec3..79107f05c 100644 --- a/dev-python/prawcore/prawcore-2.3.0.ebuild +++ b/dev-python/prawcore/prawcore-2.3.0.ebuild @@ -14,13 +14,14 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" + RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" BDEPEND="test? ( (2022-08-11) -# depends on removed # depends on dev-python/PyQt6, which is currently masked with all of qt6 >=net-misc/maestral-qt-1.6.0