Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22599
Modified Files:
rpy-py.info rpy-py.patch
Log Message:
New upstream version.
Index: rpy-py.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/rpy-py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rpy-py.patch 12 Nov 2004 16:49:36 -0000 1.1
+++ rpy-py.patch 9 Jun 2006 12:01:09 -0000 1.2
@@ -1,11 +1,11 @@
---- rpy/setup.py.orig Fri Nov 12 09:08:08 2004
-+++ rpy/setup.py Fri Nov 12 09:08:21 2004
-@@ -99,7 +99,7 @@
- os.path.join(RSRC.strip(), 'src', 'include'),
- 'src' ]
- libraries=['R']
-- library_dirs=[os.path.join(RHOME.strip(), 'Frameworks')]
-+ library_dirs=[os.path.join(RHOME.strip(), 'lib')]
- extra_compile_args=[]
- runtime_libs = []
- elif sys.platform=='osf1V5':
+--- rpy/rpy_tools.py.orig 2006-05-24 09:51:24.000000000 -0600
++++ rpy/rpy_tools.py 2006-05-24 09:51:42.000000000 -0600
+@@ -97,7 +97,7 @@
+ if stat or len(output)<=0:
+ raise RuntimeError("Couldn't execute the R interpreter" +
+ " `%s'.\n" % rexec )
+- version = re.search("R +([0-9]\.[0-9]\.[0-9])", output)
++ version = re.search("R version +([0-9]\.[0-9]\.[0-9])", output)
+ if not version:
+ raise RuntimeError("Couldn't obtain version number from output\n"
+ "of `R --version'.\n")
Index: rpy-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/rpy-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rpy-py.info 4 Jan 2006 07:20:34 -0000 1.5
+++ rpy-py.info 9 Jun 2006 12:01:09 -0000 1.6
@@ -1,31 +1,24 @@
Info2: <<
Package: rpy-py%type_pkg[python]
-Version: 0.4.2.1
-Revision: 2
+Version: 0.99.2
+Revision: 1
GCC: 3.3
-Type: python (2.2 2.3 2.4)
+Type: python (2.3 2.4)
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
-BuildDepends: texinfo
-Depends: python%type_pkg[python], numeric-py%type_pkg[python], r-base (>=
2.0.0-1) | r-i18n
+Depends: python%type_pkg[python], numeric-py%type_pkg[python], r-base (>=
2.3.0-1)
Source: mirror:sourceforge:rpy/rpy-%v.tar.gz
-Source-MD5: b879ebef95220e308115501efd7d2e69
+Source-MD5: fea658998e72a534fddd581c1fd8cecd
+Patch: %{ni}.patch
CompileScript: %p/bin/python%type_raw[python] setup.py build
-#Patch: %{ni}.patch
-PatchScript: <<
- #!/bin/sh -e
- mv R-2.1.0 R-2.1.1
- patch -p1 < %a/%{ni}.patch
-<<
InstallScript: <<
+ export RHOMES='%p/Library/Frameworks/R.framework/Resources'
%p/bin/python%type_raw[python] setup.py install --root %d
- cd doc; make html
mkdir -p %i/share/doc/%n
cp -R examples tests %i/share/doc/%n
- cp -R doc/manual_html %i/share/doc/%n
<<
License: GPL
-DocFiles: README COPYING NEWS ChangeLog
+DocFiles: HEADER.c HEADER.py NEWS README ChangeLog
Description: Python module to access R functions
DescDetail: <<
RPy is a very simple, yet robust, interface to the R Programming Language.
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits