pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-rpy CHANGES IN RPy 0.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2208fb324ee
branches: trunk
changeset: 464191:f2208fb324ee
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 04 13:50:33 2003 +0000
description:
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:
math/py-rpy/Makefile | 8 ++++----
math/py-rpy/PLIST | 11 +++++++----
math/py-rpy/distinfo | 6 +++---
3 files changed, 14 insertions(+), 11 deletions(-)
diffs (55 lines):
diff -r 0d9565283762 -r f2208fb324ee math/py-rpy/Makefile
--- a/math/py-rpy/Makefile Thu Dec 04 13:43:36 2003 +0000
+++ b/math/py-rpy/Makefile Thu Dec 04 13:50:33 2003 +0000
@@ -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 @@
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 -r 0d9565283762 -r f2208fb324ee math/py-rpy/PLIST
--- a/math/py-rpy/PLIST Thu Dec 04 13:43:36 2003 +0000
+++ b/math/py-rpy/PLIST Thu Dec 04 13:50:33 2003 +0000
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:51 recht Exp $
+@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}/io.py
-${PYSITELIB}/io.pyc
-${PYSITELIB}/io.pyo
+${PYSITELIB}/rpy_version.py
+${PYSITELIB}/rpy_version.pyc
+${PYSITELIB}/rpy_version.pyo
${PYSITELIB}/_rpymodule.so
diff -r 0d9565283762 -r f2208fb324ee math/py-rpy/distinfo
--- a/math/py-rpy/distinfo Thu Dec 04 13:43:36 2003 +0000
+++ b/math/py-rpy/distinfo Thu Dec 04 13:50:33 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index