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