dev-embedded/esp-coredump: drop 1.10.0

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman 2025-03-31 12:16:58 +02:00
parent e94545bb44
commit eeaa4a684c
No known key found for this signature in database
GPG Key ID: FFAD0D85E1A0C8D7
2 changed files with 0 additions and 33 deletions

View File

@ -1,2 +1 @@
DIST esp-coredump-1.10.0.tar.gz 38075 BLAKE2B de118197d460c2324e39fee2378a9d027050b2cc0e23b8ce87aea77b0d2d08c413fe44e0c78e1ea381b5c9ad4a2068ae4c10dd5805dab6a7a2a5443db3242e05 SHA512 1c16a9e6a9637a7d1f6ce63a7275837afa8d48ddb891ca14f436b97826c650ced0a424baa5d6f0951e90264b0cae4f6a4cbad4841f3a011bdec3184e4f7e6ffe
DIST esp-coredump-1.11.0.tar.gz 39035 BLAKE2B 75758ff0d2ea6b8a4b5d66d54c7874efe3fb3017dfa593dc4277144156d53007510921714117c51a748c8921b0841559b1c068d6adf0954dc3b79cc571c731c0 SHA512 2ce3f48510ae922597b57c21ed84659f35a6a04ebe5c8387fb35a75371c31ec08f402d911cc45fbb8fe50ea5353b8116f3677cd1cad9232ca69bc33cb063ae26

View File

@ -1,32 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
DESCRIPTION="Utility that helps users to retrieve and analyse core dumps"
HOMEPAGE="https://github.com/espressif/esp-coredump"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
dev-embedded/esptool
dev-python/construct[${PYTHON_USEDEP}]
dev-python/pygdbmi[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
src_prepare() {
default
rm -r tests || die
}