summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-16 10:41:53 +0000
committerwiz <wiz>2014-01-16 10:41:53 +0000
commit2d70d710cafd58c3fb343c481a4f0d55bcd7dcbc (patch)
tree4db354978084188ed96a82d9dbadf1d2ccd2b120 /math
parent277d8a7d7a009c4ad1f6d442c29c0c889572df8c (diff)
downloadpkgsrc-2d70d710cafd58c3fb343c481a4f0d55bcd7dcbc.tar.gz
Convert to use versioned_dependencies.mk.
Diffstat (limited to 'math')
-rw-r--r--math/py-pandas/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index d17b8aae2a3..e99ef749c49 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/12/10 13:00:30 bad Exp $
+# $NetBSD: Makefile,v 1.6 2014/01/16 10:41:53 wiz Exp $
DISTNAME= pandas-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,13 @@ HOMEPAGE= http://pandas.pydata.org/
COMMENT= Python Data Analysis Library
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables
BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.6.1
+PYTHON_VERSIONED_DEPENDENCIES= dateutil
+
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
USE_LANGUAGES+= c c++
@@ -25,6 +26,7 @@ USE_LANGUAGES+= c c++
# XXX want py-bottleneck
.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"