pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-statsmodels



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  6 06:44:34 UTC 2024

Modified Files:
        pkgsrc/math/py-statsmodels: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/py-statsmodels/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-statsmodels/Makefile
diff -u pkgsrc/math/py-statsmodels/Makefile:1.21 pkgsrc/math/py-statsmodels/Makefile:1.22
--- pkgsrc/math/py-statsmodels/Makefile:1.21    Fri Apr 19 19:29:23 2024
+++ pkgsrc/math/py-statsmodels/Makefile Tue Aug  6 06:44:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/04/19 19:29:23 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/08/06 06:44:34 adam Exp $
 
 DISTNAME=      statsmodels-0.14.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-scipy>=1.13.0:.
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly-[0-9]*:../../devel/py-test-randomly
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/wheel.mk"
 BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.18



Home | Main Index | Thread Index | Old Index