From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/idf-component-manager/ Date: Tue, 18 Jun 2024 12:42:15 +0000 (UTC) [thread overview] Message-ID: <1718714524.752a239d4daa73eb307f221dd2b95192f968cbce.flow@gentoo> (raw) commit: 752a239d4daa73eb307f221dd2b95192f968cbce Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Jun 18 12:42:04 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 12:42:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752a239d dev-embedded/idf-component-manager: drop 1.4.1, 1.5.2 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-embedded/idf-component-manager/Manifest | 2 - .../idf-component-manager-1.4.1.ebuild | 48 --------------------- .../idf-component-manager-1.5.2.ebuild | 49 ---------------------- 3 files changed, 99 deletions(-) diff --git a/dev-embedded/idf-component-manager/Manifest b/dev-embedded/idf-component-manager/Manifest index 8d75e9287..60fbf9985 100644 --- a/dev-embedded/idf-component-manager/Manifest +++ b/dev-embedded/idf-component-manager/Manifest @@ -1,3 +1 @@ -DIST idf-component-manager-1.4.1.gh.tar.gz 222994 BLAKE2B 659272939460a95f67156aaa978ad78e00f9dd138a63310559e8229927e6328d0c2939a9df15dd5c54af2f7f2527e10ac90211974c90c9cc4b127e000ac5b653 SHA512 fe1205728b6dd91dbc158a2112b0b216b3631fae8982b4f51e2905bdcf45cf5ad697201b56cac9413b72c663d61ce55c831a758453a4c0c904a29f5b1d64cfbf -DIST idf-component-manager-1.5.2.gh.tar.gz 318633 BLAKE2B 13064fdbebf672dee91b764c83ee07bebf64504676ec25ec9c40d181425c177e4080e6da2b3435115afeeff2608bc2a2a5545dc64d0e5d01e1e817c88fcdc0a9 SHA512 113d750956ce5935483f54884ea7290d6ebcc463ffaab5ae602a8ea341326ea1dffde5c929de155514fbd8692964801c787bc962d0c78dc87a27d841e004bd99 DIST idf-component-manager-1.5.3.gh.tar.gz 321425 BLAKE2B 1c5b1bd1dc50b214b5b9a8d4ae40681fd33118f4d83469d793de152627d2cd2e2497f3a7e771b27a5aac68886d242e2f3d44c69d94f38ce3385d8bec0700190a SHA512 6a8d5c493f5f361c3b02a145685b58862e8e96261cbe3c5436354446f95f5ca5782a9dd7fa5397bc58438166c07aea6bb958348d596f6a604d5044edba0584c0 diff --git a/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild deleted file mode 100644 index 216816205..000000000 --- a/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 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-2.0.0[${PYTHON_USEDEP}] -" - -# Requires additional files not available in the tarball -EPYTEST_DESELECT=( - tests/test_component_manager.py::test_pack_component_with_examples_errors -) - -distutils_enable_tests pytest diff --git a/dev-embedded/idf-component-manager/idf-component-manager-1.5.2.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-1.5.2.ebuild deleted file mode 100644 index 436be4935..000000000 --- a/dev-embedded/idf-component-manager/idf-component-manager-1.5.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 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-2.0.0[${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
WARNING: multiple messages have this Message-ID (diff)
From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/idf-component-manager/ Date: Tue, 18 Jun 2024 12:42:21 +0000 (UTC) [thread overview] Message-ID: <1718714524.752a239d4daa73eb307f221dd2b95192f968cbce.flow@gentoo> (raw) Message-ID: <20240618124221.dNSpkJTKwVeZuizbTjt1pRT8oRXf7o5G3JGA4PjQoHg@z> (raw) commit: 752a239d4daa73eb307f221dd2b95192f968cbce Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Jun 18 12:42:04 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 12:42:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752a239d dev-embedded/idf-component-manager: drop 1.4.1, 1.5.2 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-embedded/idf-component-manager/Manifest | 2 - .../idf-component-manager-1.4.1.ebuild | 48 --------------------- .../idf-component-manager-1.5.2.ebuild | 49 ---------------------- 3 files changed, 99 deletions(-) diff --git a/dev-embedded/idf-component-manager/Manifest b/dev-embedded/idf-component-manager/Manifest index 8d75e9287..60fbf9985 100644 --- a/dev-embedded/idf-component-manager/Manifest +++ b/dev-embedded/idf-component-manager/Manifest @@ -1,3 +1 @@ -DIST idf-component-manager-1.4.1.gh.tar.gz 222994 BLAKE2B 659272939460a95f67156aaa978ad78e00f9dd138a63310559e8229927e6328d0c2939a9df15dd5c54af2f7f2527e10ac90211974c90c9cc4b127e000ac5b653 SHA512 fe1205728b6dd91dbc158a2112b0b216b3631fae8982b4f51e2905bdcf45cf5ad697201b56cac9413b72c663d61ce55c831a758453a4c0c904a29f5b1d64cfbf -DIST idf-component-manager-1.5.2.gh.tar.gz 318633 BLAKE2B 13064fdbebf672dee91b764c83ee07bebf64504676ec25ec9c40d181425c177e4080e6da2b3435115afeeff2608bc2a2a5545dc64d0e5d01e1e817c88fcdc0a9 SHA512 113d750956ce5935483f54884ea7290d6ebcc463ffaab5ae602a8ea341326ea1dffde5c929de155514fbd8692964801c787bc962d0c78dc87a27d841e004bd99 DIST idf-component-manager-1.5.3.gh.tar.gz 321425 BLAKE2B 1c5b1bd1dc50b214b5b9a8d4ae40681fd33118f4d83469d793de152627d2cd2e2497f3a7e771b27a5aac68886d242e2f3d44c69d94f38ce3385d8bec0700190a SHA512 6a8d5c493f5f361c3b02a145685b58862e8e96261cbe3c5436354446f95f5ca5782a9dd7fa5397bc58438166c07aea6bb958348d596f6a604d5044edba0584c0 diff --git a/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild deleted file mode 100644 index 216816205..000000000 --- a/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 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-2.0.0[${PYTHON_USEDEP}] -" - -# Requires additional files not available in the tarball -EPYTEST_DESELECT=( - tests/test_component_manager.py::test_pack_component_with_examples_errors -) - -distutils_enable_tests pytest diff --git a/dev-embedded/idf-component-manager/idf-component-manager-1.5.2.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-1.5.2.ebuild deleted file mode 100644 index 436be4935..000000000 --- a/dev-embedded/idf-component-manager/idf-component-manager-1.5.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 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-2.0.0[${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
next reply other threads:[~2024-06-18 12:42 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-06-18 12:42 Florian Schmaus [this message] 2024-06-18 12:42 ` [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/idf-component-manager/ Florian Schmaus -- strict thread matches above, loose matches on Subject: below -- 2024-10-29 14:48 [gentoo-commits] repo/proj/guru:dev " David Roman 2024-09-10 14:56 David Roman 2024-09-05 10:45 David Roman 2024-09-05 10:38 David Roman 2024-06-18 12:42 [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2024-06-18 12:42 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2024-03-14 10:19 [gentoo-commits] repo/proj/guru:master " David Roman 2024-03-14 9:47 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-03-14 9:47 David Roman 2024-02-19 16:57 David Roman 2024-01-11 11:57 [gentoo-commits] repo/proj/guru:master " David Roman 2024-01-11 11:57 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-01-11 11:57 David Roman 2023-10-16 12:07 David Roman 2023-10-16 12:07 David Roman 2023-10-16 12:05 David Roman 2023-09-04 11:56 David Roman 2023-07-18 9:17 David Roman 2023-07-05 13:18 David Roman 2022-12-05 23:00 David Roman
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1718714524.752a239d4daa73eb307f221dd2b95192f968cbce.flow@gentoo \ --to=flow@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox