Re: Earlier patch to always install python's eggs as unpacked files

2013-03-11 Thread Volodymyr Kostyrko
13.06.2012 22:02, Andrey Zonov wrote: Attached patch works for pymongo. This one takes a lot of time to come true... Maybe it would be more practical to add another USE_PYDISTUTILS target like easy_install_unpacked and add some switches down the whole code block? This will make: * everyth

Re: Earlier patch to always install python's eggs as unpacked files

2012-06-15 Thread Volodymyr Kostyrko
Andrey Zonov wrote: Attached patch works for pymongo. Works for me for a number of ports like py-greenlet, py-gevent, py-pytz. -- Sphinx of black quartz judge my vow. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Earlier patch to always install python's eggs as unpacked files

2012-06-13 Thread Andrey Zonov
On 6/13/12 10:03 PM, Andrey Zonov wrote: On 6/13/12 5:53 PM, Martin Wilke wrote: On Tue, 12 Jun 2012 17:25:03 -0400 John Baldwin wrote: There was a patch in this post from last year (http://lists.freebsd.org/pipermail/freebsd-python/2011-August/003701.html) to make python packages unpack eggs

Re: Earlier patch to always install python's eggs as unpacked files

2012-06-13 Thread Andrey Zonov
On 6/13/12 5:53 PM, Martin Wilke wrote: On Tue, 12 Jun 2012 17:25:03 -0400 John Baldwin wrote: There was a patch in this post from last year (http://lists.freebsd.org/pipermail/freebsd-python/2011-August/003701.html) to make python packages unpack eggs to avoid problems with shared egg caches

Re: Earlier patch to always install python's eggs as unpacked files

2012-06-13 Thread wen heping
2012/6/13 Martin Wilke > On Tue, 12 Jun 2012 17:25:03 -0400 > John Baldwin wrote: > > > There was a patch in this post from last year > > ( > http://lists.freebsd.org/pipermail/freebsd-python/2011-August/003701.html) > > to make python packages unpack eggs to avoid problems with shared egg > > c

Re: Earlier patch to always install python's eggs as unpacked files

2012-06-13 Thread Martin Wilke
On Tue, 12 Jun 2012 17:25:03 -0400 John Baldwin wrote: > There was a patch in this post from last year > (http://lists.freebsd.org/pipermail/freebsd-python/2011-August/003701.html) > to make python packages unpack eggs to avoid problems with shared egg > caches and to avoid requiring Internet ac