pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/ledger
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 10 21:47:00 UTC 2024
Modified Files:
pkgsrc/finance/ledger: Makefile
Log Message:
ledger: mark as only for Python 3.10 and 3.11
upstream, the problem seems solved, so perhaps this can be removed on the
next update.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/finance/ledger/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/ledger/Makefile
diff -u pkgsrc/finance/ledger/Makefile:1.36 pkgsrc/finance/ledger/Makefile:1.37
--- pkgsrc/finance/ledger/Makefile:1.36 Fri Oct 4 03:49:22 2024
+++ pkgsrc/finance/ledger/Makefile Thu Oct 10 21:47:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/10/04 03:49:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2024/10/10 21:47:00 wiz Exp $
DISTNAME= ledger-3.3.2
PKGREVISION= 7
@@ -19,7 +19,7 @@ USE_LANGUAGES= c c++
TEST_TARGET= check
# https://github.com/ledger/ledger/issues/2332
-PYTHON_VERSIONS_INCOMPATIBLE= 312 # PyUnicode_GET_SIZE
+PYTHON_VERSIONS_ACCEPTED= 310 311 # PyUnicode_GET_SIZE
CMAKE_CONFIGURE_ARGS+= -DPython_EXECUTABLE:STRING=${TOOL_PYTHONBIN:Q}
Home |
Main Index |
Thread Index |
Old Index