From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF1951584AD for ; Mon, 21 Apr 2025 14:15:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AAB40343029 for ; Mon, 21 Apr 2025 14:15:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 052B51104BC; Mon, 21 Apr 2025 14:14:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F1C281104BC for ; Mon, 21 Apr 2025 14:14:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2715342FF3 for ; Mon, 21 Apr 2025 14:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7FFB2499 for ; Mon, 21 Apr 2025 14:14:40 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1745244287.98870ab2da89691af892f42f6cf09567cae7c70c.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/esptool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/esptool/esptool-4.8.1.ebuild X-VCS-Directories: dev-embedded/esptool/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 98870ab2da89691af892f42f6cf09567cae7c70c X-VCS-Branch: master Date: Mon, 21 Apr 2025 14:14:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c9b74d2-fe19-4138-9698-85e326545f22 X-Archives-Hash: dca386ca8378d1ccc5eaeec70a28a3d5 commit: 98870ab2da89691af892f42f6cf09567cae7c70c Author: Martin Dummer gmx net> AuthorDate: Sat Apr 12 09:57:21 2025 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Apr 21 14:04:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98870ab2 dev-embedded/esptool: porting to Python 3.13 Closes: https://bugs.gentoo.org/952288 Signed-off-by: Martin Dummer gmx.net> Closes: https://github.com/gentoo/gentoo/pull/41555 Signed-off-by: Viorel Munteanu gentoo.org> dev-embedded/esptool/esptool-4.8.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-embedded/esptool/esptool-4.8.1.ebuild b/dev-embedded/esptool/esptool-4.8.1.ebuild index de0d54efa264..58e296864a5b 100644 --- a/dev-embedded/esptool/esptool-4.8.1.ebuild +++ b/dev-embedded/esptool/esptool-4.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 @@ -34,6 +34,8 @@ BDEPEND=" ') test? ( $(python_gen_cond_dep ' dev-python/cffi[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/flaky[${PYTHON_USEDEP}] dev-python/pyelftools[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] ') )