[ZODB-Dev] Re: Suggestion: buildout friendly relstorage

Andreas Jung lists at zopyx.com
Tue Apr 29 03:40:53 EDT 2008



--On 29. April 2008 01:11:43 -0600 Shane Hathaway <shane at hathawaymix.org> 
wrote:

> Anton Stonor wrote:
>> I'm about to give RelStorage a spin - it is looking promising.
>>
>> However, it would be great if the zodbconvert.py could be buildout
>> friendly. What is needed is just to move zodbconvert.py inside the
>> relstorage package and define an entry point for it in the setup.py.
>
> A few minutes ago, I created a new version of RelStorage, 1.1b1, and
> uploaded it to pypi.  I did as Jim suggested and put zodbconvert.py in
> the relstorage package and created an entry point.
>
> Unfortunately, my experiments with buildout still don't create the
> "zodbconvert" script.  AFAICT, buildout ignores the entry point I defined.
>
> I've attached my buildout.cfg.  Everything works except for the creation
> of the zodbconvert script.  Any idea what I'm doing wrong?

You need something like that (scripts sections)

....
parts = python scripts test

[scripts]
recipe = zc.recipe.egg:scripts
eggs = ${config:mypkgs}


Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zodb-dev/attachments/20080429/4aa59e16/attachment.bin


More information about the ZODB-Dev mailing list