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: wiz
Date: Mon Sep 14 08:16:58 UTC 2026
Modified Files:
pkgsrc/math/py-statsmodels: Makefile
Log Message:
py-statsmodels: depend on cython
to fix build with Python != 3.14
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/math/py-statsmodels/Makefile:1.35
--- pkgsrc/math/py-statsmodels/Makefile:1.34 Sat Sep 12 19:10:32 2026
+++ pkgsrc/math/py-statsmodels/Makefile Mon Sep 14 08:16:58 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2026/09/12 19:10:32 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2026/09/14 08:16:58 wiz Exp $
DISTNAME= statsmodels-0.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Statistical computations and mo
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0:../../devel/py-meson_python
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0:../../devel/py-cython
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=9.2.0:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-formulaic>=1.1.0:../../math/py-formulaic
DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
Home |
Main Index |
Thread Index |
Old Index