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 4A46F1580EB for ; Sat, 24 May 2025 17:41:02 +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 8271934306D for ; Sat, 24 May 2025 17:41:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ABD4111047D; Sat, 24 May 2025 17:40:57 +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 9CF14110287 for ; Sat, 24 May 2025 17:40:57 +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 5BE0F3430DC for ; Sat, 24 May 2025 17:40:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2959198A for ; Sat, 24 May 2025 17:40:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748108185.26b746e2010c93c428cf872f920e63f4ef6d6dc4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cangjie/cangjie-1.3-r1.ebuild dev-python/cangjie/cangjie-1.3-r2.ebuild X-VCS-Directories: dev-python/cangjie/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 26b746e2010c93c428cf872f920e63f4ef6d6dc4 X-VCS-Branch: master Date: Sat, 24 May 2025 17:40:55 +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: b154ad2d-1eac-4be7-96bb-147cd820b3bd X-Archives-Hash: c717e91224bc8a0770314f1d8c8cd206 commit: 26b746e2010c93c428cf872f920e63f4ef6d6dc4 Author: Sam James gentoo org> AuthorDate: Sat May 24 17:36:25 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 24 17:36:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b746e2 dev-python/cangjie: EAPI 8, enable py3.12, enable py3.13, enable py3.14 Closes: https://bugs.gentoo.org/929443 Signed-off-by: Sam James gentoo.org> .../{cangjie-1.3-r1.ebuild => cangjie-1.3-r2.ebuild} | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/dev-python/cangjie/cangjie-1.3-r1.ebuild b/dev-python/cangjie/cangjie-1.3-r2.ebuild similarity index 81% rename from dev-python/cangjie/cangjie-1.3-r1.ebuild rename to dev-python/cangjie/cangjie-1.3-r2.ebuild index 26af275effb7..5fcc22b6d6aa 100644 --- a/dev-python/cangjie/cangjie-1.3-r1.ebuild +++ b/dev-python/cangjie/cangjie-1.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit autotools python-r1 DESCRIPTION="Python wrapper for libcangjie" @@ -13,14 +13,17 @@ SRC_URI="https://github.com/Cangjians/py${PN}/releases/download/v${PV}/${P#py}.t LICENSE="LGPL-3+" SLOT="0" KEYWORDS="amd64 x86" - REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS} - app-i18n/libcangjie" +RDEPEND=" + ${PYTHON_DEPS} + app-i18n/libcangjie +" DEPEND="${RDEPEND}" -BDEPEND="dev-python/cython[${PYTHON_USEDEP}] - virtual/pkgconfig" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + virtual/pkgconfig +" src_prepare() { default