the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: rpy-py%type_pkg[python]
Version: 1.0.3
Revision: 2
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.5
GCC: 4.0
Type: python (2.3 2.4 2.5 2.6 2.7)
Maintainer: Monic Polynomial
Depends: python%type_pkg[python], r-base (>= 2.8.0), (%type_pkg[python] = 23) numpy-py%type_pkg[python] (>= 1.3.0-7), (%type_pkg[python] != 23) numpy-py%type_pkg[python] (>= 1.3.0-7)
BuildDepends: fink (>= 0.24.12-1)
Source: mirror:sourceforge:rpy/rpy-%v.tar.gz
Source-MD5: 10fd4904f622e5647638817279933900
PatchFile: %{ni}.patch
PatchFile-MD5: 581f4f39c9ebf318756c68b8ea1636e2
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: <<
export RHOMES='%p/Library/Frameworks/R.framework/Resources'
%p/bin/python%type_raw[python] setup.py install --root %d
mkdir -p %i/share/doc/%n
cp -R examples tests %i/share/doc/%n
<<
License: OSI-Approved
DocFiles: INSTALL.UNIX NEWS README
Description: Python module to access R functions
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.
Doesn't work with quartz graphics device (need a Framework build of python
for that).
<<
DescPackaging: <<
Fix for R version-atoms >9. See:
http://sourceforge.net/tracker/?func=detail&aid=2940558&group_id=48422&atid=453021
Don't #include .h that isn't public in recent R versions. See:
http://sourceforge.net/tracker/?func=detail&aid=2940595&group_id=48422&atid=453021
https://stat.ethz.ch/pipermail/r-sig-debian/2008-November/000562.html
<<
Homepage: http://rpy.sourceforge.net/
<<