diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-16 10:41:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-16 10:41:53 +0000 |
commit | 51e9377c5099e549dae85da7a3a2be95dd4aa348 (patch) | |
tree | 4db354978084188ed96a82d9dbadf1d2ccd2b120 /math/py-pandas | |
parent | 461f9617c3dd2b5b21a07255233335d0dbd9bc5b (diff) | |
download | pkgsrc-51e9377c5099e549dae85da7a3a2be95dd4aa348.tar.gz |
Convert to use versioned_dependencies.mk.
Diffstat (limited to 'math/py-pandas')
-rw-r--r-- | math/py-pandas/Makefile | 6 |
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" |