From e4fc4c56fd00a4016cff669af558c56218e8ab94 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 31 May 2026 11:57:35 +0200 Subject: [PATCH] dev-embedded/nodemcu-uploader: enable py3.14 Closes: https://bugs.gentoo.org/973821 Signed-off-by: Pacho Ramos --- .../nodemcu-uploader/nodemcu-uploader-1.0.0-r1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-embedded/nodemcu-uploader/nodemcu-uploader-1.0.0-r1.ebuild b/dev-embedded/nodemcu-uploader/nodemcu-uploader-1.0.0-r1.ebuild index e13505b028f76..ea0bb317c73c4 100644 --- a/dev-embedded/nodemcu-uploader/nodemcu-uploader-1.0.0-r1.ebuild +++ b/dev-embedded/nodemcu-uploader/nodemcu-uploader-1.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 @@ -25,9 +25,7 @@ RDEPEND=" >=dev-python/pyserial-3.4[${PYTHON_USEDEP}] " BDEPEND=" - test? ( - ${RDEPEND} - ) + test? ( ${RDEPEND} ) " src_prepare() {