Python Egg Guidelines across distros

2007-09-04 Thread Toshio Kuratomi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings all, I'm revising the Fedora Python Guidelines to make better use of eggs and saw an interesting bug report against python-docutils that left me wondering how Debian had dealt with some of the decisions that I'm having to make. If we come o

Re: Python Egg Guidelines across distros

2007-09-05 Thread Toshio Kuratomi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raphael Hertzog wrote: > Hi, > > On Tue, 04 Sep 2007, Toshio Kuratomi wrote: > Thanks for the initiative, it's much appreciated! > Thanks for responding! > > We don't have a 100% clear policy, the general rule has be

Re: Python Egg Guidelines across distros

2007-09-10 Thread Toshio Kuratomi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josselin Mouette wrote: > Le mardi 04 septembre 2007 à 08:28 -0700, Toshio Kuratomi a écrit : >> 1) Do we want to create eggs where they aren't provided upstream. I see >> that Debian's python-docutils package doesn't p

Re: Re: Python Egg Guidelines across distros

2007-09-10 Thread Toshio Kuratomi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: Gael Varoquaux <[EMAIL PROTECTED]> To sum up, the problem is that setup tools is not designed to interact with the outside world. It does not provide an api for listing dependencies, does all kind of magic during the install, and insists for doi