Hi there, I use z3c.recipe.depgraph for our projects that use Zope3. The trouble is depgraph use the working set to generate the list of eggs. It's not what I want, (only eggs specified in the recipe and not all Zope3 eggs). Thus I want to add a option like strict-eggs. Ideas? Comments? -- Sebastien Douche <sdouche@gmail.com> Twitter: http://bit.ly/afkrK (agile, python, open source)
Hi. On Mon, Oct 19, 2009 at 5:35 PM, Sebastien Douche <sdouche@gmail.com> wrote:
I use z3c.recipe.depgraph for our projects that use Zope3. The trouble is depgraph use the working set to generate the list of eggs. It's not what I want, (only eggs specified in the recipe and not all Zope3 eggs). Thus I want to add a option like strict-eggs.
You can just name that option "eggs" in the recipe part. If it is specified, built the working set from that list. If it is not specified stick to the current way and use everything. Feel free to change the code. If you want a new release just ping me and I'll do it or give you PyPi access rights :) Hanno
On Mon, Oct 19, 2009 at 17:42, Hanno Schlichting <hanno@hannosch.eu> wrote:
Feel free to change the code. If you want a new release just ping me and I'll do it or give you PyPi access rights :)
Hi Hanno :) Thank you for your support. The code is here: http://svn.zope.org/z3c.recipe.depgraph/branches/sdouche-exclude-eggs/ I will change it to include your tip about eggs option.
Hanno
-- Sebastien Douche <sdouche@gmail.com> Twitter: http://bit.ly/afkrK (agile, python, open source)
On Mon, Oct 19, 2009 at 17:42, Hanno Schlichting <hanno@hannosch.eu> wrote:
You can just name that option "eggs" in the recipe part. If it is specified, built the working set from that list. If it is not specified stick to the current way and use everything.
I added the options available in tl.eggdeps (exclude, re-exclude, dead-ends, re-dead-ends) with a new strict option. If you're ok with the code, I will merge with trunk. -- Sebastien Douche <sdouche@gmail.com> Twitter: http://bit.ly/afkrK (agile, python, open source)
participants (2)
-
Hanno Schlichting -
Sebastien Douche