summaryrefslogtreecommitdiff
path: root/math/py-pandas/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-09 08:22:45 +0000
committeradam <adam@pkgsrc.org>2018-07-09 08:22:45 +0000
commit5b743191cf155e014c5142f2dfad7805fb4a254b (patch)
treee2c5e1319829cae1c36cc007a72c64e0f69c7718 /math/py-pandas/Makefile
parent2681fc3bc356dbf8e9a3a3e8530e73cb0fb25d9a (diff)
downloadpkgsrc-5b743191cf155e014c5142f2dfad7805fb4a254b.tar.gz
py-pandas: updated to 0.23.3
0.23.3: This is a minor bug-fix release in the 0.23.x series and includes a fix for the source distribution on Python 3.7. We recommend that all users upgrade to this version.
Diffstat (limited to 'math/py-pandas/Makefile')
-rw-r--r--math/py-pandas/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 7a00dfb7bca..2352c7947a3 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2018/07/05 01:21:05 minskim Exp $
+# $NetBSD: Makefile,v 1.26 2018/07/09 08:22:45 adam Exp $
-DISTNAME= pandas-0.23.1
-PKGREVISION= 1
+DISTNAME= pandas-0.23.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas/}