From 4f77bdcca5efcde4828278a4a71b2cd8c2cfa4a4 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 2 Aug 2016 10:14:46 +0000 Subject: Fix build, this package now needs py-cython and egg.mk --- math/py-numpy/Makefile | 5 +++-- math/py-numpy/PLIST | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'math/py-numpy') diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index abaad8065c8..550363c4d0f 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/24 15:25:22 kamil Exp $ +# $NetBSD: Makefile,v 1.30 2016/08/02 10:14:46 jperkin Exp $ DISTNAME= numpy-1.11.1 GITHUB_PROJECT= numpy @@ -39,8 +39,9 @@ LDFLAGS+= ${_COMPILER_ABI_FLAG.${ABI}} do-test: ${RUN} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()" +.include "../../devel/py-cython/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .if ${OPSYS} != "Darwin" # blas and lapack are not needed; numpy will use Accelerate.framework .include "../../math/blas/buildlink3.mk" diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST index 3d78be0aea9..b22976b1f5f 100644 --- a/math/py-numpy/PLIST +++ b/math/py-numpy/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.14 2016/07/24 15:25:22 kamil Exp $ +@comment $NetBSD: PLIST,v 1.15 2016/08/02 10:14:46 jperkin Exp $ bin/f2py${PYVERSSUFFIX} -${PYSITELIB}/${EGG_FILE}/PKG-INFO -${PYSITELIB}/${EGG_FILE}/SOURCES.txt -${PYSITELIB}/${EGG_FILE}/dependency_links.txt -${PYSITELIB}/${EGG_FILE}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/numpy/__config__.py ${PYSITELIB}/numpy/__config__.pyc ${PYSITELIB}/numpy/__config__.pyo -- cgit v1.2.3