[Bug 107625] Re: python-f2py should depend on python-dev

2008-07-16 Thread Bug Watch Updater
** Changed in: python-f2py (Debian)
   Status: New = Fix Released

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107625] Re: python-f2py should depend on python-dev

2007-07-31 Thread Scott Kitterman
Looking into this further, I find that all the f2py code has been
migrated into python-numpy and so this package is redundant and
unmaintained.  Please use python-numpy and see if that works for you
instead.  I'm about to file a removal request to get this old/redundant
module out of Ubuntu starting with Gutsy.

** Changed in: python-f2py (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107625] Re: python-f2py should depend on python-dev

2007-04-24 Thread Bug Watch Updater
** Changed in: python-f2py (Debian)
   Status: Unknown = Unconfirmed

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107625] Re: python-f2py should depend on python-dev

2007-04-23 Thread Scott Kitterman
I've reported this to Debian.  Since our python-f2py package is
currently the same as theirs, hopefully they'll fix it and we'll get it
from them without having to create an Ubuntu unique package.

** Bug watch added: Debian Bug tracker #420600
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420600

** Also affects: python-f2py (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420600
   Importance: Unknown
   Status: Unknown

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107625] Re: python-f2py should depend on python-dev

2007-04-22 Thread frank
First of all, thanks for the quick turnaround on the bugreport.

Can I ask if the bug triager actually *uses* f2py?

f2py is a source code transformation program that takes a FORTRAN
*source code* and transforms it into a loadable python module. In order
to accomplish that, it needs access to the Python.h file, contained in
the python-dev package (as described in my initial bug report.) This
*is* at runtime for f2py and hence appropriate for depends (not at
buildtime,where Python.h may *also* be required, and build-depends would
indeed be appropriate).

The problem is manifest with as simple a Fortran source code as the
hello.f source code found at the end of the link in my original post. If
the bug-triager would actually take the time to de-install python-dev on
their system, and try to compile the 6 line hello.f program
(reproduced here for convenience), they will see the problem
immediately.

code-snippet
C File hello.f
  subroutine foo (a)
  integer a
  print*, Hello from Fortran!
  print*, a=,a
  end
/code-snippet

I hereby request that this bug be re-opened. I did *not* try to build
f2py. I tried to *run* it and still tripped over this bug.

Frank Horowitz

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107625] Re: python-f2py should depend on python-dev

2007-04-22 Thread Scott Kitterman
Thanks for the response.  I've reopened the bug.

Once you installed python-dev the test program works for you (I'm short
of time at the moment and so did not yet run your test case - thanks for
that though, I'll use it to verify the fix later)?

No, I don't use f2py.  There are thousands of packages in Ubuntu and not
nearly so many bug triagers/fixers (I'm probably both in this case).
Your input is very valuable on such things.  Thanks again.

** Changed in: python-f2py (Ubuntu)
   Status: Rejected = Confirmed

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 107625] Re: python-f2py should depend on python-dev

2007-04-22 Thread frank
Hi Scott,

Thanks for re-opening the bug (and for the time you are devoting to
Ubuntu)!

Yes, installing (by hand) python-dev provides a complete workaround for
my situation. That is why including python-dev in the depends list
*should* provide a fix for the bug for the apt/dpkg system.

BTW, I'm an experienced Python developer and Debian/Ubuntu user. If
there are any python-related bugs in Feisty that you might wish to toss
my way, perhaps I can help in the bug triage-ing, or even the odd patch
or two for simple stuff like this...

Cheers,
Frank Horowitz



- Original Message 
From: Scott Kitterman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 22, 2007 9:04:41 PM
Subject: [Bug 107625] Re: python-f2py should depend on python-dev

Thanks for the response.  I've reopened the bug.

Once you installed python-dev the test program works for you (I'm short
of time at the moment and so did not yet run your test case - thanks for
that though, I'll use it to verify the fix later)?

No, I don't use f2py.  There are thousands of packages in Ubuntu and not
nearly so many bug triagers/fixers (I'm probably both in this case).
Your input is very valuable on such things.  Thanks again.

** Changed in: python-f2py (Ubuntu)
   Status: Rejected = Confirmed

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a direct subscriber
of the bug.

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107625] Re: python-f2py should depend on python-dev

2007-04-19 Thread frank
Ooops. I forgot to specify. This pertains to Feisty using g77 python-
numeric, and python2.5 as of 19 April 2007.

-- 
python-f2py should depend on python-dev
https://bugs.launchpad.net/bugs/107625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs