From 946a062e53ca8894953b201b770ce54981be68cc Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 4 Aug 2004 03:33:57 +0000 Subject: re-add py-matplotlib 0.60.2 A plotting library uses a syntax familiar to matlab users --- math/py-matplotlib/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/py-matplotlib/files/patch-setup.py (limited to 'math/py-matplotlib/files/patch-setup.py') diff --git a/math/py-matplotlib/files/patch-setup.py b/math/py-matplotlib/files/patch-setup.py new file mode 100644 index 000000000000..b594846178ec --- /dev/null +++ b/math/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