From a32773c0d03c62930899ad5683baca837bea95a7 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 4 Aug 2004 03:32:14 +0000 Subject: add py-matplotlib 0.60.2 A plotting library uses a syntax familiar to matlab users --- graphics/py-matplotlib/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/py-matplotlib/files/patch-setup.py (limited to 'graphics/py-matplotlib/files/patch-setup.py') diff --git a/graphics/py-matplotlib/files/patch-setup.py b/graphics/py-matplotlib/files/patch-setup.py new file mode 100644 index 000000000000..b594846178ec --- /dev/null +++ b/graphics/py-matplotlib/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig Wed Aug 4 11:22:03 2004 ++++ setup.py Wed Aug 4 11:22:48 2004 +@@ -66,7 +66,7 @@ + data.extend(glob.glob('images/*.ppm')) + data.append('.matplotlibrc') + +-data_files=[('share/matplotlib', data),] ++data_files=[('share/py-matplotlib', data),] + + cxx = glob.glob('CXX/*.cxx') + cxx.extend(glob.glob('CXX/*.c')) -- cgit v1.2.3