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 A29B6158086 for ; Sun, 2 Jan 2022 15:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C7EA2BC073; Sun, 2 Jan 2022 15:34:09 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 90D372BC052 for ; Sun, 2 Jan 2022 15:34:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9B22E3430D5 for ; Sun, 2 Jan 2022 15:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8175B2A5 for ; Sun, 2 Jan 2022 15:34:04 +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: <1641137632.21be9ca52de4a2dcb57ac89912df3d771f15601e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/yaql/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/yaql/yaql-2.0.0.ebuild X-VCS-Directories: dev-python/yaql/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 21be9ca52de4a2dcb57ac89912df3d771f15601e X-VCS-Branch: dev Date: Sun, 2 Jan 2022 15:34:04 +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: 6e15bc2b-5ac7-4f38-b7cf-99ebcce98582 X-Archives-Hash: e91055fa7cabcb2e651b169e78b59378 Message-ID: <20220102153404.0_Nm5oFcUMf0626GtqO9DorTSA3eUAN0IsiZAM-_vZM@z> commit: 21be9ca52de4a2dcb57ac89912df3d771f15601e Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jan 2 15:33:52 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 2 15:33:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21be9ca5 dev-python/yaql: drop test dep dev-python/hacking masked for removal in ::gentoo Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/yaql/yaql-2.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/yaql/yaql-2.0.0.ebuild b/dev-python/yaql/yaql-2.0.0.ebuild index 4f304285c..a31970950 100644 --- a/dev-python/yaql/yaql-2.0.0.ebuild +++ b/dev-python/yaql/yaql-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" test? ( - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}] >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}] >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]