From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1354728-garchives=archives.gentoo.org@lists.gentoo.org> 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 7621E158086 for <garchives@archives.gentoo.org>; Sun, 2 Jan 2022 15:34:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971F62BC08C; Sun, 2 Jan 2022 15:34:15 +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 873A22BC08C for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 15:34: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F85D3430FF for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 15:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9122328F for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 15:34:09 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> 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" <andrewammerlaan@gentoo.org> Message-ID: <1641137331.116c7a07fec39d31044dce987380672fcda9cdea.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-designateclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-designateclient/python-designateclient-4.3.0.ebuild X-VCS-Directories: dev-python/python-designateclient/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 116c7a07fec39d31044dce987380672fcda9cdea X-VCS-Branch: master Date: Sun, 2 Jan 2022 15:34:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3a7f7f8-ded0-4a46-b02e-030ec02ac398 X-Archives-Hash: 1193eab686a93c7479c5f0fdf01b6c69 commit: 116c7a07fec39d31044dce987380672fcda9cdea Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sun Jan 2 15:28:51 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sun Jan 2 15:28:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=116c7a07 dev-python/python-designateclient: 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 <andrewammerlaan <AT> gentoo.org> dev-python/python-designateclient/python-designateclient-4.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/python-designateclient/python-designateclient-4.3.0.ebuild b/dev-python/python-designateclient/python-designateclient-4.3.0.ebuild index c13ae0290..d959ece79 100644 --- a/dev-python/python-designateclient/python-designateclient-4.3.0.ebuild +++ b/dev-python/python-designateclient/python-designateclient-4.3.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 @@ -34,7 +34,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" test? ( - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}] >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/os-testr-1.0.0[${PYTHON_USEDEP}] From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1354698-garchives=archives.gentoo.org@lists.gentoo.org> 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 197CF158087 for <garchives@archives.gentoo.org>; Sun, 2 Jan 2022 15:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D80B42BC037; Sun, 2 Jan 2022 15:34:07 +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 7A3222BC052 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 15:34:07 +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 5C1EB343037 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 15:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8579228F for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 15:34:03 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> 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" <andrewammerlaan@gentoo.org> Message-ID: <1641137331.116c7a07fec39d31044dce987380672fcda9cdea.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-designateclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-designateclient/python-designateclient-4.3.0.ebuild X-VCS-Directories: dev-python/python-designateclient/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 116c7a07fec39d31044dce987380672fcda9cdea X-VCS-Branch: dev Date: Sun, 2 Jan 2022 15:34:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1eff1a45-ac36-4e0f-a0de-dd6577b38f19 X-Archives-Hash: d034c773b40fb0e51b7905cb2f1a543a Message-ID: <20220102153403.gtvZtvm9lpUaKcFZFpo2dLM8NgflugAxXzETdlgfQSQ@z> commit: 116c7a07fec39d31044dce987380672fcda9cdea Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sun Jan 2 15:28:51 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sun Jan 2 15:28:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=116c7a07 dev-python/python-designateclient: 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 <andrewammerlaan <AT> gentoo.org> dev-python/python-designateclient/python-designateclient-4.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/python-designateclient/python-designateclient-4.3.0.ebuild b/dev-python/python-designateclient/python-designateclient-4.3.0.ebuild index c13ae0290..d959ece79 100644 --- a/dev-python/python-designateclient/python-designateclient-4.3.0.ebuild +++ b/dev-python/python-designateclient/python-designateclient-4.3.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 @@ -34,7 +34,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" test? ( - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}] >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/os-testr-1.0.0[${PYTHON_USEDEP}]