diff options
author | adam <adam> | 2003-12-04 13:50:33 +0000 |
---|---|---|
committer | adam <adam> | 2003-12-04 13:50:33 +0000 |
commit | bdacc307f4099ac32f3d454b2de7be6a50e81715 (patch) | |
tree | 914abd2eb07e6a09c6bae99904e13f0245baea43 /math | |
parent | 0eaaef767bb6508290ecbbdad20a4919b0c03ac6 (diff) | |
download | pkgsrc-bdacc307f4099ac32f3d454b2de7be6a50e81715.tar.gz |
CHANGES IN RPy 0.3.1
--------------------
Fixed bugs
o There was several memory leaks due to bad management of Python
refcounts.
o There was wrong synchronization of the thread running the R event
loop and the calls to the R interpreter.
o There was a bug with signal handling which caused segfault when
'Ctrl-C' were pressed.
o The R event loop shouldn't be run in non-interactive sessions.
o The i/o Python callbacks were wrong synchronized with the R event
loop thread.
New features
o Added a rpy_version symbol.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-rpy/Makefile | 8 | ||||
-rw-r--r-- | math/py-rpy/PLIST | 11 | ||||
-rw-r--r-- | math/py-rpy/distinfo | 6 |
3 files changed, 14 insertions, 11 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 3defa191994..0015ffa6262 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/09/14 16:43:51 recht Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/04 13:50:33 adam Exp $ # -DISTNAME= rpy-0.3 +DISTNAME= rpy-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/} @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://rpy.sourceforge.net/ COMMENT= R interface for Python -USE_BUILDLINK2= YES -PYDISTUTILSPKG= yes +USE_BUILDLINK2= YES +PYDISTUTILSPKG= YES .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink2.mk" diff --git a/math/py-rpy/PLIST b/math/py-rpy/PLIST index f8d6d4e0068..424fb8ce464 100644 --- a/math/py-rpy/PLIST +++ b/math/py-rpy/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:51 recht Exp $ -${PYSITELIB}/rpy.py -${PYSITELIB}/rpy.pyc -${PYSITELIB}/rpy.pyo +@comment $NetBSD: PLIST,v 1.3 2003/12/04 13:50:33 adam Exp $ ${PYSITELIB}/io.py ${PYSITELIB}/io.pyc ${PYSITELIB}/io.pyo +${PYSITELIB}/rpy.py +${PYSITELIB}/rpy.pyc +${PYSITELIB}/rpy.pyo +${PYSITELIB}/rpy_version.py +${PYSITELIB}/rpy_version.pyc +${PYSITELIB}/rpy_version.pyo ${PYSITELIB}/_rpymodule.so diff --git a/math/py-rpy/distinfo b/math/py-rpy/distinfo index ea219649d52..b56a0c73079 100644 --- a/math/py-rpy/distinfo +++ b/math/py-rpy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/10 12:30:58 markd Exp $ +$NetBSD: distinfo,v 1.2 2003/12/04 13:50:34 adam Exp $ -SHA1 (rpy-0.3.tar.gz) = c1c57b22bc9d309552515946acd28b5c8e82013c -Size (rpy-0.3.tar.gz) = 215545 bytes +SHA1 (rpy-0.3.1.tar.gz) = ec56b00518fed416179afac949914fa2055cd8d7 +Size (rpy-0.3.1.tar.gz) = 219278 bytes SHA1 (patch-aa) = 34ec97c595215c0ac037d8774b29289596bff43f |