pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/ledger32
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 13 08:26:00 UTC 2024
Modified Files:
pkgsrc/finance/ledger32: Makefile
Log Message:
iledger32: mark as only for Python 3.10 and 3.11
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/ledger32/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/finance/ledger32/Makefile
diff -u pkgsrc/finance/ledger32/Makefile:1.6 pkgsrc/finance/ledger32/Makefile:1.7
--- pkgsrc/finance/ledger32/Makefile:1.6 Fri Oct 4 03:49:22 2024
+++ pkgsrc/finance/ledger32/Makefile Sun Oct 13 08:26:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/10/04 03:49:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/13 08:26:00 wiz Exp $
DISTNAME= ledger-3.2.1
PKGREVISION= 4
@@ -20,7 +20,8 @@ USE_CXX_FEATURES= c++11
USE_LANGUAGES= c c++
TEST_TARGET= check
-PYTHON_VERSIONS_INCOMPATIBLE= 312 # PyUnicode_GET_SIZE
+# https://github.com/ledger/ledger/issues/2332
+PYTHON_VERSIONS_ACCEPTED= 311 310 # PyUnicode_GET_SIZE
CMAKE_CONFIGURE_ARGS+= -DPython_EXECUTABLE:STRING=${TOOL_PYTHONBIN:Q}
Home |
Main Index |
Thread Index |
Old Index