Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv30151

Modified Files:
        matplotlib-py.info matplotlib-py.patch 
Log Message:
sync. w/ 10.!4/stable, -py27 validated on powerpc-darwin8


Index: matplotlib-py.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci/matplotlib-py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- matplotlib-py.patch 11 Jul 2011 04:08:34 -0000      1.1
+++ matplotlib-py.patch 26 Jan 2012 02:31:09 -0000      1.2
@@ -1,39 +1,40 @@
-diff -Nurd -x'*~' matplotlib-0.91.3.orig/setup.cfg matplotlib-0.91.3/setup.cfg
---- matplotlib-0.91.3.orig/setup.cfg   1969-12-31 19:00:00.000000000 -0500
-+++ matplotlib-0.91.3/setup.cfg        2008-06-18 14:02:04.000000000 -0400
-@@ -0,0 +1,5 @@
+diff -Nurd matplotlib-1.0.1.orig/setup.cfg matplotlib-1.0.1/setup.cfg
+--- matplotlib-1.0.1.orig/setup.cfg    1969-12-31 19:00:00.000000000 -0500
++++ matplotlib-1.0.1/setup.cfg 2011-06-07 21:42:17.000000000 -0400
+@@ -0,0 +1,6 @@
 +[gui_support]
 +gtk = True
 +gtkagg = True
 +tkagg = True
 +wxagg = False
-diff -Nurd -x'*~' matplotlib-0.91.3.orig/setup.py matplotlib-0.91.3/setup.py
---- matplotlib-0.91.3.orig/setup.py    2008-05-29 18:47:15.000000000 -0400
-+++ matplotlib-0.91.3/setup.py 2008-06-18 13:30:19.000000000 -0400
-@@ -255,6 +255,8 @@
++macosx = True
+diff -Nurd matplotlib-1.0.1.orig/setup.py matplotlib-1.0.1/setup.py
+--- matplotlib-1.0.1.orig/setup.py     2010-07-06 21:41:55.000000000 -0400
++++ matplotlib-1.0.1/setup.py  2011-06-07 21:43:20.000000000 -0400
+@@ -264,6 +264,9 @@
+ except NameError: additional_params = {}
+ 
  for mod in ext_modules:
++    mod.include_dirs.append('@PREFIX@/include')
++    mod.library_dirs.append('@PREFIX@/lib')
++ 
      if options['verbose']:
          mod.extra_compile_args.append('-DVERBOSE')
-+        mod.include_dirs.append('@PREFIX@/include')
-+        mod.library_dirs.append('@PREFIX@/lib')
  
- distrib = setup(name="matplotlib",
-       version= __version__,
-diff -Nurd -x'*~' matplotlib-0.91.3.orig/setupext.py 
matplotlib-0.91.3/setupext.py
---- matplotlib-0.91.3.orig/setupext.py 2008-05-29 18:47:15.000000000 -0400
-+++ matplotlib-0.91.3/setupext.py      2008-06-18 14:22:43.000000000 -0400
-@@ -50,8 +50,8 @@
-     'linux2' : ['/usr/local', '/usr'],
-     'linux'  : ['/usr/local', '/usr',],
-     'cygwin' : ['/usr/local', '/usr',],
--    'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
--                '/usr', '/sw', '/usr/X11R6'],
+diff -Nurd matplotlib-1.0.1.orig/setupext.py matplotlib-1.0.1/setupext.py
+--- matplotlib-1.0.1.orig/setupext.py  2010-07-06 21:41:55.000000000 -0400
++++ matplotlib-1.0.1/setupext.py       2011-06-07 21:44:14.000000000 -0400
+@@ -63,7 +63,8 @@
+     # people to :
+     #   make -f make.osx fetch deps mpl_build mpl_install
+ 
+-    'darwin' : [],
 +    'darwin' : ['@PREFIX@/lib/freetype219', '@PREFIX@',
 +                '/usr/X11', '/usr/X11R6', '/usr'],
+ 
      'freebsd4' : ['/usr/local', '/usr'],
      'freebsd5' : ['/usr/local', '/usr'],
-     'freebsd6' : ['/usr/local', '/usr'],
-@@ -901,6 +901,17 @@
+@@ -1011,6 +1012,17 @@
          module.library_dirs.extend([os.path.join(sys.prefix, 'dlls')])
  
      elif sys.platform == 'darwin':

Index: matplotlib-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci/matplotlib-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- matplotlib-py.info  11 Jul 2011 04:08:34 -0000      1.1
+++ matplotlib-py.info  26 Jan 2012 02:31:09 -0000      1.2
@@ -1,8 +1,8 @@
 Info2: <<
 
 Package: matplotlib-py%type_pkg[python]
-Version: 0.91.3
-Revision: 126
+Version: 1.0.1
+Revision: 1
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
 Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
 Depends: <<
@@ -14,9 +14,9 @@
  freetype219-shlibs (>= 2.3.5-1),
  glib2-shlibs (>= 2.14.0-1),
  gtk+2-shlibs (>= 2.12.0-1),
- libgettext3-shlibs,
+ libgettext8-shlibs,
  libiconv,
- libpng3-shlibs,
+ libpng14-shlibs,
  numarray-py%type_pkg[python] (>= 1.5.2-1),
  numeric-py%type_pkg[python] (>= 24.2-1),
  pango1-xft2-ft219-shlibs (>= 1.18.4-4),
@@ -24,11 +24,14 @@
  pygtk2-gtk-py%type_pkg[python],
  python%type_pkg[python],
  pytz-py%type_pkg[python],
- scipy-core-py%type_pkg[python] (>= 1.0-4),
+ numpy-py%type_pkg[python] (>= 1.1),
  tcltk-shlibs,
  tetex-base,
  x11-shlibs
 <<
+# FIX: do we need numarray?  Can it be removed or replaced?
+
+
 BuildDepends: <<
  atk1 (>= 1.20.0-1),
  cairo (>= 1.6-1),
@@ -41,9 +44,9 @@
  glib2-dev (>= 2.14.0-1),
  glitz,
  gtk+2-dev (>= 2.12.0-1),
- libgettext3-dev,
+ libgettext8-dev,
  libiconv-dev,
- libpng3,
+ libpng14,
  pango1-xft2-ft219-dev (>= 1.18.4-4),
  pixman (>= 0.10.0-1),
  pkgconfig (>= 0.21-1),
@@ -55,15 +58,15 @@
  xft2-dev
 <<
 Source: mirror:sourceforge:matplotlib/matplotlib-%v.tar.gz
-Source-MD5: 40085c0334c6c6d4c4f7be71ee58b9e5
-Type: python (2.4 2.5)
+Source-MD5: 2196c0482d5b33dc8d33f67bbafc1323
+Type: python (2.4 2.5 2.6 2.7)
 GCC: 4.0
 NoSetCPPFLAGS: True
-SetCPPFLAGS: -I%p/include/pygtk-2.0 -I%p/lib/freetype219/include/freetype2 
-I%p/lib/fontconfig2/include
+SetCPPFLAGS: -I%p/include/pygtk-2.0 -I%p/lib/freetype219/include/freetype2 
-I%p/lib/fontconfig2/include -DNSIG=32
 NoSetLDFLAGS: True
 SetLDFLAGS: -L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib
 PatchFile: %{ni}.patch
-PatchFile-MD5: 8a756cabf715fc807eb2949ca45c7f9f
+PatchFile-MD5: 758179e681590f68d65f36344a5e268f
 PatchScript: <<
  sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 <<
@@ -82,7 +85,8 @@
  cp -R examples %i/share/doc/%n
 <<
 License: OSI-Approved
-DocFiles: README license/*LICENSE* TODO INTERACTIVE INSTALL CHANGELOG 
API_CHANGES KNOWN_BUGS
+DocFiles: README.txt license/*LICENSE* TODO INTERACTIVE INSTALL CHANGELOG  
KNOWN_BUGS
+# API_CHANGES
 Description: Pure python 2D plotting with a Matlab syntax
 DescDetail: <<
 Produces publication quality figures using in a variety of hardcopy 
@@ -99,8 +103,12 @@
  those test results, so don't bother setting dependencies or forcing
  non-detection of them.
 <<
+DescPort: <<
+-DNSIG is only need for the build of the py25 variant.  Don't know why.
+<<
 Homepage: http://matplotlib.sf.net
 DescUsage: <<
 The pylab frontend is broken on x86_64.
 <<
+
 <<


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to