pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-fecon235



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  5 12:37:45 UTC 2024

Modified Files:
        pkgsrc/finance/py-fecon235: Makefile

Log Message:
py-fecon235: not for Python 3.9 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/py-fecon235/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/py-fecon235/Makefile
diff -u pkgsrc/finance/py-fecon235/Makefile:1.8 pkgsrc/finance/py-fecon235/Makefile:1.9
--- pkgsrc/finance/py-fecon235/Makefile:1.8     Tue Aug  1 23:20:42 2023
+++ pkgsrc/finance/py-fecon235/Makefile Mon Aug  5 12:37:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/08/01 23:20:42 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/05 12:37:45 adam Exp $
 
 GITHUB_PROJECT=        fecon235
 GITHUB_TAG=    v5.17.0722
@@ -23,7 +23,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sympy-[0-9]*:..
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 NO_BUILD=              yes
 PY_PATCHPLIST=         yes



Home | Main Index | Thread Index | Old Index