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:           Fri Oct 11 14:03:53 UTC 2024

Modified Files:
        pkgsrc/finance/ledger: Makefile

Log Message:
ledger: mention 311 before 310


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/finance/ledger/Makefile:1.38
--- pkgsrc/finance/ledger/Makefile:1.37 Thu Oct 10 21:47:00 2024
+++ pkgsrc/finance/ledger/Makefile      Fri Oct 11 14:03:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/10/10 21:47:00 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/10/11 14:03:52 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_ACCEPTED=      310 311 # PyUnicode_GET_SIZE
+PYTHON_VERSIONS_ACCEPTED=      311 310 # PyUnicode_GET_SIZE
 
 CMAKE_CONFIGURE_ARGS+= -DPython_EXECUTABLE:STRING=${TOOL_PYTHONBIN:Q}
 



Home | Main Index | Thread Index | Old Index