[Distutils] get name of built egg

2012-03-16 Thread Andrea Crotti
Given the setuptools magic done by python setup.py bdist_egg is there a way to find out what will be the name of the final egg file? It would be really useful to know for me and I can't find any option to tell bdist_egg to let me know where it will write..

Re: [Distutils] RFC: Binary Distribution Format for distutils2/packaging

2012-03-16 Thread Marius Gedminas
On Thu, Mar 15, 2012 at 02:19:45PM -0400, Jim Fulton wrote: > On Thu, Mar 15, 2012 at 12:58 PM, Marius Gedminas wrote: > > On Thu, Mar 15, 2012 at 07:40:36AM -0400, Jim Fulton wrote: > >> On Wed, Mar 14, 2012 at 7:29 PM, Paul Moore wrote: > >> > On 14 March 2012 19:04, Tarek Ziadé wrote: > >> >>

Re: [Distutils] get name of built egg

2012-03-16 Thread PJ Eby
On Mar 16, 2012 10:42 AM, "Andrea Crotti" wrote: > > Given the setuptools magic done by > python setup.py bdist_egg > > is there a way to find out what will be the name of the final egg file? > It would be really useful to know for me and I can't find any option > to tell bdist_egg to let me know

Re: [Distutils] RFC: Binary Distribution Format for distutils2/packaging

2012-03-16 Thread Jim Fulton
On Fri, Mar 16, 2012 at 1:53 PM, Marius Gedminas wrote: > On Thu, Mar 15, 2012 at 02:19:45PM -0400, Jim Fulton wrote: >> On Thu, Mar 15, 2012 at 12:58 PM, Marius Gedminas wrote: >> > On Thu, Mar 15, 2012 at 07:40:36AM -0400, Jim Fulton wrote: >> >> On Wed, Mar 14, 2012 at 7:29 PM, Paul Moore wro

[Distutils] Running `distribute` without installing it globally

2012-03-16 Thread Tim Cuthbertson
Hi all, I'm attempting to create a [zero install](http://0install.net) feed / package for distribute, for the purposes of being able to build software (using distribute) without having to first manually install distribute. Specifically nosetests, but I imagine it will be useful for lots of other s