pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math Do not include py-numexpr/bl3.mk, just DEPEND on it.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72453649f267
branches:  trunk
changeset: 349695:72453649f267
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 15 07:24:06 2016 +0000

description:
Do not include py-numexpr/bl3.mk, just DEPEND on it.

diffstat:

 math/py-pandas/Makefile   |  4 ++--
 math/py-pytables/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 34d9d4b9bf0d -r 72453649f267 math/py-pandas/Makefile
--- a/math/py-pandas/Makefile   Fri Jul 15 07:21:36 2016 +0000
+++ b/math/py-pandas/Makefile   Fri Jul 15 07:24:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/06/08 17:43:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/07/15 07:24:06 wiz Exp $
 
 DISTNAME=      pandas-0.17.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@
 COMMENT=       Python Data Analysis Library
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
 DEPENDS+=      ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables
@@ -28,6 +29,5 @@
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../math/py-numpy/buildlink3.mk"
-.include "../../math/py-numexpr/buildlink3.mk"
 .include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 34d9d4b9bf0d -r 72453649f267 math/py-pytables/Makefile
--- a/math/py-pytables/Makefile Fri Jul 15 07:21:36 2016 +0000
+++ b/math/py-pytables/Makefile Fri Jul 15 07:24:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2014/09/20 17:56:36 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2016/07/15 07:24:06 wiz Exp $
 
 DISTNAME=              tables-3.1.1
 PKGNAME=               ${PYPKGPREFIX}-py${DISTNAME}
@@ -14,6 +14,8 @@
 PYSETUPINSTALLARGS=    ${PYSETUPBUILDARGS}
 PLIST_SUBST+=          PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 
+DEPENDS+=              ${PYPKGPREFIX}-numexpr>=2.0:../../math/py-numexpr
+
 USE_LANGUAGES=         c c++
 
 .include "options.mk"
@@ -34,6 +36,4 @@
 .include "../../math/py-numpy/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pycython+=       ${PYPKGPREFIX}-cython>=0.13
 .include "../../devel/py-cython/buildlink3.mk"
-BUILDLINK_API_DEPENDS.pynumexpr+=      ${PYPKGPREFIX}-numexpr>=2.0
-.include "../../math/py-numexpr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index