summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2008-12-19 22:35:41 +0000
committermarkd <markd@pkgsrc.org>2008-12-19 22:35:41 +0000
commita1bd9d0ae13200632c1313a5b11fc9e249f93e07 (patch)
tree8c34ddbd4d445ae2c48865fa606075373651095d /graphics/py-matplotlib/Makefile
parentfff99780da887687b58aa373ed1012b3662e2c15 (diff)
downloadpkgsrc-a1bd9d0ae13200632c1313a5b11fc9e249f93e07.tar.gz
Update to matplotlib-0.98.0
3 years worth of updates.
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r--graphics/py-matplotlib/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index 985ad7ba653..e84f6407da0 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:32 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2008/12/19 22:35:41 markd Exp $
#
-DISTNAME= matplotlib-0.87.2
+DISTNAME= matplotlib-0.98.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
@@ -11,23 +10,21 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://matplotlib.sourceforge.net/
COMMENT= Matlab-style plotting package for Python
+DEPENDS+= ${PYPKGPREFIX}-pytz>=2008b:../../time/py-pytz
+DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.2:../../time/py-dateutil
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 25 24
.include "../../lang/python/extension.mk"
-PLIST_VARS+= subprocess
-.if ${PYPACKAGE} == "python22" || ${PYPACKAGE} == "python23"
-PLIST.subprocess= yes
-.endif
-
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../math/py-Numeric/buildlink3.mk"
-.include "../../math/py-numarray/buildlink3.mk"
+.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"