pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-numpy
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 23 22:45:05 UTC 2016
Modified Files:
pkgsrc/math/py-numpy: Makefile
Log Message:
py-nose test dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/py-numpy/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-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.30 pkgsrc/math/py-numpy/Makefile:1.31
--- pkgsrc/math/py-numpy/Makefile:1.30 Tue Aug 2 10:14:46 2016
+++ pkgsrc/math/py-numpy/Makefile Tue Aug 23 22:45:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/08/02 10:14:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2016/08/23 22:45:05 wiz Exp $
DISTNAME= numpy-1.11.1
GITHUB_PROJECT= numpy
@@ -35,7 +35,9 @@ LDFLAGS+= ${_COMPILER_ABI_FLAG.${ABI}}
.include "../../mk/bsd.prefs.mk"
-# needs devel/py-nose
+# TEST_DEPENDS
+BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
do-test:
${RUN} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()"
Home |
Main Index |
Thread Index |
Old Index