commit:     26b746e2010c93c428cf872f920e63f4ef6d6dc4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 17:36:25 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to