[Checkins] SVN: zope.minmax/trunk/ Change mailing list address to zope-dev at zope.org, remove useless buildout part.

Zvezdan Petkovic zvezdan at zope.com
Wed Sep 9 08:12:45 EDT 2009


On Sep 9, 2009, at 1:04 AM, Dan Korostelev wrote:

> 2009/9/9 Zvezdan Petkovic <zvezdan at zope.com>
> On Sep 8, 2009, at 12:02 PM, Dan Korostelev wrote:
> -
> -[py]
> -recipe = zc.recipe.egg
> -eggs = setuptools
> -interpreter = py
> -scripts = py
>
> Why was this taken out?
>
> Sorry, I did reply to Benji, but forgot to press Reply to All :) I  
> thought that this part didn't make any sense, because it was only  
> including setuptools for the interpreter, not even the zope.minmax  
> package, so it was just a no-op python wrapper.

Well ... I agree that it should be corrected to

	[py]
	recipe = zc.recipe.egg
	eggs = zope.minmax
	interpreter = py

But I wouldn't take it out.
Many developers find it convenient to have an interpreter script with  
the correct paths to dependencies already set.

Besides, other packages have this same buildout section and no one  
taught it necessary to remove it (see zope.interface, zope.component,  
etc.)

	Zvezdan




More information about the checkins mailing list