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

Added Files:
        rpy2-py.info rpy2-py.patch 
Log Message:
New upstream; Lion ready

--- NEW FILE: rpy2-py.patch ---
diff -ruN rpy2-2.2.2-orig/setup.py rpy2-2.2.2/setup.py
--- rpy2-2.2.2-orig/setup.py    2011-09-27 14:45:35.000000000 +0900
+++ rpy2-2.2.2/setup.py 2011-09-27 18:31:12.000000000 +0900
@@ -267,9 +267,9 @@
                             rc += RConfig(library = substring)
                             ok = True
                             break
-            if not ok:
-                raise ValueError('Invalid substring\n' + substring 
-                                 + '\nin string\n' + string)
+            # if not ok:
+            #     raise ValueError('Invalid substring\n' + substring 
+            #                      + '\nin string\n' + string)
         return rc
             
     def __repr__(self):

--- NEW FILE: rpy2-py.info ---
Info2: <<

Package: rpy2-py%type_pkg[python]
Version: 2.2.2
Revision: 1
Description: Python module to access R functions
License: OSI-Approved
Homepage: http://rpy.sourceforge.net/rpy2.html
Maintainer: BABA Yoshihiko <[email protected]>

Type: python (2.6 2.7)
Distribution: 10.7

BuildDepends: fink (>= 0.24.12-1)
Depends: python%type_pkg[python], r-base (>= 2.7.0), numpy-py%type_pkg[python] 
(>= 1.3.0-7)

Source: http://pypi.python.org/packages/source/r/rpy2/rpy2-%v.tar.gz
Source-MD5: 7690d8fa747e62cd27cfacfa45f4a07b
PatchFile: %{ni}.patch
PatchFile-MD5: 6c378419172db1aeaea29d6c821b8421
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1

SetLDFLAGS: -L%p/Library/Frameworks/R.framework/Versions/2.13/Resources/lib 
-undefined dynamic_lookup

CompileScript: <<
#!/bin/bash -ev
  %p/bin/python%type_raw[python] setup.py build 
--r-home=%p/Library/Frameworks/R.framework/Resources
<<
InstallScript: <<
#!/bin/bash -ev
  %p/bin/python%type_raw[python] setup.py install --no-compile --prefix=%p 
--exec-prefix=%i --install-data=%i/lib/python%type_raw[python]
<<

DocFiles: AUTHORS GPL_LICENSE LGPL_LICENSE MPL_LICENSE NEWS PKG-INFO README

DescDetail: <<
 RPy is a very simple, yet robust, interface to the R Programming Language.
 It can manage all kinds of R objects and can execute arbitrary R functions
 (including the graphic functions). All the errors from the R language are 
 converted to Python exceptions. 

 RPy2 is a redesign/rewrite of RPy, providing not only high-level interfaces
 to R but also a lower-level interface upon which build custom high-level
 interfaces.

 Doesn't work with quartz graphics device (need a Framework build of python 
 for that).
<<
DescPort: <<
        Split multiword R compiler flags (vs single string). See:
        
https://sourceforge.net/tracker/?func=detail&aid=3075366&group_id=48422&atid=453021
<<

<<


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to