pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/ibus-table
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jul 15 21:31:29 UTC 2025
Modified Files:
pkgsrc/inputmethod/ibus-table: Makefile
Log Message:
ibus-table: remove Python 3.10 from accepted versions
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/inputmethod/ibus-table/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-table/Makefile
diff -u pkgsrc/inputmethod/ibus-table/Makefile:1.31 pkgsrc/inputmethod/ibus-table/Makefile:1.32
--- pkgsrc/inputmethod/ibus-table/Makefile:1.31 Wed Dec 18 01:46:06 2024
+++ pkgsrc/inputmethod/ibus-table/Makefile Tue Jul 15 21:31:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2024/12/18 01:46:06 maya Exp $
+# $NetBSD: Makefile,v 1.32 2025/07/15 21:31:29 wiz Exp $
DISTNAME= ibus-table-1.9.2
PKGREVISION= 7
@@ -25,7 +25,7 @@ SUBST_SED.prefix= -e 's|/usr/share|${PRE
REPLACE_PYTHON+= engine/tabcreatedb.py
# Needs 'imp' removed in 3.12
-PYTHON_VERSIONS_ACCEPTED= 310 311
+PYTHON_VERSIONS_ACCEPTED= 311
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index