pkgsrc-WIP-changes archive

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

*: do not use py-numexpr/bl3.mk, just DEPEND on it.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Jul 15 09:23:30 2016 +0200
Changeset:	02177877d6d4cb2daee719577ea2acaef61bd051

Modified Files:
	py-atmos/Makefile
	py-lire/Makefile
	py-operators/Makefile

Log Message:
*: do not use py-numexpr/bl3.mk, just DEPEND on it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=02177877d6d4cb2daee719577ea2acaef61bd051

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-atmos/Makefile     | 2 +-
 py-lire/Makefile      | 2 +-
 py-operators/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-atmos/Makefile b/py-atmos/Makefile
index 0c3cb32..f1d8cae 100644
--- a/py-atmos/Makefile
+++ b/py-atmos/Makefile
@@ -10,11 +10,11 @@ HOMEPAGE=	https://files.pythonhosted.org/packages/source/a/atmos/
 COMMENT=	Atmospheric sciences utility library
 LICENSE=	mit
 
+DEPENDS+=	${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"
-.include "../../math/py-numexpr/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-lire/Makefile b/py-lire/Makefile
index 4fa1cc8..e29ec81 100644
--- a/py-lire/Makefile
+++ b/py-lire/Makefile
@@ -11,11 +11,11 @@ COMMENT=	Python/Cython port of Lire image processing algorithms
 LICENSE=	gnu-gpl-v2
 
 DEPENDS+=	${PYPKGPREFIX}-h5py>=2.2.1:../../devel/py-h5py
+DEPENDS+=	${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
 
 USE_LANGUAGES=	c
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
-.include "../../math/py-numexpr/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-operators/Makefile b/py-operators/Makefile
index ffa761d..2599b64 100644
--- a/py-operators/Makefile
+++ b/py-operators/Makefile
@@ -9,6 +9,7 @@ MAINTAINER=	jihbed.research%gmail.com@localhost
 HOMEPAGE=	http://pchanial.github.com/pyoperators/
 COMMENT=	Operators and solvers for high-performance computing
 
+DEPENDS+=	${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.7.2:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-fftw>=0.2:../../math/py-fftw
 
@@ -17,6 +18,5 @@ EGG_NAME=	pyoperators-0.13
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
-.include "../../math/py-numexpr/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index