pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-statsmodels py-statsmodels: add py-setuptools_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69d6e1d54e87
branches:  trunk
changeset: 388637:69d6e1d54e87
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 23 23:48:02 2022 +0000

description:
py-statsmodels: add py-setuptools_scm tool dependency to fix PLIST

diffstat:

 math/py-statsmodels/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0744ef4584b7 -r 69d6e1d54e87 math/py-statsmodels/Makefile
--- a/math/py-statsmodels/Makefile      Wed Nov 23 23:19:23 2022 +0000
+++ b/math/py-statsmodels/Makefile      Wed Nov 23 23:48:02 2022 +0000
@@ -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 @@
 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