pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-patsy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 17 20:52:51 UTC 2024

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

Log Message:
py-patsy: correct TEST_DEPENDS

Add test status.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-patsy/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-patsy/Makefile
diff -u pkgsrc/math/py-patsy/Makefile:1.15 pkgsrc/math/py-patsy/Makefile:1.16
--- pkgsrc/math/py-patsy/Makefile:1.15  Mon Oct 14 06:45:50 2024
+++ pkgsrc/math/py-patsy/Makefile       Thu Oct 17 20:52:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/10/14 06:45:50 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/10/17 20:52:51 wiz Exp $
 
 DISTNAME=      patsy-0.5.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,10 +13,13 @@ LICENSE=    2-clause-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 
 USE_LANGUAGES= # none
 
+# as of 0.5.6
+# 6 failed, 142 passed
+
 .include "../../lang/python/wheel.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index