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 B7B81158083 for ; Tue, 10 Sep 2024 14:56:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA80FE2A14; Tue, 10 Sep 2024 14:56:32 +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 8BD80E2A0E for ; Tue, 10 Sep 2024 14:56:32 +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 CC9D9342F9F for ; Tue, 10 Sep 2024 14:56:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4187E1F43 for ; Tue, 10 Sep 2024 14:56:30 +0000 (UTC) From: "David Roman" 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" Message-ID: <1725980157.8ee19df6572676d7872f6d579ea7c61f0c3d73b3.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/Manifest dev-embedded/idf-component-manager/idf-component-manager-1.5.3.ebuild X-VCS-Directories: dev-embedded/idf-component-manager/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8ee19df6572676d7872f6d579ea7c61f0c3d73b3 X-VCS-Branch: master Date: Tue, 10 Sep 2024 14:56:30 +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: f3892e44-db15-49e5-8db8-20e5d99a33bb X-Archives-Hash: 40fb68ce06c40e9cd86bda7469a8bada Message-ID: <20240910145630._AJXAwK487j3FLHHFU4rVfhnRcqzw6s_IWrOLlSN_yU@z> commit: 8ee19df6572676d7872f6d579ea7c61f0c3d73b3 Author: David Roman gmail com> AuthorDate: Tue Sep 10 14:55:36 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Sep 10 14:55:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ee19df6 dev-embedded/idf-component-manager: drop 1.5.3 Closes: https://bugs.gentoo.org/932263 Signed-off-by: David Roman gmail.com> dev-embedded/idf-component-manager/Manifest | 1 - .../idf-component-manager-1.5.3.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/dev-embedded/idf-component-manager/Manifest b/dev-embedded/idf-component-manager/Manifest index 640694c9b..685bb6ee1 100644 --- a/dev-embedded/idf-component-manager/Manifest +++ b/dev-embedded/idf-component-manager/Manifest @@ -1,2 +1 @@ -DIST idf-component-manager-1.5.3.gh.tar.gz 321425 BLAKE2B 1c5b1bd1dc50b214b5b9a8d4ae40681fd33118f4d83469d793de152627d2cd2e2497f3a7e771b27a5aac68886d242e2f3d44c69d94f38ce3385d8bec0700190a SHA512 6a8d5c493f5f361c3b02a145685b58862e8e96261cbe3c5436354446f95f5ca5782a9dd7fa5397bc58438166c07aea6bb958348d596f6a604d5044edba0584c0 DIST idf-component-manager-2.0.3.gh.tar.gz 322831 BLAKE2B 8456e2f4bb3e4b221aba4c946b7f2a980c36a8796e7fd7a53b97c76fd68f1462f92943bfb185d0dea4ae1792fe91f58527812ec5d81a19462e978fb2625bf2b6 SHA512 632bef699b8164b05d6cd5b0cc93cce28a1f8ec86b3fc2f58989f872ac556af3c8f7ea28d4966880ee3bca64ebb1169a819d4e46652e978e8a3bfab38ae52a02 diff --git a/dev-embedded/idf-component-manager/idf-component-manager-1.5.3.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-1.5.3.ebuild deleted file mode 100644 index 2ce0d756a..000000000 --- a/dev-embedded/idf-component-manager/idf-component-manager-1.5.3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11,12} ) -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/jsonschema[${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[${PYTHON_USEDEP}] -" - -# Requires additional files not available in the tarball -EPYTEST_DESELECT=( - tests/test_component_manager.py::test_pack_component_with_examples_errors - tests/test_component_manager.py::test_pack_component_with_dest_dir -) - -distutils_enable_tests pytest