summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-20 17:00:35 +0000
committerwiz <wiz>2017-02-20 17:00:35 +0000
commit2a0f8713c8b9b2a922bf7d2c7f3f7ef57f606e28 (patch)
tree5d59a657818b5916bc70e512e3fa49873216e5d6 /math
parentb11095ad512162b2834c7b82f0d155fc978597b1 (diff)
downloadpkgsrc-2a0f8713c8b9b2a922bf7d2c7f3f7ef57f606e28.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/Makefile6
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"