mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-embedded/esp-idf-panic-decoder: add 1.5.0
Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST esp_idf_panic_decoder-1.4.1.tar.gz 21772 BLAKE2B 3a972cb735d5dd72edd2aedc98e7d75a3d4d5145f882c2ce0a1e912661609929a3ff7ed7e90d4fb9cce34ceb0a0e01847cce04a17d1a99209925d6bc441b07ef SHA512 88d05bd30cd420c1cc0b437861b2b907b68e5795e21f8d85f8d29aa2e754a7be0e308d38da4cbf67b5ddf5bd6311a352fd2004b0811698eaabc026f8a79b869d
|
||||
DIST esp_idf_panic_decoder-1.5.0.tar.gz 21841 BLAKE2B 2d451dac1bf259403c4e82233cca576b370cce757973fd0efe9c1f2473177e2744fb332495ea64353fd862e13928c65a8f0afc26e2956a7afdbfda93180147f6 SHA512 da9e84e4a84938a2fa9e8d2041db9dae6791676897d665332312c4ec8b32c5eb11115324b10a91cbd2dca66ce9dfe00689a1df9e2cf3638a74257b52dec17c6d
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
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}]
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user