From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1563190-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 F4212158089
	for <garchives@archives.gentoo.org>; Mon, 16 Oct 2023 13:18:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 48D4F2BC01F;
	Mon, 16 Oct 2023 13:18:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 34E832BC01F
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Oct 2023 13: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 77E24335D1B
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Oct 2023 13:18:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EE9B2125A
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Oct 2023 13:18:34 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com>
Message-ID: <1697457998.b83a377f3482f20b283eacc9527927f742c4bf45.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/idf-component-manager/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-embedded/idf-component-manager/idf-component-manager-1.3.2-r1.ebuild
X-VCS-Directories: dev-embedded/idf-component-manager/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: b83a377f3482f20b283eacc9527927f742c4bf45
X-VCS-Branch: master
Date: Mon, 16 Oct 2023 13:18:34 +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: 9c29218a-cc85-4d52-857d-97c3c2614f44
X-Archives-Hash: 8a1e4af23278f9b273f6976a555f994e
Message-ID: <20231016131834.f1yN7NUKMxUdPBpYmZwY7UXt5ICfx9KxpRfhEFjrhR8@z>

commit:     b83a377f3482f20b283eacc9527927f742c4bf45
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 16 12:06:38 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct 16 12:06:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b83a377f

dev-embedded/idf-component-manager: fix tests

Closes: https://bugs.gentoo.org/910095
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 .../idf-component-manager-1.3.2-r1.ebuild          | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/dev-embedded/idf-component-manager/idf-component-manager-1.3.2-r1.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-1.3.2-r1.ebuild
new file mode 100644
index 0000000000..9cbe5904b7
--- /dev/null
+++ b/dev-embedded/idf-component-manager/idf-component-manager-1.3.2-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_11 )
+DISTUTILS_USE_PEP517=poetry
+
+inherit distutils-r1
+
+DESCRIPTION="Tool for installing ESP-IDF components"
+HOMEPAGE="https://github.com/espressif/idf-component-manager"
+SRC_URI="https://github.com/espressif/${PN}/archive/refs/tags/v${PV}.tar.gz	-> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	test? (
+		dev-python/requests-mock[${PYTHON_USEDEP}]
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+		dev-python/vcrpy[${PYTHON_USEDEP}]
+		dev-python/filelock[${PYTHON_USEDEP}]
+		dev-vcs/git
+	)
+"
+
+RDEPEND="
+	dev-python/cachecontrol[${PYTHON_USEDEP}]
+	dev-python/click[${PYTHON_USEDEP}]
+	dev-python/colorama[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+	dev-python/requests-file[${PYTHON_USEDEP}]
+	dev-python/schema[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
+	<dev-python/urllib3-2.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest