dev-embedded/esp-idf-panic-decoder: new package, add 0.2.0

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2023-11-20 14:57:17 +01:00
parent cdd15df7e9
commit 4678ad2537
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST esp_idf_panic_decoder-0.2.0.tar.gz 15765 BLAKE2B 87b754bff98571ca7f3377aff625ea5bb4b485b4e3e2fa0178944f4f879a6f5c206377692a19548d0394c1f78454e6cbfb79867c7649381032e90fd8c6721bd1 SHA512 dd580b74a5e823f5fae70298329524e235bf45fab750698190f560b3089eb3ecc15e675998678bf1e8f033218e3d2c83a50365b58d17cdb10a070bc7d3c77aa2

View File

@@ -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"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>davidroman96@gmail.com</email>
<name>David Roman</name>
</maintainer>
<upstream>
<remote-id type="github">espressif/esp-idf-panic-decoder</remote-id>
<remote-id type="pypi">esp-idf-panic-decoder</remote-id>
</upstream>
</pkgmetadata>