pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numpy py-nose test dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5b09ad39187
branches:  trunk
changeset: 351619:c5b09ad39187
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 23 22:45:05 2016 +0000

description:
py-nose test dependency.

diffstat:

 math/py-numpy/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 0cee0e66c4a0 -r c5b09ad39187 math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Tue Aug 23 20:27:40 2016 +0000
+++ b/math/py-numpy/Makefile    Tue Aug 23 22:45:05 2016 +0000
@@ -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 @@
 
 .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