Re: [Python-modules-team] matplotlib in experimental

2011-05-04 Thread Sandro Tosi
On Tue, May 3, 2011 at 20:33, Nikolaus Rath nikol...@rath.org wrote:
 Hello,

 Can you tell me what needs to happen for matplotlib 1.0 from
 experimental to enter unstable and (eventually) testing? Are there any
 critical showstoppers?

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625150 - patches are welcome

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#625581: transition: libmagick4

2011-05-04 Thread Bastien ROUCARIES
Package: pythonmagick
Severity: wishlish
block: 625544


Hi,

We would like to perform the transition from  libmagickcore3, libmagick++3, 
libmagickwand3 to libmagickcore4, libmagick++4, 
libmagickwand4

This transition will requires sourcefull uploads as there is a (minimal) API 
change.

Packages are in experimental

Thanks

Bastien




___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


Re: [Python-modules-team] matplotlib in experimental

2011-05-04 Thread Nikolaus Rath
On 05/04/2011 03:12 AM, Sandro Tosi wrote:
 On Tue, May 3, 2011 at 20:33, Nikolaus Rath nikol...@rath.org wrote:
 Hello,

 Can you tell me what needs to happen for matplotlib 1.0 from
 experimental to enter unstable and (eventually) testing? Are there any
 critical showstoppers?
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625150 - patches are welcome

I'd like to help, but I don't quite understand the problem yet. This bug
is against matplotlib 0.99, so wouldn't it be enough to just upload
matplotlib 1.0 to unstable to fix this?

I also tried to build matplotlib 1.0 myself, to see if that still has
the bug. I checked out the most recent debian/ dir from
svn://svn.debian.org/svn/python-modules/packages/matplotlib/trunk/ and
extracted the most recent matplotlib-1.0.0.tar.gz available from
upstream. However:

$ dpkg-buildpackage -us -uc
[...]
 dpkg-source --before-build matplotlib-1.0.0
dpkg-source: warning: patches have not been applied, applying them now
(use --no-preparation to override)
dpkg-source: info: applying 10_build_fix.patch
dpkg-source: info: applying 20_matplotlibrc_path_search_fix.patch
dpkg-source: info: applying 30_disable_sample_downloads.patch
patching file matplotlibrc.template
Hunk #1 FAILED at 377.
1 out of 1 hunk FAILED -- saving rejects to file matplotlibrc.template.rej
dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -g0 -E -b
-B .pc/30_disable_sample_downloads.patch/ 
matplotlib-1.0.0/debian/patches/30_disable_sample_downloads.patch gave
error exit status 1


Where do I get the matplotlib source that's supposed to go along with
this debian/ directory?


Thanks,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


Re: [Python-modules-team] matplotlib in experimental

2011-05-04 Thread Nikolaus Rath
On 05/04/2011 09:27 AM, Sandro Tosi wrote:
 On Wed, May 4, 2011 at 15:18, Nikolaus Rath nikol...@rath.org wrote:
 On 05/04/2011 03:12 AM, Sandro Tosi wrote:
 On Tue, May 3, 2011 at 20:33, Nikolaus Rath nikol...@rath.org wrote:
 Hello,

 Can you tell me what needs to happen for matplotlib 1.0 from
 experimental to enter unstable and (eventually) testing? Are there any
 critical showstoppers?

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625150 - patches are 
 welcome

 I'd like to help, but I don't quite understand the problem yet. This bug
 is against matplotlib 0.99, so wouldn't it be enough to just upload
 matplotlib 1.0 to unstable to fix this?
 
 nope, it's something related to the packaging and/or other
 dependencies (sphinx?)

Alright, I'll try to make a patch.


 Where do I get the matplotlib source that's supposed to go along with
 this debian/ directory?
 
 From upstream, but you have to use the matching version of the
 packaging. if you have an experimental src in your sources.list you
 can:
 
 apt-get -t experimental source matplotlib
 
 to get 1.0.1 as packaged for experimental.

I tried this first, but apparently my mirror (cc.columbia.edu) didn't
carry a full experimental. Now I changed to ftp.us.debian.org and it
works nicely.

However, I'm encountering a different problem when building. Somehow
matplotlib isn't able to find numpy:

dh_testdir
cp -f debian/setup.cfg setup.cfg
python2.7 ./setup.py build
basedirlist is: ['/usr']

BUILDING MATPLOTLIB
matplotlib: 1.0.1
python: 2.7.1+ (default, Apr 20 2011, 10:53:33)  [GCC 4.5.2]
  platform: linux2

REQUIRED DEPENDENCIES
 numpy: no
* You must install numpy 1.1 or later to build
* matplotlib.
make: *** [build-2.7-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1330:
dpkg-buildpackage -rfakeroot -D -us -uc failed

but:

[29] inspiron:~/tmp/matplotlib-1.0.1$ apt-cache policy python-numpy
python-numpy:
  Installed: 1:1.5.1-2
  Candidate: 1:1.5.1-2
  Version table:
 *** 1:1.5.1-2 0
500 http://mirror.cc.columbia.edu/debian/ testing/main amd64
Packages
100 /var/lib/dpkg/status


Any idea how I could work around that?


Thanks!

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


Re: [Python-modules-team] matplotlib in experimental

2011-05-04 Thread Sandro Tosi
On Wed, May 4, 2011 at 15:40, Nikolaus Rath nikol...@rath.org wrote:
 dh_testdir
 cp -f debian/setup.cfg setup.cfg
 python2.7 ./setup.py build
 basedirlist is: ['/usr']
 
 BUILDING MATPLOTLIB
            matplotlib: 1.0.1
                python: 2.7.1+ (default, Apr 20 2011, 10:53:33)  [GCC 4.5.2]
              platform: linux2

 REQUIRED DEPENDENCIES
                 numpy: no
                        * You must install numpy 1.1 or later to build
                        * matplotlib.

probably numpy was not rebuilt to support python 2.7 yet.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: Re: blocking bug

2011-05-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 625544 by 625573
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625556 625553 625550 625549 625552 625557 625547 625551 625554 
625560 625546 625561 625545 625548 625559 625558
Added blocking bug(s) of 625544: 625573
 block 625544 by 625574
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625550 625552 625554 625547 625551 625561 625545 625558 
625559 625556 625573 625549 625557 625560 625546 625548
Added blocking bug(s) of 625544: 625574
 block 625544 by 625575
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625550 625552 625551 625547 625554 625561 625545 625559 
625558 625556 625573 625549 625557 625574 625560 625546 625548
Added blocking bug(s) of 625544: 625575
 block 625544 by 625576
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625550 625575 625552 625554 625547 625551 625561 625545 
625558 625559 625556 625573 625549 625557 625574 625560 625546 625548
Added blocking bug(s) of 625544: 625576
 block 625544 by 625577
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625576 625550 625552 625575 625551 625547 625554 625561 
625545 625559 625558 625556 625573 625549 625557 625574 625560 625546 625548
Added blocking bug(s) of 625544: 625577
 block 625544 by 625578
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625550 625576 625575 625552 625554 625547 625551 625561 
625545 625558 625559 625556 625573 625549 625557 625574 625560 625546 625577 
625548
Added blocking bug(s) of 625544: 625578
 block 625544 by 625579
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625578 625576 625550 625552 625575 625551 625547 625554 
625561 625545 625559 625558 625556 625573 625549 625557 625574 625560 625546 
625577 625548
Added blocking bug(s) of 625544: 625579
 block 625544 by 625580
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625579 625550 625576 625578 625575 625552 625554 625547 
625551 625561 625545 625558 625559 625556 625573 625549 625557 625574 625560 
625546 625577 625548
Added blocking bug(s) of 625544: 625580
 block 625544 by 625581
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625578 625576 625550 625579 625552 625575 625551 625547 
625554 625561 625545 625559 625558 625580 625556 625573 625549 625557 625574 
625560 625546 625577 625548
Added blocking bug(s) of 625544: 625581
 block 625544 by 625582
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625579 625550 625576 625578 625575 625552 625554 625547 
625551 625561 625581 625545 625558 625559 625556 625580 625573 625549 625557 
625574 625560 625546 625577 625548
Added blocking bug(s) of 625544: 625582
 block 625544 by 625583
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625578 625576 625550 625579 625552 625575 625551 625547 
625554 625582 625561 625545 625581 625559 625558 625580 625556 625573 625549 
625557 625574 625560 625546 625577 625548
Added blocking bug(s) of 625544: 625583
 block 625544 by 625584
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625579 625550 625576 625578 625575 625552 625554 625547 
625551 625582 625561 625581 625545 625558 625559 625556 625580 625573 625549 
625583 625557 625574 625560 625546 625577 625548
Added blocking bug(s) of 625544: 625584
 block 625544 by 625585
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625584 625578 625576 625550 625579 625552 625575 625551 
625547 625554 625582 625561 625545 625581 625559 625558 625580 625556 625573 
625549 625583 625557 625574 625560 625546 625577 625548
Added blocking bug(s) of 625544: 625585
 block 625544 by 625586
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625584 625579 625550 625576 625578 625575 625552 625554 
625547 625551 625582 625561 625585 625581 625545 625558 625559 625556 625580 
625573 625549 625583 625557 625574 625560 625546 625577 625548
Added blocking bug(s) of 625544: 625586
 thanks
Stopping 

Re: [Python-modules-team] matplotlib in experimental

2011-05-04 Thread Scott Kitterman
On Wednesday, May 04, 2011 09:55:15 AM Sandro Tosi wrote:
...
 probably numpy was not rebuilt to support python 2.7 yet.
...
It was:

http://packages.debian.org/sid/python-numpy

Scott K

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: forcibly merging 609360 623600

2011-05-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 609360 623600
Bug#609360: pycairo: Fails to build/install support for python2.7 correctly
Bug#623600: pycairo
Forcibly Merged 609360 623600.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
623600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623600
609360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: unmerging 609360

2011-05-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unmerge 609360
Bug#609360: pycairo: Fails to build/install support for python2.7 correctly
Bug#623600: pycairo
Disconnected #609360 from all other report(s).

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
623600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623600
609360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: tagging 623600

2011-05-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 623600 - patch pending
Bug #623600 [pycairo] pycairo
Removed tag(s) pending and patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
623600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623600
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: Re: Bug#623600: pycairo

2011-05-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 623600 + moreinfo
Bug #623600 [pycairo] pycairo
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
623600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623600
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: tagging 609360

2011-05-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 609360 + moreinfo
Bug #609360 [pycairo] pycairo: Fails to build/install support for python2.7 
correctly
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
609360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#625644: transition: python-numpy

2011-05-04 Thread Yaroslav Halchenko
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Please hint python-numpy 1:1.5.1-2+b1  and python-pebl 1.0.2-2 to enter testing.

http://release.debian.org/migration/testing.pl?package=python-pebl 

binary package python-pebl is part of source package pebl

trying to update pebl from 1.0.2-1 to 1.0.2-2 (candidate is 5 days old)
pebl is waiting for python-numpy
Updating python-numpy makes 2 depending packages uninstallable on 
amd64: python-pebl, python-pebl-dbg 
Updating pebl makes 2 non-depending packages uninstallable on i386: 
python-pebl, python-pebl-dbg 

trying to update python-numpy from 1:1.5.1-2 to 1:1.5.1-2+b1
Updating python-numpy makes 2 depending packages uninstallable on amd64: 
python-pebl, python-pebl-dbg 

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team