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.
This commit is contained in:
parent
026fef7428
commit
eb3b550b13
3 changed files with 15 additions and 10 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.18 2007/02/22 19:26:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2007/03/14 11:55:41 markd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rpy-0.4.6
|
||||
DISTNAME= rpy-0.99.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/}
|
||||
|
||||
|
@ -14,7 +13,7 @@ COMMENT= R interface for Python
|
|||
PYDISTUTILSPKG= YES
|
||||
PYTHON_VERSIONS_ACCEPTED= 24 23
|
||||
|
||||
BUILDLINK_API_DEPENDS.R+= R>=2.3.1
|
||||
BUILDLINK_API_DEPENDS.R+= R>=2.4.1
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../math/py-Numeric/buildlink3.mk"
|
||||
|
|
|
@ -1,14 +1,20 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2006/06/20 19:54:14 joerg Exp $
|
||||
${PYSITELIB}/_rpy2031.so
|
||||
@comment $NetBSD: PLIST,v 1.8 2007/03/14 11:55:41 markd Exp $
|
||||
${PYSITELIB}/_rpy2041.so
|
||||
${PYSITELIB}/rpy.py
|
||||
${PYSITELIB}/rpy.pyc
|
||||
${PYSITELIB}/rpy.pyo
|
||||
${PYSITELIB}/rpy_io.py
|
||||
${PYSITELIB}/rpy_io.pyc
|
||||
${PYSITELIB}/rpy_io.pyo
|
||||
${PYSITELIB}/rpy_options.py
|
||||
${PYSITELIB}/rpy_options.pyc
|
||||
${PYSITELIB}/rpy_options.pyo
|
||||
${PYSITELIB}/rpy_tools.py
|
||||
${PYSITELIB}/rpy_tools.pyc
|
||||
${PYSITELIB}/rpy_tools.pyo
|
||||
${PYSITELIB}/rpy_version.py
|
||||
${PYSITELIB}/rpy_version.pyc
|
||||
${PYSITELIB}/rpy_version.pyo
|
||||
${PYSITELIB}/rpy_wintools.py
|
||||
${PYSITELIB}/rpy_wintools.pyc
|
||||
${PYSITELIB}/rpy_wintools.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2006/06/20 19:54:14 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.7 2007/03/14 11:55:41 markd Exp $
|
||||
|
||||
SHA1 (rpy-0.4.6.tar.gz) = 01d7548958820e5437eb4edb4c8f8bdd0c4f8f28
|
||||
RMD160 (rpy-0.4.6.tar.gz) = efd46a9ecc9450c4c4ee90a153b3bb89a066f316
|
||||
Size (rpy-0.4.6.tar.gz) = 77384 bytes
|
||||
SHA1 (rpy-0.99.0.tar.gz) = 6b94e20adb555b9dfb914ef89745e75f3e9e4c8b
|
||||
RMD160 (rpy-0.99.0.tar.gz) = 9880e9da9d8b8cacccd947df906e643b7457aa44
|
||||
Size (rpy-0.99.0.tar.gz) = 79120 bytes
|
||||
SHA1 (patch-aa) = 216dc7abbdfb9f6c9a127c7be8a5b44dfdbfaa11
|
||||
|
|
Loading…
Reference in a new issue