Your message dated Tue, 9 Dec 2008 09:36:55 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#475017: python-numpy: missing parentheses in 
/usr/share/pyshared/numpy/f2py/rules.py line 1222 (fixed upstream)
has caused the Debian Bug report #475017,
regarding python-numpy: missing parentheses in 
/usr/share/pyshared/numpy/f2py/rules.py line 1222 (fixed upstream)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
475017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475017
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-numpy
Version: 1:1.0.4-7
Severity: normal
Tags: patch

f2py fails while building module without this fix.

the patch below is from the subversion repository (so it's slightly
offset):

Index: rules.py
===================================================================
--- rules.py    (revision 4334)
+++ rules.py    (revision 4335)
@@ -1200,7 +1200,7 @@
         f.write('C     This file is autogenerated with f2py
(version:%s)\n'%(f2py_version))
         f.write('C     It contains Fortran 77 wrappers to fortran
functions.\n')
         lines = []
-        for l in '\n\n'.join(funcwrappers)+'\n'.split('\n'):
+        for l in ('\n\n'.join(funcwrappers)+'\n').split('\n'):
             if l and l[0]==' ':
                 while len(l)>=66:
                     lines.append(l[:66]+'\n     &')



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-numpy depends on:
ii  libblas3gf [libblas.so. 1.2-1.5          Basic Linear Algebra Subroutines 3
ii  libc6                   2.7-8            GNU C Library: Shared libraries
ii  libgcc1                 1:4.3-20080202-1 GCC support library
ii  libgfortran3            4.3-20080202-1   Runtime library for GNU Fortran ap
ii  liblapack3gf [liblapack 3.1.1-0.4        library of linear algebra routines
ii  python                  2.4.4-6          An interactive high-level object-o
ii  python-central          0.6.1            register and build utility for Pyt

python-numpy recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
On Wed, Apr 9, 2008 at 9:52 PM, Ludovic.Aubry <[EMAIL PROTECTED]> wrote:
> On Tue, Apr 08, 2008 at 04:33:31PM +0200, Ondrej Certik wrote:
>> On Tue, Apr 8, 2008 at 3:49 PM, Ludovic Aubry <[EMAIL PROTECTED]> wrote:
>> > Package: python-numpy
>> >  Version: 1:1.0.4-7
>> >  Severity: normal
>> >  Tags: patch
>> >
>> >  f2py fails while building module without this fix.
>>
>> Thanks for the bug report.
>>
>> Upstream is going to release a new version by the end of the week, so
>> if it is ok with you, let's wait?
> This is fine, and the fix is simple enough for people who really need
> it.

This is now fixed with the 1.1.1 version in Debian. Closing the bug.

Ondrej


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to