Re: [Distutils] Force easy_install to use .tar.gz (sdist) instead of bdist/bdist_egg

2010-07-28 Thread P.J. Eby
At 10:45 AM 7/28/2010 +0200, Hartmut Goebel wrote: Am 27.07.2010 22:38, schrieb P.J. Eby: easy_install -eb tmpdir requirement will download and unpack source (or check out from svn:) to tmpdir/projectname (with projectname in all-lowercase). Unfortunately this does not install from source.

Re: [Distutils] GCC versions and binary egg names

2010-07-28 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Hi All, In addition to the UCS2/4 problems already described by MAL and which I've bumped into myself, I now have a problem with binary linux eggs where the GCC version doesn't match that of the system the egg is being

[Distutils] buildout: build options for dependencies of recipes

2010-07-28 Thread Leonardo Rochael Almeida
Hi all The zc.recipe.egg:custom recipe allows the specification of build options for a custom egg. But what do we do if we want to specify custom build options for an egg that is a dependency of a recipe (or perhaps the recipe itself)? Case in point We have a recipe, erp5.recipe.mysqldatabase,