dev-embedded/esp-idf-nvs-partition-gen: new package, add 0.1.3

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-09-19 15:47:21 +02:00
parent a183d78337
commit a84b82a1ff
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST esp_idf_nvs_partition_gen-0.1.3.tar.gz 22635 BLAKE2B bcc7ff764a1870fc27675511d456ab19bd97ce6803128286077b1e6f8e4a7b4dbc6c0c441807ba91fe43c78b2f3e2c4b230b27221982c38a5e23afbca4a3d79e SHA512 2e560eb2e723079e42a0a86e5a65c5ed4e922b5b0f4501cdc450c16c6a5d7f841fe017be9d6e64f1c79eb78352e000f59e8500d933d5afb0119ae10068bb8ecf

View File

@@ -0,0 +1,16 @@
# 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-nvs-partition-gen"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

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-nvs-partition-gen</remote-id>
<remote-id type="pypi">esp-idf-nvs-partition-gen</remote-id>
</upstream>
</pkgmetadata>