dev-embedded/esp-idf-panic-decoder: add 1.3.0

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2025-03-31 12:28:58 +02:00
parent b266a1dec7
commit ee50866bee
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST esp_idf_panic_decoder-1.2.1.tar.gz 19299 BLAKE2B 7a48b26bac42e55884f049f70e0dc282174d1965dc41c0e44053c2880358eedcdc6a0145c8a55e3fbb9a1341e713d1e1d15813fd8b6377542b1e1a7056008648 SHA512 c46bf16fd0f19d3c067e4488c64e50dcfc05db554a6e916a3732421066b075ae9fcbaeae64317d763c46e279d4582cb6af004af730b2bca6d1723e6ec6b5fa4c
DIST esp_idf_panic_decoder-1.3.0.tar.gz 19814 BLAKE2B 6ab67841097e6403435c53e10dd4f99a226ca95c5886835b6a0f39d48173646a26265e684794b0948be21df9c79215b0eae626d133bf14464834ca9a305db136 SHA512 d472327cc12d264f6d212766c60781230c475882f46b1e3e58c942045be8e14dba4d303a9f7b280cc7b4521418beb7a4a6f1cbca01300d818085ee8a1f3b55f4

View File

@@ -0,0 +1,23 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout"
HOMEPAGE="https://github.com/espressif/esp-idf-panic-decoder"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
dev-python/pyelftools[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"