Your message dated Thu, 17 Feb 2005 18:57:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#292556: fixed in rpy 0.4.1-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Jan 2005 21:02:25 +0000
>From [EMAIL PROTECTED] Thu Jan 27 13:02:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtpsrv12.isis.unc.edu (smtp.unc.edu) [152.2.1.243]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CuGmX-0004w1-00; Thu, 27 Jan 2005 13:02:25 -0800
Received: from maxwell.stat.unc.edu (maxwell.stat.unc.edu [152.2.69.10])
by smtp.unc.edu (8.12.9/8.12.9) with ESMTP id j0RL23E4005179
(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO);
Thu, 27 Jan 2005 16:02:04 -0500 (EST)
Received: from faheem by maxwell.stat.unc.edu with local (Exim 4.34)
id 1CuGmC-0008Oe-3H; Thu, 27 Jan 2005 16:02:04 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Faheem Mitha <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rpy: Support for python 2.4
X-Mailer: reportbug 3.2
Date: Thu, 27 Jan 2005 16:02:04 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: rpy
Severity: wishlist
Tags: patch
Hi Dirk,
Consider adding support for python 2.4. Trivial patch against current
version follows. I have installed it and it at least loads into python2.4
without complaint, but I have not done any testing. I don't currently use
rpy and am doing this for someone else.
We can take this version for a test run and report any problems we encounter
back here.
Note that I have not versioned the python2.4-dev in Build-depends, but I am
not sure why it is necessary.
Faheem.
Thu Jan 27 14:30:37 EST 2005 [EMAIL PROTECTED]
* add python 2.4 support
diff -rN -u debian-old/control debian-new/control
--- debian-old/control 2005-01-27 14:35:22.000000000 -0500
+++ debian-new/control 2005-01-27 14:11:55.000000000 -0500
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Standards-Version: 3.6.1.1
-Build-depends: debhelper (>= 3.0.0), r-base-dev (>= 2.0.0), python,
python2.2-dev (>= 2.2.3), python2.3-dev (>= 2.3-1), python2.2-numeric,
python2.3-numeric
+Build-depends: debhelper (>= 3.0.0), r-base-dev (>= 2.0.0), python,
python2.2-dev (>= 2.2.3), python2.3-dev (>= 2.3-1), python2.4-dev,
python2.2-numeric, python2.3-numeric
Package: python2.2-rpy
Architecture: any
@@ -31,6 +31,19 @@
.
URL: http://rpy.sourceforge.net/
+Package: python2.4-rpy
+Architecture: any
+Depends: ${shlibs:Depends}, python2.4, python2.4-numeric, r-base-core (>=
1.9.0)
+Suggests: python-rpy-docs
+Description: Python interface to the GNU R language and environment
+ This Debian package provides RPy, a very simple yet robust Python interface
+ to the GNU R Programming Language. It can manage different types of R objects,
+ and can execute arbitrary R functions, including graphic functions.
+ .
+ This Debian package is built for Python 2.4.
+ .
+ URL: http://rpy.sourceforge.net/
+
Package: python-rpy
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-rpy
diff -rN -u debian-old/rules debian-new/rules
--- debian-old/rules 2005-01-27 14:35:22.000000000 -0500
+++ debian-new/rules 2005-01-27 14:13:29.000000000 -0500
@@ -10,6 +10,7 @@
#PYTHON2.1 := python2.1
PYTHON2.2 := python2.2
PYTHON2.3 := python2.3
+PYTHON2.4 := python2.4
compilerflags = -O2 -Wall
@@ -34,6 +35,7 @@
#CFLAGS="$(compilerflags)" $(PYTHON2.1) setup.py build
CFLAGS="$(compilerflags)" $(PYTHON2.2) setup.py build
CFLAGS="$(compilerflags)" $(PYTHON2.3) setup.py build
+ CFLAGS="$(compilerflags)" $(PYTHON2.4) setup.py build
touch build-stamp
clean:
@@ -58,6 +60,7 @@
#$(PYTHON2.1) setup.py install --root=debian/python2.1-rpy
$(PYTHON2.2) setup.py install --root=debian/python2.2-rpy
$(PYTHON2.3) setup.py install --root=debian/python2.3-rpy
+ $(PYTHON2.4) setup.py install --root=debian/python2.4-rpy
# Build architecture-independent files here.
binary-indep: build install
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
---------------------------------------
Received: (at 292556-close) by bugs.debian.org; 18 Feb 2005 00:08:08 +0000
>From [EMAIL PROTECTED] Thu Feb 17 16:08:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D1vgm-0002hP-00; Thu, 17 Feb 2005 16:08:08 -0800
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D1vWG-0001VQ-00; Thu, 17 Feb 2005 18:57:16 -0500
From: Dirk Eddelbuettel <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#292556: fixed in rpy 0.4.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Thu, 17 Feb 2005 18:57:16 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: rpy
Source-Version: 0.4.1-2
We believe that the bug you reported is fixed in the latest version of
rpy, which is due to be installed in the Debian FTP archive:
python-rpy-doc_0.4.1-2_all.deb
to pool/main/r/rpy/python-rpy-doc_0.4.1-2_all.deb
python-rpy_0.4.1-2_all.deb
to pool/main/r/rpy/python-rpy_0.4.1-2_all.deb
python2.2-rpy_0.4.1-2_i386.deb
to pool/main/r/rpy/python2.2-rpy_0.4.1-2_i386.deb
python2.3-rpy_0.4.1-2_i386.deb
to pool/main/r/rpy/python2.3-rpy_0.4.1-2_i386.deb
python2.4-rpy_0.4.1-2_i386.deb
to pool/main/r/rpy/python2.4-rpy_0.4.1-2_i386.deb
rpy_0.4.1-2.diff.gz
to pool/main/r/rpy/rpy_0.4.1-2.diff.gz
rpy_0.4.1-2.dsc
to pool/main/r/rpy/rpy_0.4.1-2.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[EMAIL PROTECTED]> (supplier of updated rpy package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 29 Jan 2005 22:49:23 -0600
Source: rpy
Binary: python2.4-rpy python2.2-rpy python-rpy python-rpy-doc python2.3-rpy
Architecture: source all i386
Version: 0.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Changed-By: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Description:
python-rpy - Python interface to the GNU R language and environment
python-rpy-doc - Python interface to the GNU R language (documentation package)
python2.2-rpy - Python interface to the GNU R language and environment
python2.3-rpy - Python interface to the GNU R language and environment
python2.4-rpy - Python interface to the GNU R language and environment
Closes: 292556
Changes:
rpy (0.4.1-2) unstable; urgency=low
.
* debian/control: Also provide a version for Python 2.4: (Closes: #292556)
- Adjusted Build-Depends
- Added new section
* debian/rules: Adjusted accordingly.
* Thanks to Faheem Mitha for an almost complete patch implementing the
change.
Files:
a1592ed3fb0ffef80800f809d620f038 771 python optional rpy_0.4.1-2.dsc
60beb7f4a115fc450005431c60caf058 2264 python optional rpy_0.4.1-2.diff.gz
9d8f58cc545f93069ac0d26c01b14702 3554 python optional
python-rpy_0.4.1-2_all.deb
be12b5eebc95a18d32969f8f847a9f93 36550 doc optional
python-rpy-doc_0.4.1-2_all.deb
47421da7626c3799bdbe60a0b7db8c26 20552 python optional
python2.2-rpy_0.4.1-2_i386.deb
eb490e2889b1c3899b42407be76e5cfb 20546 python optional
python2.3-rpy_0.4.1-2_i386.deb
715629fa010d2c0cf3137aec5f70f0e4 20542 python optional
python2.4-rpy_0.4.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFB/Go+CZSR95Gw07cRAvf5AJ9QGK5sJIFOj7rSuT0O8LyQQYK6+QCbBUqv
7v/Zu9RPbEHmppEkCnyM14o=
=Daq7
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]