[Distutils] buildout & develop

2011-10-06 Thread Andrea Crotti
I am in the current situation, I have an application that uses a lot of libraries (ETS / pyqt...). In plus there for every application there are a lot of eggs, which are actually directory eggs. At the moment we run everything in a brutal way messing up with the system, but I thought that w

Re: [Distutils] buildout & develop

2011-10-06 Thread Benji York
On Thu, Oct 6, 2011 at 6:03 AM, Andrea Crotti wrote: > I am in the current situation, I have an application that uses a lot of > libraries (ETS / pyqt...). > > In plus there for every application there are a lot of eggs, which are > actually directory eggs. > > At the moment we run everything in a

Re: [Distutils] buildout & develop

2011-10-06 Thread Reinout van Rees
On 06-10-11 12:03, Andrea Crotti wrote: - a pypi server on localhost Or just a local directory with all the .tar.gz eggs together and pointing find-links to that directory. (Possibly behind apache if you want to). Reinout -- Reinout van Reeshttp://reinout.vanrees.org/

Re: [Distutils] buildout & develop

2011-10-07 Thread Andrea Crotti
On 10/06/2011 02:07 PM, Benji York wrote: The "develop" option should do what you want: http://pypi.python.org/pypi/zc.buildout/1.5.2#work-on-a-package I'm not sure this is exactly what I need... I mean as a developer I have one application which uses 10 different eggs. I want to be able to modi

Re: [Distutils] buildout & develop

2011-10-07 Thread Wichert Akkerman
On 10/07/2011 12:32 PM, Andrea Crotti wrote: I'm not sure this is exactly what I need... I mean as a developer I have one application which uses 10 different eggs. I want to be able to modify also what these eggs do while coding, should I add all of them to the "develop" line? Yes. I can hig

[Distutils] Buildout & develop-eggs troubles

2012-03-31 Thread Alessandro Dentella
Hi, I'm trying buildout but I'm having a hard time trying to understand the logic of develop-egg. I tested both mr.developer recepy and gp.csvdevelop and I stumbled on the same problem, so I guess I'm misunderstanding something. I want to add a development repository named jumbo-core that cont

[Distutils] [buildout] develop vs extends/default.cfg

2010-06-01 Thread Chris Withers
Hi All, What is the expected behaviour when the following are all true: - default.cfg has a develop key - buildout.cfg has a develop key, and extends a base.bfg - base.cfg has a develop key My hope is that all 3 should be set unioned for the develop options. However, my experience so far is th

Re: [Distutils] Buildout & develop-eggs troubles

2012-03-31 Thread Jim Fulton
On Sat, Mar 31, 2012 at 2:48 PM, Alessandro Dentella wrote: > > > Hi, > > I'm trying buildout but I'm having a hard time trying to understand the > logic of develop-egg. > > I tested both mr.developer recepy and gp.csvdevelop and I stumbled on the > same problem, so I guess I'm misunderstanding so

Re: [Distutils] Buildout & develop-eggs troubles

2012-04-01 Thread Alessandro Dentella
Thanks Jim, > If, as I suspect, the project name is 'jumbo-core', rather > than 'jumbo', then you need to add jumbo-core to your > eggs option (on a separate line). this solves indeed my problem. I realize I could have understood it just looking at others egg names (e.g. python-dateutils). san

Re: [Distutils] [buildout] develop vs extends/default.cfg

2010-06-01 Thread Jim Fulton
On Tue, Jun 1, 2010 at 9:22 AM, Chris Withers wrote: > Hi All, > > What is the expected behaviour when the following are all true: > > - default.cfg has a develop key > - buildout.cfg has a develop key, and extends a base.bfg > - base.cfg has a develop key > > My hope is that all 3 should be set u

Re: [Distutils] [buildout] develop vs extends/default.cfg

2010-06-01 Thread Chris Withers
Jim Fulton wrote: On Tue, Jun 1, 2010 at 9:22 AM, Chris Withers wrote: Hi All, What is the expected behaviour when the following are all true: - default.cfg has a develop key - buildout.cfg has a develop key, and extends a base.bfg - base.cfg has a develop key My hope is that all 3 should be

Re: [Distutils] [buildout] develop vs extends/default.cfg

2010-06-29 Thread Chris Withers
Hi Jim, Did you get a chance to validate the issue I reported here? In any case, where should I put it so it doesn't get lost? cheers, Chris Chris Withers wrote: Jim Fulton wrote: On Tue, Jun 1, 2010 at 9:22 AM, Chris Withers wrote: Hi All, What is the expected behaviour when the followi

Re: [Distutils] [buildout] develop vs extends/default.cfg

2010-06-29 Thread Jim Fulton
On Tue, Jun 29, 2010 at 12:01 PM, Chris Withers wrote: > Hi Jim, > > Did you get a chance to validate the issue I reported here? Not yet. > In any case, where should I put it so it doesn't get lost? https://bugs.launchpad.net/zc.buildout/+bugs Jim -- Jim Fulton