mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-embedded/esp-idf-monitor: add 1.8.0
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
25
dev-embedded/esp-idf-monitor/esp-idf-monitor-1.8.0.ebuild
Normal file
25
dev-embedded/esp-idf-monitor/esp-idf-monitor-1.8.0.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user