buildout.cfg
changeset 27 fc7f98c14454
parent 23 99fb7f5fe348
equal deleted inserted replaced
26:995f4bedcf47 27:fc7f98c14454
     1 [buildout]
     1 [buildout]
     2 eggs-directory = /var/local/env/pyams/eggs
     2 eggs-directory = eggs
     3 extends = http://download.ztfy.org/pyams/pyams-dev.cfg
     3 extends = http://download.ztfy.org/pyams/pyams-dev.cfg
     4 find-links = http://download.ztfy.org/eggs
     4 find-links = http://download.ztfy.org/eggs
     5 
       
     6 socket-timeout = 3
     5 socket-timeout = 3
     7 
     6 
     8 #allow-picked-versions = false
     7 versions = versions
       
     8 allow-picked-versions = false
     9 show-picked-versions = true
     9 show-picked-versions = true
    10 newest = false
    10 newest = false
    11 
       
    12 allow-hosts =
       
    13     bitbucket.org
       
    14     *.python.org
       
    15     *.sourceforge.net
       
    16     github.com
       
    17 
       
    18 versions = versions
       
    19 
    11 
    20 src = src
    12 src = src
    21 develop =
    13 develop =
    22     .
    14     .
    23     ../ext/lingua
    15     ../ext/lingua
    25 
    17 
    26 parts =
    18 parts =
    27     package
    19     package
    28     i18n
    20     i18n
    29     pyflakes
    21     pyflakes
       
    22     pylint
    30     test
    23     test
    31 
    24 
    32 [package]
    25 [package]
    33 recipe = zc.recipe.egg
    26 recipe = zc.recipe.egg
    34 eggs =
    27 eggs = pyams_zmq
    35     pyams_zmq
    28 interpreter = py
    36     pyramid
       
    37     zope.component
       
    38     zope.interface
       
    39 
    29 
    40 [i18n]
    30 [i18n]
    41 recipe = zc.recipe.egg
    31 recipe = zc.recipe.egg
    42 eggs =
    32 eggs =
    43     babel
    33     babel
    53 [pyflakesrun]
    43 [pyflakesrun]
    54 recipe = collective.recipe.cmd
    44 recipe = collective.recipe.cmd
    55 on_install = true
    45 on_install = true
    56 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
    46 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
    57 
    47 
       
    48 [pylint]
       
    49 recipe = zc.recipe.egg
       
    50 eggs =
       
    51     ${package:eggs}
       
    52     pylint
       
    53 entry-points = pylint=pylint.lint:Run
       
    54 arguments = sys.argv[1:]
       
    55 
    58 [test]
    56 [test]
    59 recipe = zc.recipe.testrunner
    57 recipe = zc.recipe.testrunner
    60 eggs = pyams_zmq [test]
    58 eggs = pyams_zmq [test]
    61 
    59 
    62 [versions]
    60 [versions]
    63 pyams_zmq = 0.1.5
    61 pyams_zmq = 0.1.6