pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/ibus-hangul



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 28 14:55:28 UTC 2024

Modified Files:
        pkgsrc/inputmethod/ibus-hangul: Makefile

Log Message:
ibus-hangul: incompatible with python 3.12 and newer


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/ibus-hangul/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus-hangul/Makefile
diff -u pkgsrc/inputmethod/ibus-hangul/Makefile:1.26 pkgsrc/inputmethod/ibus-hangul/Makefile:1.27
--- pkgsrc/inputmethod/ibus-hangul/Makefile:1.26        Mon Aug 14 05:24:40 2023
+++ pkgsrc/inputmethod/ibus-hangul/Makefile     Thu Nov 28 14:55:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/08/14 05:24:40 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2024/11/28 14:55:27 nia Exp $
 #
 
 DISTNAME=      ibus-hangul-1.5.0
@@ -19,6 +19,9 @@ USE_TOOLS+=           pkg-config gmake msgfmt int
 
 PY_PATCHPLIST=         yes
 
+# uses deprecated imp module
+PYTHON_VERSIONS_ACCEPTED=      311 310
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libhangul+=      libhangul>=0.1.0



Home | Main Index | Thread Index | Old Index