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 D56F31584F2 for ; Mon, 17 Mar 2025 16:42:12 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BF03D3432FD for ; Mon, 17 Mar 2025 16:42:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B2DE011037F; Mon, 17 Mar 2025 16:42:11 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A97CB11037F for ; Mon, 17 Mar 2025 16:42:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56BD73432F2 for ; Mon, 17 Mar 2025 16:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A18841D72 for ; Mon, 17 Mar 2025 16:42:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1742229710.d7de16795c884b770d74b837833873a4b9af8178.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d7de16795c884b770d74b837833873a4b9af8178 X-VCS-Branch: master Date: Mon, 17 Mar 2025 16:42:09 +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: fa9947f5-b2f6-4214-9b9c-f4dcb46f98a8 X-Archives-Hash: 6db2654713d2b9d975b9d44ac19e42a7 commit: d7de16795c884b770d74b837833873a4b9af8178 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 17 16:11:36 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 17 16:41:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7de1679 dev-util/kdevelop-python: enable py3.13 Closes: https://bugs.gentoo.org/951472 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild b/dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild index ec3e77b4aa45..b2f54611479d 100644 --- a/dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild @@ -6,8 +6,13 @@ EAPI=8 ECM_TEST="forceoptional" KDE_ORG_CATEGORY="kdevelop" KDE_ORG_NAME="kdev-python" +<<<<<<< HEAD:dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild PYTHON_COMPAT=( python3_{10..12} ) KFMIN=6.7.0 +======= +PYTHON_COMPAT=( python3_{10..13} ) +KFMIN=6.9.0 +>>>>>>> 4c736eb28226 (dev-util/kdevelop-python: enable py3.13):dev-util/kdevelop-python/kdevelop-python-25.03.80.ebuild QTMIN=6.7.2 inherit ecm gear.kde.org python-single-r1