Bug#732703: (no subject)

2014-05-16 Thread Barry Warsaw
Here's another version of the patch, which implements the scheme as discussion on debian-python. Application of this patch should be contingent on: * Agreement on changes to Debian Python Policy regarding the use of wheels (prohibited in the general, allowed by exception for ensurepip

Bug#732703: (no subject)

2014-05-16 Thread Barry Warsaw
Bug #748301 is the distlib patch to build its wheel. Bug #748299 is the python-setuptools patch to build its wheel. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#732703: (no subject)

2014-04-07 Thread Matthias Klose
Am 05.04.2014 00:49, schrieb Barry Warsaw: Here's a diff that will make pyvenv work. As the changelog entry describes, it: * Undoes the removal of the ensurepip module. I think it's safe to allow this module to be installed because if a normal user were to run it outside of a venv, it

Bug#732703: (no subject)

2014-04-07 Thread Barry Warsaw
On Apr 07, 2014, at 03:09 PM, Matthias Klose wrote: This still doesn't say anything about how the downloaded pip behaves together with the system python3. Does it allow installation of modules into the system python3 path? which one, /usr/lib/python3/dist-packages or

Bug#732703: (no subject)

2014-04-07 Thread Matthias Klose
Am 07.04.2014 15:27, schrieb Barry Warsaw: If you sudo -m ensurepip, you will get things installed into /usr/lib/python3/dist-packages. That's unfortunate, but it seems like you have to willfully try to break your system in order to do that. yes, and this is exactly the thing to avoid. The

Bug#732703: (no subject)

2014-04-07 Thread Barry Warsaw
On Apr 07, 2014, at 03:36 PM, Matthias Klose wrote: Am 07.04.2014 15:27, schrieb Barry Warsaw: If you sudo -m ensurepip, you will get things installed into /usr/lib/python3/dist-packages. That's unfortunate, but it seems like you have to willfully try to break your system in order to do

Bug#732703: (no subject)

2014-04-04 Thread Barry Warsaw
Here's a diff that will make pyvenv work. As the changelog entry describes, it: * Undoes the removal of the ensurepip module. I think it's safe to allow this module to be installed because if a normal user were to run it outside of a venv, it would rightly traceback on a permission denied.