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:           Wed Nov 23 23:48:03 UTC 2022

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

Log Message:
py-statsmodels: add py-setuptools_scm tool dependency to fix PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/math/py-statsmodels/Makefile:1.14
--- pkgsrc/math/py-statsmodels/Makefile:1.13    Mon Nov 21 09:40:59 2022
+++ pkgsrc/math/py-statsmodels/Makefile Wed Nov 23 23:48:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/11/21 09:40:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/11/23 23:48:02 wiz Exp $
 
 DISTNAME=      statsmodels-0.13.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,8 @@ LICENSE=      modified-bsd
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 USE_LANGUAGES=                 c
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython>=0.29:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.21:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-patsy>=0.5:../../math/py-patsy
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.1:../../math/py-scipy



Home | Main Index | Thread Index | Old Index