[3516] | 1 | [buildout] |
---|
| 2 | develop = . |
---|
[5490] | 3 | parts = |
---|
| 4 | eggbasket |
---|
| 5 | app |
---|
| 6 | i18n |
---|
| 7 | test |
---|
| 8 | mkdirs |
---|
| 9 | zpasswd |
---|
| 10 | zope_conf |
---|
| 11 | site_zcml |
---|
| 12 | zdaemon_conf |
---|
| 13 | deploy_ini |
---|
| 14 | debug_ini |
---|
| 15 | waeupdocs |
---|
| 16 | coverage-detect |
---|
| 17 | coverage-report |
---|
| 18 | # For backward compatibility, telling buildout not to throw away |
---|
| 19 | # the data and log subdirectories from the parts directory. |
---|
| 20 | data |
---|
| 21 | log |
---|
| 22 | newest = false |
---|
| 23 | |
---|
| 24 | #extends = versions.cfg |
---|
[5328] | 25 | extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg |
---|
[5490] | 26 | # eggs will be installed in the default buildout location |
---|
| 27 | # (see .buildout/default.cfg in your home directory) |
---|
| 28 | # unless you specify an eggs-directory option here. |
---|
| 29 | |
---|
[3516] | 30 | versions = versions |
---|
| 31 | |
---|
[4789] | 32 | [versions] |
---|
[5058] | 33 | #zc.sourcefactory = 0.3.5 |
---|
| 34 | #zope.testing = 3.7.0 |
---|
[5074] | 35 | z3c.testsetup = 0.6.1 |
---|
[5226] | 36 | hurry.workflow = 0.10 |
---|
[5058] | 37 | #hurry.query = 0.9.2 |
---|
[4789] | 38 | zope.xmlpickle = 3.4.0 |
---|
[5058] | 39 | #hurry.yui = 2.7.0 |
---|
[5347] | 40 | hurry.zoperesource = 0.6 # Pinned to circumvent breakage in 0.4.x |
---|
[5058] | 41 | megrok.layout = 1.0.2 |
---|
[5347] | 42 | lovely.recipe = 1.0.0 # Pinned to prevent buildout svn-error. |
---|
[4789] | 43 | |
---|
[5490] | 44 | |
---|
[3516] | 45 | [app] |
---|
[5490] | 46 | recipe = zc.recipe.egg |
---|
[4919] | 47 | eggs = waeup.sirp |
---|
[5490] | 48 | z3c.evalexception>=2.0 |
---|
| 49 | Paste |
---|
| 50 | PasteScript |
---|
| 51 | PasteDeploy |
---|
| 52 | interpreter = python-console |
---|
[3516] | 53 | |
---|
[5490] | 54 | [mkdirs] |
---|
| 55 | recipe = z3c.recipe.mkdir |
---|
| 56 | paths = |
---|
| 57 | ${zope_conf:filestorage} |
---|
| 58 | ${zope_conf:logfiles} |
---|
| 59 | ${zope_conf:blobstorage} |
---|
[4789] | 60 | |
---|
[5490] | 61 | [test] |
---|
| 62 | recipe = zc.recipe.testrunner |
---|
| 63 | eggs = waeup.sirp |
---|
| 64 | defaults = ['--tests-pattern', '^f?tests$', '-v'] |
---|
[3516] | 65 | |
---|
[5490] | 66 | # this section named so that the i18n scripts are called bin/i18n... |
---|
| 67 | [i18n] |
---|
| 68 | recipe = z3c.recipe.i18n:i18n |
---|
| 69 | packages = waeup.sirp |
---|
| 70 | eggs = waeup.sirp |
---|
| 71 | domain = waeup.sirp |
---|
| 72 | output = src/waeup/sirp/locales |
---|
| 73 | zcml = |
---|
[4789] | 74 | |
---|
[5490] | 75 | # This section is named so that the zpasswd utility is |
---|
| 76 | # called `zpasswd` |
---|
| 77 | [zpasswd] |
---|
| 78 | recipe = z3c.recipe.dev:script |
---|
| 79 | eggs = waeup.sirp |
---|
| 80 | module = zope.app.server.zpasswd |
---|
| 81 | method = main |
---|
[3516] | 82 | |
---|
[5490] | 83 | [zope_conf] |
---|
| 84 | recipe = collective.recipe.template |
---|
| 85 | input = etc/zope.conf.in |
---|
| 86 | output = ${buildout:parts-directory}/etc/zope.conf |
---|
| 87 | filestorage = ${buildout:directory}/var/filestorage |
---|
| 88 | blobstorage = ${buildout:directory}/var/blobstorage |
---|
| 89 | logfiles = ${buildout:directory}/var/log |
---|
| 90 | extra = |
---|
| 91 | # extra = <grokwarnings>True</grokwarnings> |
---|
| 92 | # 'extra' is copied verbatim. Use it for product config sections and so. |
---|
| 93 | |
---|
| 94 | # The [data] and [log] parts are still in here to instruct buildout to not |
---|
| 95 | # unintentionally throw away the parts/data and parts/log subdirectories |
---|
| 96 | # that contain the Data.fs and the log files. These files should be |
---|
| 97 | # copied to the new locations. See the upgrade notes for more information. |
---|
[3516] | 98 | [data] |
---|
| 99 | recipe = zc.recipe.filestorage |
---|
| 100 | |
---|
[5490] | 101 | [log] |
---|
| 102 | recipe = zc.recipe.filestorage |
---|
[3516] | 103 | |
---|
[5490] | 104 | [site_zcml] |
---|
| 105 | recipe = collective.recipe.template |
---|
| 106 | input = etc/site.zcml.in |
---|
| 107 | output = ${buildout:parts-directory}/etc/site.zcml |
---|
[3516] | 108 | |
---|
[5490] | 109 | [zdaemon_conf] |
---|
| 110 | recipe = collective.recipe.template |
---|
| 111 | input = etc/zdaemon.conf.in |
---|
| 112 | output = ${buildout:parts-directory}/etc/zdaemon.conf |
---|
| 113 | |
---|
| 114 | [deploy_ini] |
---|
| 115 | recipe = collective.recipe.template |
---|
| 116 | input = etc/deploy.ini.in |
---|
| 117 | output = ${buildout:parts-directory}/etc/deploy.ini |
---|
| 118 | |
---|
| 119 | [debug_ini] |
---|
| 120 | recipe = collective.recipe.template |
---|
| 121 | input = etc/debug.ini.in |
---|
| 122 | output = ${buildout:parts-directory}/etc/debug.ini |
---|
| 123 | |
---|
| 124 | [eggbasket] |
---|
| 125 | recipe = z3c.recipe.eggbasket |
---|
| 126 | eggs = grok |
---|
| 127 | url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz |
---|
| 128 | |
---|
| 129 | [waeupdocs] |
---|
| 130 | recipe = collective.recipe.sphinxbuilder |
---|
| 131 | eggs = waeup.sirp |
---|
| 132 | source = ${buildout:directory}/docs/source |
---|
| 133 | build = ${buildout:directory}/docs/build |
---|
| 134 | |
---|
[4789] | 135 | # Collect test coverage data. |
---|
| 136 | [coverage-detect] |
---|
| 137 | recipe = zc.recipe.testrunner |
---|
[4919] | 138 | eggs = waeup.sirp |
---|
[4789] | 139 | defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] |
---|
| 140 | |
---|
| 141 | # Create a coverage report. |
---|
| 142 | # Make sure to run bin/coverage-detect to collect the data for the report |
---|
| 143 | # first! |
---|
| 144 | [coverage-report] |
---|
| 145 | recipe = zc.recipe.egg |
---|
| 146 | eggs = z3c.coverage |
---|
[5226] | 147 | scripts = coveragereport |
---|
| 148 | arguments = ('${buildout:parts-directory}/coverage-detect/coverage', '${buildout:directory}/coverage-report') |
---|