pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-scipy py-scipy: Remove references to non-exist...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa64ed6b9709
branches:  trunk
changeset: 369342:fa64ed6b9709
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 28 13:49:19 2017 +0000

description:
py-scipy: Remove references to non-existent files

diffstat:

 math/py-scipy/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r a06e2a679820 -r fa64ed6b9709 math/py-scipy/Makefile
--- a/math/py-scipy/Makefile    Thu Sep 28 13:46:39 2017 +0000
+++ b/math/py-scipy/Makefile    Thu Sep 28 13:49:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/09/04 18:08:25 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/09/28 13:49:19 wiz Exp $
 
 DISTNAME=      scipy-0.19.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -52,11 +52,6 @@
 REPLACE_PYTHON+=       scipy/io/matlab/tests/test_mio_funcs.py
 REPLACE_PYTHON+=       scipy/io/setup.py
 REPLACE_PYTHON+=       scipy/io/tests/test_mmio.py
-REPLACE_PYTHON+=       scipy/lib/blas/setup.py
-REPLACE_PYTHON+=       scipy/lib/blas/tests/test_blas.py
-REPLACE_PYTHON+=       scipy/lib/lapack/setup.py
-REPLACE_PYTHON+=       scipy/lib/lapack/tests/test_lapack.py
-REPLACE_PYTHON+=       scipy/lib/setup.py
 REPLACE_PYTHON+=       scipy/linalg/setup.py
 REPLACE_PYTHON+=       scipy/linalg/tests/test_basic.py
 REPLACE_PYTHON+=       scipy/linalg/tests/test_blas.py
@@ -86,7 +81,6 @@
 REPLACE_PYTHON+=       scipy/special/setup.py
 REPLACE_PYTHON+=       scipy/special/spfun_stats.py
 REPLACE_PYTHON+=       scipy/stats/setup.py
-REPLACE_PYTHON+=       scipy/weave/setup.py
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index