mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-embedded/esp-idf: disable py3.11
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
|
||||
VER="13.2.0_20240530"
|
||||
GDB_VER="16.2_20250324"
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_GDB_USE=( python_targets_python3_{11,12} )
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
PYTHON_GDB_USE=( python_targets_python3_12 )
|
||||
VER="14.2.0_20250730"
|
||||
GDB_VER="16.3_20250913"
|
||||
OPENOCD_VER="0.12.0-esp32-20250707"
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
|
||||
# TODO: add esp-doc package in order to build documentation
|
||||
# TODO: add examples USE
|
||||
# TODO: unbundle mbedtls?
|
||||
# TODO: fix to python-single which should help to fix python-gdb dep
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_GDB_USE=( python_targets_python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
PYTHON_GDB_USE=( python_targets_python3_{12..13} )
|
||||
VER="14.2.0_20251107"
|
||||
GDB_VER="16.3_20250913"
|
||||
OPENOCD_VER="0.12.0-esp32-20251215"
|
||||
|
||||
Reference in New Issue
Block a user