RFS: numpydoc 0.5-1

2014-06-11 Thread Denis Laxalde

Hi,

I'd like to request sponsorship for numpydoc, which had a new upstream 
release, the first supporting Python 3. It's available in python-modules 
SVN repository (I can upload it on mentors if that helps). Changelog is:



  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Denis Laxalde ]
  * New upstream release.
  * Build python3 package as it's now supported upstream
  * debian/control:
+ Build-Depends on python-setuptools
+ Update Homepage (numpydoc is not anymore within numpy's source tree)
+ Update Standards-Version (no change needed)
  * debian/rules: use pybuild.
  * Drop clean-setup patch (included upstream)


Regards,
Denis Laxalde.


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5398c054.8090...@laxalde.org



Re: Cannot find installed package that provides pillow. Using python-pillow as package name.

2014-06-11 Thread Piotr Ożarowski
[Mathieu Malaterre, 2014-06-11]
> Hum, here is what I have on my side:
> 
> $ dpkg -S /usr/bin/dh_python2
> diversion by dh-python from: /usr/bin/dh_python2
> diversion by dh-python to: /usr/bin/dh_python2.real
> dh-python, python: /usr/bin/dh_python2
> 
> $ apt-cache policy dh-python
> dh-python:
>   Installed: 1.20131021-1~bpo70+1
>   Candidate: 1.20131021-1~bpo70+1
>   Version table:
>  1.20140511-1 0
> 200 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
> 100 http://ftp.fr.debian.org/debian/ unstable/main amd64 Packages
>  *** 1.20131021-1~bpo70+1 0
> 600 http://ftp.fr.debian.org/debian/ wheezy-backports/main
> amd64 Packages
> 100 /var/lib/dpkg/status
> 
> Which explains why I needed:
> 
> http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide-python/trunk/debian/pydist-overrides?view=markup
> 
> I'll revert my changes, thanks for your help.

I will make sure my next dh-python backport generates python-imaging on
Wheezy
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140611080725.gj13...@sts0.p1otr.com



Re: Cannot find installed package that provides pillow. Using python-pillow as package name.

2014-06-11 Thread Mathieu Malaterre
On Wed, Jun 11, 2014 at 9:54 AM, Piotr Ożarowski  wrote:
> [Mathieu Malaterre, 2014-06-11]
>> On Wed, Jun 11, 2014 at 9:09 AM, Mathieu Malaterre  wrote:
>> > I am starring at #744748. I do not understand how ${python:Depends}
>> > get changed into `python-pillow` for dh_python2. The bug is not really
>> > that annoying except that it prevent a backport of python-openslide
>> > (python 2.x) to wheezy, since python-pillow is only in jessie (I would
>> > need to have `python-imaging` instead).
>>
>> Sorry for the noise, I needed a grep -i pillow (case sensitive) to
>> discover where the dep was coming from. I think I know how to fix it,
>> since jessie also provide a virtual python-imaging package.
>
> python-imaging is a transitional package. If your package works without
> it, please don't change the dependency dh_python2 generates from
> requires.txt file.
>
> PS please note that you should not use package generated in Jessie on
> Wheezy (different list of supported Python versions) and dh_python2 on
> Wheezy will generate python-imaging dependency

Hum, here is what I have on my side:

$ dpkg -S /usr/bin/dh_python2
diversion by dh-python from: /usr/bin/dh_python2
diversion by dh-python to: /usr/bin/dh_python2.real
dh-python, python: /usr/bin/dh_python2

$ apt-cache policy dh-python
dh-python:
  Installed: 1.20131021-1~bpo70+1
  Candidate: 1.20131021-1~bpo70+1
  Version table:
 1.20140511-1 0
200 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
100 http://ftp.fr.debian.org/debian/ unstable/main amd64 Packages
 *** 1.20131021-1~bpo70+1 0
600 http://ftp.fr.debian.org/debian/ wheezy-backports/main
amd64 Packages
100 /var/lib/dpkg/status

Which explains why I needed:

http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide-python/trunk/debian/pydist-overrides?view=markup

I'll revert my changes, thanks for your help.


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/ca+7wuswvldmvabeffg4+bsdwxpv2vuhm5rhj448ds2-5nun...@mail.gmail.com



Re: Cannot find installed package that provides pillow. Using python-pillow as package name.

2014-06-11 Thread Piotr Ożarowski
[Mathieu Malaterre, 2014-06-11]
> On Wed, Jun 11, 2014 at 9:09 AM, Mathieu Malaterre  wrote:
> > I am starring at #744748. I do not understand how ${python:Depends}
> > get changed into `python-pillow` for dh_python2. The bug is not really
> > that annoying except that it prevent a backport of python-openslide
> > (python 2.x) to wheezy, since python-pillow is only in jessie (I would
> > need to have `python-imaging` instead).
> 
> Sorry for the noise, I needed a grep -i pillow (case sensitive) to
> discover where the dep was coming from. I think I know how to fix it,
> since jessie also provide a virtual python-imaging package.

python-imaging is a transitional package. If your package works without
it, please don't change the dependency dh_python2 generates from
requires.txt file.

PS please note that you should not use package generated in Jessie on
Wheezy (different list of supported Python versions) and dh_python2 on
Wheezy will generate python-imaging dependency
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140611075456.gi13...@sts0.p1otr.com



Re: Cannot find installed package that provides pillow. Using python-pillow as package name.

2014-06-11 Thread Mathieu Malaterre
On Wed, Jun 11, 2014 at 9:09 AM, Mathieu Malaterre  wrote:
> [CC me please]
>
> Dear all,
>
> I am starring at #744748. I do not understand how ${python:Depends}
> get changed into `python-pillow` for dh_python2. The bug is not really
> that annoying except that it prevent a backport of python-openslide
> (python 2.x) to wheezy, since python-pillow is only in jessie (I would
> need to have `python-imaging` instead).

Sorry for the noise, I needed a grep -i pillow (case sensitive) to
discover where the dep was coming from. I think I know how to fix it,
since jessie also provide a virtual python-imaging package.

thx


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+7wUszOJsGe5cGde9Rbysp=n_k_vv5vc_jish6bh_2y1j7...@mail.gmail.com



Cannot find installed package that provides pillow. Using python-pillow as package name.

2014-06-11 Thread Mathieu Malaterre
[CC me please]

Dear all,

I am starring at #744748. I do not understand how ${python:Depends}
get changed into `python-pillow` for dh_python2. The bug is not really
that annoying except that it prevent a backport of python-openslide
(python 2.x) to wheezy, since python-pillow is only in jessie (I would
need to have `python-imaging` instead).

Comments ?

Thanks.


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+7wUsxPH=e7uj6cdcu+dpvru4-n0u_0ywtkntjsaubr4fo...@mail.gmail.com