pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib Replace python interpreter in a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/451b18d7f94e
branches:  trunk
changeset: 603395:451b18d7f94e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 05 21:53:57 2012 +0000

description:
Replace python interpreter in a few files. Bump PKGREVISION.

diffstat:

 graphics/py-matplotlib/Makefile |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 9774117a4352 -r 451b18d7f94e graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Sat May 05 21:47:22 2012 +0000
+++ b/graphics/py-matplotlib/Makefile   Sat May 05 21:53:57 2012 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2012/04/17 17:17:03 drochner Exp $
+# $NetBSD: Makefile,v 1.31 2012/05/05 21:53:57 wiz Exp $
 #
 
 DISTNAME=              matplotlib-1.1.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            graphics python
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
 
@@ -20,6 +21,13 @@
 PY_PATCHPLIST=         yes
 PYDISTUTILSPKG=                yes
 
+REPLACE_PYTHON=                lib/matplotlib/dates.py
+REPLACE_PYTHON+=       lib/matplotlib/sankey.py
+REPLACE_PYTHON+=       lib/mpl_toolkits/mplot3d/art3d.py
+REPLACE_PYTHON+=       lib/mpl_toolkits/mplot3d/axes3d.py
+REPLACE_PYTHON+=       lib/mpl_toolkits/mplot3d/axis3d.py
+REPLACE_PYTHON+=       lib/mpl_toolkits/mplot3d/proj3d.py
+
 post-patch:
        ( echo "[directories]"; \
        echo "basedirlist=/usr"; \
@@ -29,6 +37,7 @@
        echo "tkagg = False"; \
        echo "wxagg = False" ) > ${WRKSRC}/setup.cfg
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index