Re: About requests.packages.urllib3 in Debian

2014-11-05 Thread Julien Cristau
On Wed, Nov 5, 2014 at 07:52:55 +0100, Matthias Urlichs wrote: > Hi, > > Daniele Tricoli: > > Due to #753578 I added a stub (technically I just used a symlink) to make > > import requests.packages.urllib3 works. > > I'd add a stub _file_ which just contains "from urllib3 import *". > Would tha

Re: About requests.packages.urllib3 in Debian

2014-11-05 Thread Jakub Wilk
* Daniele Tricoli , 2014-11-04, 23:35: since requests 1.1.0-1 convenience copy of already packaged libraries are not shipped to follow Policy 4.13. (The package is tested at every rev but manually because tests need Internet connection.) Due to #753578 I added a stub (technically I just used a

Re: Trying to build python3 version of scikit-learn, python3-* pkgs come out empty

2014-11-05 Thread Yaroslav Halchenko
I would recommend to look into rules of pandas package where I with Julian's initiative have somewhat "harmonized" (although it is still quite ugly) building both python2 and python3 with moving .so to -lib packages . I know that MDP's author is also eager to get python3-sklearn package so it woul

Re: Trying to build python3 version of scikit-learn, python3-* pkgs come out empty

2014-11-05 Thread Piotr Ożarowski
[Zack Weinberg, 2014-11-05] > The scikit-learn packaging only builds python2 packages, even though > upstream does support python3 (this is bug #730532). I happen to need > scikit with python3 so I tried to update the packaging using the > instructions at https://wiki.debian.org/Python/Pybuild , b

Re: Trying to build python3 version of scikit-learn, python3-* pkgs come out empty

2014-11-05 Thread Piotr Ożarowski
[Yaroslav Halchenko, 2014-11-05] > I would recommend to look into rules of pandas package where I with > Julian's initiative have somewhat "harmonized" (although it is > still quite ugly) building both python2 and python3 with moving .so to > -lib packages . pybuild can do that for you (--ext-dest

Re: Trying to build python3 version of scikit-learn, python3-* pkgs come out empty

2014-11-05 Thread Yaroslav Halchenko
That is great... eventually I would switch. I am still providing backports for supported debian ubuntu releases through NeuroDebian, so I would need compatible version of pybuild for those releases. Pandas though might switch earlier since they started to demand recentish numpy, so backports ar