zc.recipe.egg and 'install' instead of 'develop'?
Is there a recipe that will 'install' a distutils package from source instead of doing 'develop'? Couldn't find it. :( -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
On Oct 31, 2007, at 12:45 PM, Sidnei da Silva wrote:
Is there a recipe that will 'install' a distutils package from source instead of doing 'develop'? Couldn't find it. :(
build -- Jim Fulton Zope Corporation
On 10/31/07, Jim Fulton <jim@zope.com> wrote:
On Oct 31, 2007, at 12:45 PM, Sidnei da Silva wrote:
Is there a recipe that will 'install' a distutils package from source instead of doing 'develop'? Couldn't find it. :(
build
Erm, can you be more specific? The only two options in zc.recipe.egg seem to be 'develop' and 'custom', none of which will run a 'setup.py install' from a checkout. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
On Oct 31, 2007, at 4:58 PM, Sidnei da Silva wrote:
On 10/31/07, Jim Fulton <jim@zope.com> wrote:
On Oct 31, 2007, at 12:45 PM, Sidnei da Silva wrote:
Is there a recipe that will 'install' a distutils package from source instead of doing 'develop'? Couldn't find it. :(
custom
Erm, can you be more specific? The only two options in zc.recipe.egg seem to be 'develop' and 'custom', none of which will run a 'setup.py install' from a checkout.
What do ya mean. I said custom. Geez. ;) I thought when you said "source", you meant a source release. I don't think zc.recipe.egg has an option to install an egg from a source tree. I can't think of a recipe off hand that does that. Jim -- Jim Fulton Zope Corporation
Jim Fulton <jim@zope.com> writes:
On Oct 31, 2007, at 4:58 PM, Sidnei da Silva wrote:
On 10/31/07, Jim Fulton <jim@zope.com> wrote:
On Oct 31, 2007, at 12:45 PM, Sidnei da Silva wrote:
Is there a recipe that will 'install' a distutils package from source instead of doing 'develop'? Couldn't find it. :(
custom
Erm, can you be more specific? The only two options in zc.recipe.egg seem to be 'develop' and 'custom', none of which will run a 'setup.py install' from a checkout.
What do ya mean. I said custom. Geez. ;)
I thought when you said "source", you meant a source release.
I don't think zc.recipe.egg has an option to install an egg from a source tree. I can't think of a recipe off hand that does that.
Jim pointed out how it may be an abuse of buildout, but my z3c.recipe.egg recipe supports running arbitrary setup.py commands on source distributions. Ross
participants (3)
-
Jim Fulton -
Ross Patterson -
Sidnei da Silva