dev-embedded/esp-idf-monitor: add 1.8.0

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-01-07 16:07:53 +01:00
parent 6e53199970
commit 47c48c3058
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST esp_idf_monitor-1.7.0.tar.gz 48111 BLAKE2B 2c5684e923bc4818c4a07b033f918201b908ea965cd8e68c85489b2c47283c3519953138271abe34432b52f07d7f2913961364ba443aec9268b00bdace89c347 SHA512 a931428f7da8fb7bdeeda105551f58b5e325856861663860456af05943ea91111269e9254b05404e46e0c4821a02c20d2b40b61fcc715578db6e4b176e38358b
DIST esp_idf_monitor-1.8.0.tar.gz 48324 BLAKE2B e21c7a427b3f2d3bdff865fd6b83ac7af0bcb7b2e86e36478a509b0330273f4cb6947948ad1dabb8bbb2052a48395012dc1bc972fb9096a11a4dd63555002445 SHA512 34a65372fd68e796aac13aec7ddb8713341d2f136916a5aeecda8d3fe724bb8d2c5175358717fe65390f9dff220bff2402e3bbf655d55931984ee0e7b5a8b118

View File

@@ -0,0 +1,25 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Python object-oriented database"
HOMEPAGE="https://github.com/espressif/esp-idf-monitor"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
dev-embedded/esp-coredump[${PYTHON_USEDEP}]
dev-embedded/esp-idf-panic-decoder[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"