Subject: CVS commit: pkgsrc/math/py-rpy
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 03/14/2007 11:55:41
Module Name:	pkgsrc
Committed By:	markd
Date:		Wed Mar 14 11:55:41 UTC 2007

Modified Files:
	pkgsrc/math/py-rpy: Makefile PLIST distinfo

Log Message:
Update py-rpy to 0.99.0

New features:
* Dramatically simplify the build process for Win32
* It is now possible to use setup.cfg to control various aspects of the
  build process. 'config.in' contains a template containing all available
  options and what they do.
Bug fixes
* RPy compiled with Numeric support will no longer crash when run with
  Numeric available.
* Crash during import when R is missing from the registry
* Problem using R Wavelets library with RPy
* RPy does not build on OS X, easy fix
* Plotting with RPy crashes Python
Other
* The rpy.py now communicates RHOME, RVER, RVERSION, RUSER from python to
  the _rpy module using environment variables. This avoids the need to
  have duplicate C code to obtain these values, and makes things both more
  maintainable and more robust.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/math/py-rpy/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/math/py-rpy/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/math/py-rpy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.