mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-embedded/esp-idf-kconfig: add 3.11.1
Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST esp_idf_kconfig-2.5.2.tar.gz 140746 BLAKE2B 3ab5d56956004a633118930b05b05a296d2be882a790709b1de845728f8c83492a1d28df6cbf0e437c39a9663b74771ea6c412dd0c157927676dbf2df8f142c3 SHA512 e2619ae2471ef8071125158d42342b12e769fdfa55a9a035d987b7a25201240211a2189146c4f71e80c8e645f93abdeb0baafa301e352432687a1ee1812174ee
|
||||
DIST esp_idf_kconfig-3.11.1.tar.gz 160993 BLAKE2B 7cd67c27117b595f5504df23e456302140229743100951842ed714e5681f5f52ace33de742512513b7332bdf728f4a9a867020756501f423673d257bd76a9c47 SHA512 e513af5898ca01a33dfed8e5ec5073965f18701bdb327a1064c2806a15b824ac9b67a1e99e242944f4e61443b793d93a0b1652ad63bd1a1cf82f52f1ee171d01
|
||||
DIST esp_idf_kconfig-3.8.1.tar.gz 174675 BLAKE2B e89a3ebe8bdd0e1c56205e5967d19643058148770d33af5791dc9e0dc39775f6d43d6bfd5f931c1652e44c482c637fb1035773b128d6058d7b22c30555495bf3 SHA512 a7a04e0c2d3050f4ba6f9757a440396c7a184ed4a09eab037e25b6806e24ccbb9d4bdc7a9f14c8059fa6dcca10406a93489c4c8bf9df93816b306870447eb3d9
|
||||
|
||||
24
dev-embedded/esp-idf-kconfig/esp-idf-kconfig-3.11.1.ebuild
Normal file
24
dev-embedded/esp-idf-kconfig/esp-idf-kconfig-3.11.1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{{12..15},13t} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Kconfig tooling for esp-idf"
|
||||
HOMEPAGE="https://github.com/espressif/esp-idf-kconfig"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm -r docs || die
|
||||
}
|
||||
Reference in New Issue
Block a user