pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-empyrical



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  5 12:28:20 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-empyrical/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-empyrical/Makefile
diff -u pkgsrc/finance/py-empyrical/Makefile:1.10 pkgsrc/finance/py-empyrical/Makefile:1.11
--- pkgsrc/finance/py-empyrical/Makefile:1.10   Fri Nov 17 18:05:21 2023
+++ pkgsrc/finance/py-empyrical/Makefile        Mon Aug  5 12:28:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/11/17 18:05:21 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/05 12:28:19 adam Exp $
 
 DISTNAME=      empyrical-0.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-parameteri
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index