summaryrefslogtreecommitdiff
path: root/dev-embedded/idf-component-manager
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:47:34 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:47:34 -0500
commitdda948891d3731927b821ce31f9d9a2d03ba20c5 (patch)
tree99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-embedded/idf-component-manager
parenta3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff)
downloadbaldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz
baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz
baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip
Adding metadata
Diffstat (limited to 'dev-embedded/idf-component-manager')
-rw-r--r--dev-embedded/idf-component-manager/Manifest4
-rw-r--r--dev-embedded/idf-component-manager/idf-component-manager-2.4.2.ebuild77
-rw-r--r--dev-embedded/idf-component-manager/idf-component-manager-2.4.6.ebuild81
-rw-r--r--dev-embedded/idf-component-manager/idf-component-manager-3.0.0.ebuild81
-rw-r--r--dev-embedded/idf-component-manager/idf-component-manager-3.0.2.ebuild81
-rw-r--r--dev-embedded/idf-component-manager/metadata.xml9
6 files changed, 333 insertions, 0 deletions
diff --git a/dev-embedded/idf-component-manager/Manifest b/dev-embedded/idf-component-manager/Manifest
new file mode 100644
index 000000000000..32d97a148ccf
--- /dev/null
+++ b/dev-embedded/idf-component-manager/Manifest
@@ -0,0 +1,4 @@
+DIST idf-component-manager-2.4.2.gh.tar.gz 328411 BLAKE2B 26dda6f11bcc1d36ddc51b79e0bfa9b7c537e1f7e116f0c8df57cbd395d196e6b0d54d7039024e4fdef4f37c7d6e3275f7b22471f2595b9a6eafda9f3b62ba4e SHA512 437c79a18c1cad50aa61486dce1a8d5b690a2ff4fd525084d4ef02ff6b2db7b0ab986f5e64ff6bc2cb635a22e2c835db71b9334d1061511f85ced55f3f3dcb5a
+DIST idf-component-manager-2.4.6.gh.tar.gz 336846 BLAKE2B ef1c6bd3b6591b9b796dcd31ef8c2eee1a87eb1680730e0281bab3ad3ed11a0a81ebc9bbd9d774426b7b7845d72ca5c93b059c5b9f92820ffc15610c2d3ec0a5 SHA512 93bfd0179b9b98ea8b40cc73be6f2394ed358a682f1a0c3ad278269f39a78385a074b997412b1a83bb66ea284f5ca96898995daf3614ccf85b2e360aa21ab82c
+DIST idf-component-manager-3.0.0.gh.tar.gz 341925 BLAKE2B 505bfedb91ee3658b77a3542b896975e830ee42150763e7736ec3b5e06298fbdef26829bb3efd27a69278abf6051330c85ccd7830d2c3b6eec6bd568410d6263 SHA512 6b01c407ec9ea4e5be4d688fc1606c34d0f20c870553bef7b6759ae6401472ef49cbfc78a236062eaf1c62843e586ae9e21e6d6e8d36f00e359de33b398f5c58
+DIST idf-component-manager-3.0.2.gh.tar.gz 345743 BLAKE2B 93f300f0b182070914d7899f0f09ca38377ad4262307d8bdb9c11abfe876bc9ed90d365aab21588145f072d08525ce2df56c4762af9120bb4b4a1e078c6561b3 SHA512 6f0cb69c114fa521bed6d6e0cae98196a2192e908e3e59904b1937104ec9c0e968f0936c9826a5099654bd973d761ca17aa9b1897bd2845d87307d35bfe4b944
diff --git a/dev-embedded/idf-component-manager/idf-component-manager-2.4.2.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-2.4.2.ebuild
new file mode 100644
index 000000000000..8da412c2e91a
--- /dev/null
+++ b/dev-embedded/idf-component-manager/idf-component-manager-2.4.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+DISTUTILS_USE_PEP517=setuptools
+
+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/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/jsonref[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ dev-python/pydantic-settings[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+ dev-python/requests-file[${PYTHON_USEDEP}]
+ dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+ dev-python/schema[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]
+"
+
+# Requires networking or additional files not available in the tarball
+EPYTEST_DESELECT=(
+ tests/core/test_upload_component.py::test_check_only_upload_component
+ tests/test_component_manager.py::test_pack_component_with_examples_errors
+ tests/test_component_manager.py::test_pack_component_with_dest_dir
+ tests/test_profile.py::TestMultiStorageClient::test_registry_storage_url
+ tests/test_profile.py::TestMultiStorageClient::test_storage_clients_precedence
+ tests/test_mirror_sync.py::test_sync_dependency_with_matches
+ tests/test_mirror_sync.py::test_sync_dependency_with_rules
+ tests/test_mirror_sync.py::test_update_existing_local_mirror
+ tests/test_mirror_sync.py::test_registry_sync_latest_with_two_requirements
+ tests/cli/test_manifest_command.py::test_add_git_dependency
+ tests/cli/test_manifest_command.py::test_add_git_dependency_invalid
+ tests/cli/test_manifest_command.py::test_manifest_keeps_comments
+ tests/cli/test_module.py::test_raise_exception_on_warnings
+ tests/cli/test_registry_command.py::test_logout_from_registry_revoked_token
+ tests/sources/test_git.py::test_versions_component_hash
+
+ tests/test_lock.py::TestLockManager::test_lock_dump_with_solution
+ tests/test_lock.py::TestLockManager::test_lock_dump_with_dictionary
+ tests/test_lock.py::TestLockManager::test_lock_dump
+)
+
+# network access
+EPYTEST_IGNORE=(
+ tests/test_api_client.py
+ tests/test_prepare_dep_dirs.py
+)
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
diff --git a/dev-embedded/idf-component-manager/idf-component-manager-2.4.6.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-2.4.6.ebuild
new file mode 100644
index 000000000000..4965a4612179
--- /dev/null
+++ b/dev-embedded/idf-component-manager/idf-component-manager-2.4.6.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+DISTUTILS_USE_PEP517=setuptools
+
+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/filelock[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+ dev-python/vcrpy[${PYTHON_USEDEP}]
+ dev-vcs/git
+ )
+"
+
+RDEPEND="
+ dev-python/cachecontrol[${PYTHON_USEDEP}]
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/colorama[${PYTHON_USEDEP}]
+ dev-python/jsonref[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ dev-python/pydantic-settings[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+ dev-python/requests-file[${PYTHON_USEDEP}]
+ dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+ dev-python/schema[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]
+"
+
+# Requires networking or additional files not available in the tarball
+EPYTEST_DESELECT=(
+ tests/core/test_upload_component.py::test_check_only_upload_component
+ tests/test_component_manager.py::test_pack_component_with_examples_errors
+ tests/test_component_manager.py::test_pack_component_with_dest_dir
+ tests/test_profile.py::TestMultiStorageClient::test_registry_storage_url
+ tests/test_profile.py::TestMultiStorageClient::test_storage_clients_precedence
+ tests/test_mirror_sync.py::test_collect_component_versions_merges_multiple_specs
+ tests/test_mirror_sync.py::test_sync_dependency_with_matches
+ tests/test_mirror_sync.py::test_sync_dependency_with_rules
+ tests/test_mirror_sync.py::test_update_existing_local_mirror
+ tests/test_mirror_sync.py::test_registry_sync_latest_with_two_requirements
+ tests/cli/test_manifest_command.py::test_add_git_dependency
+ tests/cli/test_manifest_command.py::test_add_git_dependency_invalid
+ tests/cli/test_manifest_command.py::test_manifest_keeps_comments
+ tests/cli/test_module.py::test_raise_exception_on_warnings
+ tests/cli/test_registry_command.py::test_logout_from_registry_revoked_token
+ tests/sources/test_git.py::test_versions_component_hash
+ tests/version_solver/test_local_components_precedence.py::test_local_component_transitive_dependency
+ tests/version_solver/test_local_components_precedence.py::test_local_component_chain_dependency
+
+ tests/test_lock.py::TestLockManager::test_lock_dump_with_solution
+ tests/test_lock.py::TestLockManager::test_lock_dump_with_dictionary
+ tests/test_lock.py::TestLockManager::test_lock_dump
+)
+
+# network access
+EPYTEST_IGNORE=(
+ tests/test_api_client.py
+ tests/test_prepare_dep_dirs.py
+)
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
diff --git a/dev-embedded/idf-component-manager/idf-component-manager-3.0.0.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-3.0.0.ebuild
new file mode 100644
index 000000000000..4965a4612179
--- /dev/null
+++ b/dev-embedded/idf-component-manager/idf-component-manager-3.0.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+DISTUTILS_USE_PEP517=setuptools
+
+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/filelock[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+ dev-python/vcrpy[${PYTHON_USEDEP}]
+ dev-vcs/git
+ )
+"
+
+RDEPEND="
+ dev-python/cachecontrol[${PYTHON_USEDEP}]
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/colorama[${PYTHON_USEDEP}]
+ dev-python/jsonref[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ dev-python/pydantic-settings[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+ dev-python/requests-file[${PYTHON_USEDEP}]
+ dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+ dev-python/schema[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]
+"
+
+# Requires networking or additional files not available in the tarball
+EPYTEST_DESELECT=(
+ tests/core/test_upload_component.py::test_check_only_upload_component
+ tests/test_component_manager.py::test_pack_component_with_examples_errors
+ tests/test_component_manager.py::test_pack_component_with_dest_dir
+ tests/test_profile.py::TestMultiStorageClient::test_registry_storage_url
+ tests/test_profile.py::TestMultiStorageClient::test_storage_clients_precedence
+ tests/test_mirror_sync.py::test_collect_component_versions_merges_multiple_specs
+ tests/test_mirror_sync.py::test_sync_dependency_with_matches
+ tests/test_mirror_sync.py::test_sync_dependency_with_rules
+ tests/test_mirror_sync.py::test_update_existing_local_mirror
+ tests/test_mirror_sync.py::test_registry_sync_latest_with_two_requirements
+ tests/cli/test_manifest_command.py::test_add_git_dependency
+ tests/cli/test_manifest_command.py::test_add_git_dependency_invalid
+ tests/cli/test_manifest_command.py::test_manifest_keeps_comments
+ tests/cli/test_module.py::test_raise_exception_on_warnings
+ tests/cli/test_registry_command.py::test_logout_from_registry_revoked_token
+ tests/sources/test_git.py::test_versions_component_hash
+ tests/version_solver/test_local_components_precedence.py::test_local_component_transitive_dependency
+ tests/version_solver/test_local_components_precedence.py::test_local_component_chain_dependency
+
+ tests/test_lock.py::TestLockManager::test_lock_dump_with_solution
+ tests/test_lock.py::TestLockManager::test_lock_dump_with_dictionary
+ tests/test_lock.py::TestLockManager::test_lock_dump
+)
+
+# network access
+EPYTEST_IGNORE=(
+ tests/test_api_client.py
+ tests/test_prepare_dep_dirs.py
+)
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
diff --git a/dev-embedded/idf-component-manager/idf-component-manager-3.0.2.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-3.0.2.ebuild
new file mode 100644
index 000000000000..4965a4612179
--- /dev/null
+++ b/dev-embedded/idf-component-manager/idf-component-manager-3.0.2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+DISTUTILS_USE_PEP517=setuptools
+
+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/filelock[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+ dev-python/vcrpy[${PYTHON_USEDEP}]
+ dev-vcs/git
+ )
+"
+
+RDEPEND="
+ dev-python/cachecontrol[${PYTHON_USEDEP}]
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/colorama[${PYTHON_USEDEP}]
+ dev-python/jsonref[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ dev-python/pydantic-settings[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+ dev-python/requests-file[${PYTHON_USEDEP}]
+ dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+ dev-python/schema[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]
+"
+
+# Requires networking or additional files not available in the tarball
+EPYTEST_DESELECT=(
+ tests/core/test_upload_component.py::test_check_only_upload_component
+ tests/test_component_manager.py::test_pack_component_with_examples_errors
+ tests/test_component_manager.py::test_pack_component_with_dest_dir
+ tests/test_profile.py::TestMultiStorageClient::test_registry_storage_url
+ tests/test_profile.py::TestMultiStorageClient::test_storage_clients_precedence
+ tests/test_mirror_sync.py::test_collect_component_versions_merges_multiple_specs
+ tests/test_mirror_sync.py::test_sync_dependency_with_matches
+ tests/test_mirror_sync.py::test_sync_dependency_with_rules
+ tests/test_mirror_sync.py::test_update_existing_local_mirror
+ tests/test_mirror_sync.py::test_registry_sync_latest_with_two_requirements
+ tests/cli/test_manifest_command.py::test_add_git_dependency
+ tests/cli/test_manifest_command.py::test_add_git_dependency_invalid
+ tests/cli/test_manifest_command.py::test_manifest_keeps_comments
+ tests/cli/test_module.py::test_raise_exception_on_warnings
+ tests/cli/test_registry_command.py::test_logout_from_registry_revoked_token
+ tests/sources/test_git.py::test_versions_component_hash
+ tests/version_solver/test_local_components_precedence.py::test_local_component_transitive_dependency
+ tests/version_solver/test_local_components_precedence.py::test_local_component_chain_dependency
+
+ tests/test_lock.py::TestLockManager::test_lock_dump_with_solution
+ tests/test_lock.py::TestLockManager::test_lock_dump_with_dictionary
+ tests/test_lock.py::TestLockManager::test_lock_dump
+)
+
+# network access
+EPYTEST_IGNORE=(
+ tests/test_api_client.py
+ tests/test_prepare_dep_dirs.py
+)
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
diff --git a/dev-embedded/idf-component-manager/metadata.xml b/dev-embedded/idf-component-manager/metadata.xml
new file mode 100644
index 000000000000..6e8632a248e2
--- /dev/null
+++ b/dev-embedded/idf-component-manager/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>stkw0@disroot.org</email>
+ <name>David Roman</name>
+ </maintainer>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>