diff options
author | wiz <wiz> | 2017-02-20 17:00:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-02-20 17:00:35 +0000 |
commit | 5448165840fa290e424dafb039a87eeac6d6997e (patch) | |
tree | 5d59a657818b5916bc70e512e3fa49873216e5d6 /math | |
parent | b8a59474d6fcd30f04e3808c4f260264e75ea1fe (diff) | |
download | pkgsrc-5448165840fa290e424dafb039a87eeac6d6997e.tar.gz |
Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pandas/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 2ff0cdf546e..c5d3b4976d9 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/08/19 07:57:26 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/02/20 17:00:36 wiz Exp $ DISTNAME= pandas-0.18.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://pandas.pydata.org/ COMMENT= Python Data Analysis Library LICENSE= modified-bsd +DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr DEPENDS+= ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy @@ -23,8 +24,6 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose # https://github.com/pydata/pandas/issues/12337 # https://github.com/pydata/pandas/issues/14043 -PYTHON_VERSIONED_DEPENDENCIES= dateutil - PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} USE_LANGUAGES= c c++ @@ -33,7 +32,6 @@ 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 "../../graphics/py-matplotlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |