buildout.cfg
changeset 410 0b9e3e67f43d
parent 409 b403001b58c4
child 415 a6fea42dc750
equal deleted inserted replaced
404:3f249488b3ff 410:0b9e3e67f43d
    25 
    25 
    26 parts =
    26 parts =
    27     package
    27     package
    28     i18n
    28     i18n
    29     pyflakes
    29     pyflakes
       
    30     pylint
    30     test
    31     test
    31 
    32 
    32 [package]
    33 [package]
    33 recipe = zc.recipe.egg
    34 recipe = zc.recipe.egg
    34 eggs =
    35 eggs = pyams_utils
    35     babel
       
    36     BTrees
       
    37     chameleon
       
    38     docutils
       
    39     httplib2
       
    40     persistent
       
    41     pyams_utils
       
    42     pyramid
       
    43     pyramid_zodbconn
       
    44     pysocks
       
    45     pytz
       
    46     transaction
       
    47     z3c.form
       
    48     z3c.pt
       
    49     z3c.ptcompat
       
    50     ZEO
       
    51     ZODB
       
    52     zope.annotation
       
    53     zope.component
       
    54     zope.container
       
    55     zope.contentprovider
       
    56     zope.datetime
       
    57     zope.dublincore
       
    58     zope.interface
       
    59     zope.intid
       
    60     zope.keyreference
       
    61     zope.lifecycleevent
       
    62     zope.location
       
    63     zope.publisher
       
    64     zope.schema
       
    65     zope.site
       
    66     zope.traversing
       
    67 interpreter = py
    36 interpreter = py
    68 
    37 
    69 [i18n]
    38 [i18n]
    70 recipe = zc.recipe.egg
    39 recipe = zc.recipe.egg
    71 eggs =
    40 eggs =
    82 [pyflakesrun]
    51 [pyflakesrun]
    83 recipe = collective.recipe.cmd
    52 recipe = collective.recipe.cmd
    84 on_install = true
    53 on_install = true
    85 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
    54 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
    86 
    55 
       
    56 [pylint]
       
    57 recipe = zc.recipe.egg
       
    58 eggs = pylint
       
    59 entry-points = pylint=pylint.lint:Run
       
    60 arguments = sys.argv[1:]
       
    61 
    87 [test]
    62 [test]
    88 recipe = zc.recipe.testrunner
    63 recipe = zc.recipe.testrunner
    89 eggs = pyams_utils [test]
    64 eggs = pyams_utils [test]
    90 
    65 
    91 [versions]
    66 [versions]
    92 pyams_utils = 0.1.34.2
    67 pyams_utils = 0.1.35