public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/idf-component-manager/
Date: Mon,  5 Dec 2022 23:00:24 +0000 (UTC)	[thread overview]
Message-ID: <1670278870.a3455a245f3a2428903e2025556ac034db94467f.davidroman@gentoo> (raw)

commit:     a3455a245f3a2428903e2025556ac034db94467f
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Dec  5 22:20:45 2022 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec  5 22:21:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3455a24

dev-embedded/idf-component-manager: new package, add 1.1.4

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-embedded/idf-component-manager/Manifest        |  1 +
 .../idf-component-manager-1.1.4.ebuild             | 23 ++++++++++++++++++++++
 dev-embedded/idf-component-manager/metadata.xml    |  8 ++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-embedded/idf-component-manager/Manifest b/dev-embedded/idf-component-manager/Manifest
new file mode 100644
index 000000000..471042c75
--- /dev/null
+++ b/dev-embedded/idf-component-manager/Manifest
@@ -0,0 +1 @@
+DIST idf-component-manager-1.1.4.gh.tar.gz 135617 BLAKE2B e9bd7bdfbd8c8919791c3afbd3a777c06c01794755698c3adb819ec6725c6da2ffd791432bb29105d68af30ed203842dd7a5e80bce7d00bdf09e2b4fe44891fd SHA512 eb0bd12a6c6b574e2df46c2cc68db333e8dbf145c24aa6dc50660ec0d34cf36d21a47d79a94baafae8aa9e6cab75284bdd962436b2e5304d29d3a243454bb571

diff --git a/dev-embedded/idf-component-manager/idf-component-manager-1.1.4.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-1.1.4.ebuild
new file mode 100644
index 000000000..7013a2e86
--- /dev/null
+++ b/dev-embedded/idf-component-manager/idf-component-manager-1.1.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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"
+
+RDEPEND="
+	dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+	dev-python/schema[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
+"

diff --git a/dev-embedded/idf-component-manager/metadata.xml b/dev-embedded/idf-component-manager/metadata.xml
new file mode 100644
index 000000000..01c1fc848
--- /dev/null
+++ b/dev-embedded/idf-component-manager/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-12-05 23:00 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 23:00 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-05 13:18 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/idf-component-manager/ David Roman
2023-07-18  9:17 David Roman
2023-09-04 11:56 David Roman
2023-10-16 12:05 David Roman
2023-10-16 12:07 David Roman
2023-10-16 12:07 David Roman
2024-01-11 11: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-02-19 16:57 David Roman
2024-03-14  9:47 David Roman
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-06-18 12:42 Florian Schmaus
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-09-05 10:38 David Roman
2024-09-05 10:45 David Roman
2024-09-10 14:56 David Roman
2024-10-29 14:48 David Roman
2025-01-08 10:34 David Roman
2025-02-11 14:26 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=1670278870.a3455a245f3a2428903e2025556ac034db94467f.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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: link
Be 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