dev-embedded/esp-idf-panic-decoder: drop 1.1.0, 1.2.1

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman 2025-03-31 12:28:26 +02:00
parent b693d6be2b
commit b266a1dec7
No known key found for this signature in database
GPG Key ID: FFAD0D85E1A0C8D7
3 changed files with 0 additions and 37 deletions

View File

@ -1,2 +1 @@
DIST esp_idf_panic_decoder-1.1.0.tar.gz 19070 BLAKE2B 802c637344e3c135fa7703a6c82becc3ff4f8a519a2e92cd3c5b2596e7c7953d55c59c9757927c158cb98e19813c73d2cf4d3555894b32192a0949b59293d72d SHA512 559a684f3589fb26f41ed87c1e8fafdf572cba16edf62385d568ab01466a8660a955f2fa561b683570a997a6e02c61dfd5b83a43f57bdb775b208ced2a6edad5
DIST esp_idf_panic_decoder-1.2.1.tar.gz 19299 BLAKE2B 7a48b26bac42e55884f049f70e0dc282174d1965dc41c0e44053c2880358eedcdc6a0145c8a55e3fbb9a1341e713d1e1d15813fd8b6377542b1e1a7056008648 SHA512 c46bf16fd0f19d3c067e4488c64e50dcfc05db554a6e916a3732421066b075ae9fcbaeae64317d763c46e279d4582cb6af004af730b2bca6d1723e6ec6b5fa4c

View File

@ -1,18 +0,0 @@
# 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

@ -1,18 +0,0 @@
# 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"