mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-embedded/esp-idf-panic-decoder: add 1.0.1
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
parent
cc50f32ac1
commit
d010a2b6e7
@ -1 +1,2 @@
|
||||
DIST esp_idf_panic_decoder-0.2.0.tar.gz 15765 BLAKE2B 87b754bff98571ca7f3377aff625ea5bb4b485b4e3e2fa0178944f4f879a6f5c206377692a19548d0394c1f78454e6cbfb79867c7649381032e90fd8c6721bd1 SHA512 dd580b74a5e823f5fae70298329524e235bf45fab750698190f560b3089eb3ecc15e675998678bf1e8f033218e3d2c83a50365b58d17cdb10a070bc7d3c77aa2
|
||||
DIST esp_idf_panic_decoder-1.0.1.tar.gz 18808 BLAKE2B 6441c2df752e88c0be868415e5e21bfe1b1994a3c8b0d09e992a1e96c2c366bb00797e52cfa712f90390d49ba56cb939f58a4b6fdd45f050e703aecd82bae467 SHA512 9fe496067b660a5c1402d96e52830a799cce5513bbe2f66779ff7386105bd4b46ba7d722a01c4f79be1fa962045144cc7881d64313bf2b0da7f23eafdcb8712c
|
||||
|
@ -0,0 +1,18 @@
|
||||
# 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,12} )
|
||||
|
||||
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"
|
Loading…
x
Reference in New Issue
Block a user