Re: RFC: default python installlation directories

2015-11-22 Thread Tomasz Pala
On Sun, Nov 22, 2015 at 13:25:16 +0100, Jacek Konieczny wrote: > I suggest patching python, python3 and, if neccessary, other packages, > so distutils/setuptools/pip would install Python modules to /usr/local > by default ??? like autoconf configure scripts do. Python would look for > modues in

RFC: default python installlation directories

2015-11-22 Thread Jacek Konieczny
Hi, Most Python HOWTOs and similar resources suggest using 'pip', 'easy_install' or other tools to install python modules or python-based programs. The problem is, that in PLD those tools would install modules in /usr/{lib{64},share}/pythonX.Y/site-packages – the same place, where python modules

Re: RFC: default python installlation directories

2015-11-22 Thread Jacek Konieczny
On 2015-11-22 16:57, Tomasz Pala wrote: > On Sun, Nov 22, 2015 at 13:25:16 +0100, Jacek Konieczny wrote: > >> I suggest patching python, python3 and, if neccessary, other packages, >> so distutils/setuptools/pip would install Python modules to /usr/local >> by default ??? like autoconf configure

Re: RFC: default python installlation directories

2015-11-22 Thread Jan Rękorajski
On Sun, 22 Nov 2015, Jacek Konieczny wrote: > Hi, > > Most Python HOWTOs and similar resources suggest using 'pip', > 'easy_install' or other tools to install python modules or python-based > programs. The problem is, that in PLD those tools would install modules > in

Terrible performance of Python dependency generator

2015-11-22 Thread Jacek Konieczny
Hi, We will probably need to rebuild the python-* packages again and I already hate that. Such python-django takes 45 minutes to build and most of that is in the auto-dependency generator. That is insane! It should not take that long! /usr/lib/rpm/pythoneggs.py is used to find the dependencies