[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-06-14 Thread Benjamin Drung
** Changed in: matplotlib (Ubuntu) Importance: Undecided = Wishlist ** Changed in: matplotlib (Ubuntu) Status: Confirmed = Triaged ** Summary changed: - python-matplotlib: missing package dependency (python-tk) + auto backend discovery at start time -- auto backend discovery at

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-16 Thread John Haitas
Sandro, Is there a bug filed for this upstream at Debian? -- python-matplotlib: missing package dependency (python-tk) https://bugs.launchpad.net/bugs/301007 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-16 Thread Benjamin Drung
There is no bug filed in the Debian bug tracking system. The auto backend discovery at start time wish was discussed on the matplotlib- devel mailing list. -- python-matplotlib: missing package dependency (python-tk) https://bugs.launchpad.net/bugs/301007 You received this bug notification

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-12 Thread John Haitas
You can test the built package on your system using my PPA https://launchpad.net/~jhaitas/+archive/python-matplotlib deb http://ppa.launchpad.net/jhaitas/python-matplotlib/ubuntu jaunty main deb-src http://ppa.launchpad.net/jhaitas/python-matplotlib/ubuntu jaunty main This repository is signed

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-11 Thread John Haitas
For now I will provide a patch that depends exclusively on 'python-tk' since this is the default configuration for the package as it is provided by upstream. An exclusive install depend on 'python-tk' will resolve THIS bug. Users who are aware of other options should have the ability to create a

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-11 Thread John Haitas
Here is the aforementioned ubuntu4.debdiff ** Attachment added: matplotlib_0.98.5.2-1ubuntu4.debdiff http://launchpadlibrarian.net/26598333/matplotlib_0.98.5.2-1ubuntu4.debdiff -- python-matplotlib: missing package dependency (python-tk) https://bugs.launchpad.net/bugs/301007 You received

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-08 Thread John Haitas
Given that there is not yet an upstream fix for this. Can we just patch the current code so the packaging will work? We can revisit the issue when a new version is released. In the meantime, our users are going to struggle to understand what's going on. Can we provide a working solution even

Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-08 Thread Sandro Tosi
On Fri, May 8, 2009 at 21:20, John Haitas jhai...@gmail.com wrote: Given that there is not yet an upstream fix for this. Can we just patch the current code so the packaging will work? We can revisit the issue when a new version is released. In the meantime, our users are going to struggle

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-08 Thread John Haitas
How bout we do an ubuntu4 that depends on python-tk We can work on an ubuntu5 that selects the best option. -- python-matplotlib: missing package dependency (python-tk) https://bugs.launchpad.net/bugs/301007 You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-08 Thread Sandro Tosi
On Fri, May 8, 2009 at 22:14, John Haitas jhai...@gmail.com wrote: How bout we do an ubuntu4 that depends on python-tk Did you actually read the files I've mentioned above? that *is* part the change. We can work on an ubuntu5 that selects the best option. Sure, please do it if you feel it's

Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-05 Thread Sandro Tosi
2009/5/5 Дмитрий Ледков dmitrij.led...@gmail.com: 2009/5/5 John Haitas jhai...@gmail.com: I am already working on a patch that moves python-gtk2 etc... to the Suggests line... would that produce the desired results? Dunno... The idea here is that matplolib GUI has many types depending on

Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-05 Thread Sandro Tosi
On Tue, May 5, 2009 at 06:09, John Haitas jhai...@gmail.com wrote: That's why I went with the method I did. If the patch is this [1] then it's wrong. [1] http://launchpadlibrarian.net/26327836/matplotlib_0.98.5.2-1ubuntu4.debdiff A guy in #ubuntu-motu thought my method was wrong. I agree

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-04 Thread John Haitas
here is a patch ** Attachment added: patch to resolve bug http://launchpadlibrarian.net/26327836/matplotlib_0.98.5.2-1ubuntu4.debdiff -- python-matplotlib: missing package dependency (python-tk) https://bugs.launchpad.net/bugs/301007 You received this bug notification because you are a

[Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-04 Thread Jordan Mantha
John, that patch will make python-gtk a dependency, which is what we were trying to avoid. Perhaps we should using python-gd as a placeholder on the | so that we ensure python-tk is always installed without bringing in gtk/qt dependencies. It looks like that's what Debian did in the stable

Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-04 Thread John Haitas
I am already working on a patch that moves python-gtk2 etc... to the Suggests line... would that produce the desired results? -- John Haitas jhai...@gmail.com -- python-matplotlib: missing package dependency (python-tk) https://bugs.launchpad.net/bugs/301007 You received this bug

Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-04 Thread Дмитрий Ледков
2009/5/5 John Haitas jhai...@gmail.com: I am already working on a patch that moves python-gtk2 etc... to the Suggests line... would that produce the desired results? Dunno... The idea here is that matplolib GUI has many types depending on different backends. A KDE user _can_ run the qt gui.

Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-04 Thread John Haitas
That's why I went with the method I did. A guy in #ubuntu-motu thought my method was wrong. I still think it is right to depend on python-tk and then do the OR for the rest of the packages on the line. I know it will fix the bug. I will try to have a PPA tomorrow. Please try my patch for now. This