pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-pandas Update path to math/py-tables



details:   https://anonhg.NetBSD.org/pkgsrc/rev/210ed0da2d70
branches:  trunk
changeset: 382469:210ed0da2d70
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jul 05 01:21:05 2018 +0000

description:
Update path to math/py-tables

diffstat:

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

diffs (18 lines):

diff -r 5f19fa68a6b8 -r 210ed0da2d70 math/py-pandas/Makefile
--- a/math/py-pandas/Makefile   Wed Jul 04 21:46:27 2018 +0000
+++ b/math/py-pandas/Makefile   Thu Jul 05 01:21:05 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/07/04 06:50:04 adam Exp $
+# $NetBSD: Makefile,v 1.25 2018/07/05 01:21:05 minskim Exp $
 
 DISTNAME=      pandas-0.23.1
 PKGREVISION=   1
@@ -18,7 +18,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+=      ${PYPKGPREFIX}-tables>=2.2:../../math/py-pytables
+DEPENDS+=      ${PYPKGPREFIX}-tables>=2.2:../../math/py-tables
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 # 20 test failures as of 0.18.1, see
 # https://github.com/pydata/pandas/issues/12337



Home | Main Index | Thread Index | Old Index