[3516] | 1 | [buildout] |
---|
| 2 | develop = . |
---|
[5495] | 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 |
---|
[7482] | 15 | profile_ini |
---|
[5495] | 16 | waeupdocs |
---|
| 17 | coverage-detect |
---|
| 18 | coverage-report |
---|
[5503] | 19 | # sirpctl creation must be _after_ app! |
---|
| 20 | sirpctl |
---|
[5495] | 21 | # For backward compatibility, telling buildout not to throw away |
---|
| 22 | # the data and log subdirectories from the parts directory. |
---|
| 23 | data |
---|
| 24 | log |
---|
[5660] | 25 | # newest = false |
---|
[5495] | 26 | |
---|
| 27 | #extends = versions.cfg |
---|
[5328] | 28 | extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg |
---|
[5495] | 29 | # eggs will be installed in the default buildout location |
---|
| 30 | # (see .buildout/default.cfg in your home directory) |
---|
| 31 | # unless you specify an eggs-directory option here. |
---|
| 32 | |
---|
[3516] | 33 | versions = versions |
---|
| 34 | |
---|
[4789] | 35 | [versions] |
---|
[6287] | 36 | collective.recipe.sphinxbuilder = 0.7.0 |
---|
[6349] | 37 | hurry.workflow = 0.11 |
---|
[6287] | 38 | # Pinned to circumvent breakage in 0.4.x |
---|
| 39 | hurry.zoperesource = 0.6 |
---|
| 40 | # Pinned to prevent buildout svn-error. |
---|
| 41 | lovely.recipe = 1.0.0 |
---|
[5058] | 42 | megrok.layout = 1.0.2 |
---|
[6194] | 43 | reportlab = 2.5 |
---|
[6308] | 44 | transaction = 1.1.0 |
---|
[6287] | 45 | z3c.testsetup = 0.6.1 |
---|
[6308] | 46 | zc.buildout = 1.5.0 |
---|
| 47 | zc.recipe.egg = 1.3.0 |
---|
| 48 | zc.recipe.testrunner = 1.4.0 |
---|
| 49 | zope.app.testing = 3.8.1 |
---|
[6287] | 50 | # for support of @provider directive |
---|
| 51 | zope.interface = 3.6.3 |
---|
| 52 | # for support of contextual default values |
---|
| 53 | zope.schema = 3.8.0 |
---|
[6308] | 54 | zope.testing = 3.10.2 |
---|
[6287] | 55 | zope.xmlpickle = 3.4.0 |
---|
| 56 | # Require latest version... |
---|
[7063] | 57 | Sphinx = 1.0.7 |
---|
[6308] | 58 | ZODB3 = 3.10.3 |
---|
[6871] | 59 | docutils = 0.7 |
---|
| 60 | Jinja2 = 2.3 |
---|
[4789] | 61 | |
---|
[3516] | 62 | [app] |
---|
[5503] | 63 | # This creates all scripts in bin/. The sirpctl created here is 'faulty'. |
---|
[5495] | 64 | recipe = zc.recipe.egg |
---|
[4919] | 65 | eggs = waeup.sirp |
---|
[5495] | 66 | z3c.evalexception>=2.0 |
---|
| 67 | Paste |
---|
| 68 | PasteScript |
---|
| 69 | PasteDeploy |
---|
[7482] | 70 | repoze.profile |
---|
[5495] | 71 | interpreter = python-console |
---|
[3516] | 72 | |
---|
[5503] | 73 | [sirpctl] |
---|
| 74 | # See http://pypi.python.org/pypi/zc.recipe.egg for details... |
---|
[6287] | 75 | # Here we create the sirpctl script again, this time with a |
---|
[5503] | 76 | # fixed path to zdaemon.conf as argument. |
---|
| 77 | recipe = zc.recipe.egg |
---|
| 78 | eggs = waeup.sirp |
---|
| 79 | arguments = "${buildout:parts-directory}/etc/zdaemon.conf" |
---|
| 80 | scripts = sirpctl=sirpctl |
---|
| 81 | |
---|
[5495] | 82 | [mkdirs] |
---|
| 83 | recipe = z3c.recipe.mkdir |
---|
| 84 | paths = |
---|
| 85 | ${zope_conf:filestorage} |
---|
| 86 | ${zope_conf:logfiles} |
---|
| 87 | ${zope_conf:blobstorage} |
---|
[7470] | 88 | ${buildout:directory}/var/mailqueue/cur |
---|
| 89 | ${buildout:directory}/var/mailqueue/tmp |
---|
| 90 | ${buildout:directory}/var/mailqueue/new |
---|
[4789] | 91 | |
---|
[5495] | 92 | [test] |
---|
| 93 | recipe = zc.recipe.testrunner |
---|
[5855] | 94 | eggs = waeup.sirp [test] |
---|
[5495] | 95 | defaults = ['--tests-pattern', '^f?tests$', '-v'] |
---|
[3516] | 96 | |
---|
[5495] | 97 | # this section named so that the i18n scripts are called bin/i18n... |
---|
| 98 | [i18n] |
---|
| 99 | recipe = z3c.recipe.i18n:i18n |
---|
| 100 | packages = waeup.sirp |
---|
| 101 | eggs = waeup.sirp |
---|
| 102 | domain = waeup.sirp |
---|
| 103 | output = src/waeup/sirp/locales |
---|
| 104 | zcml = |
---|
[4789] | 105 | |
---|
[5495] | 106 | # This section is named so that the zpasswd utility is |
---|
| 107 | # called `zpasswd` |
---|
| 108 | [zpasswd] |
---|
| 109 | recipe = z3c.recipe.dev:script |
---|
| 110 | eggs = waeup.sirp |
---|
| 111 | module = zope.app.server.zpasswd |
---|
| 112 | method = main |
---|
[3516] | 113 | |
---|
[5495] | 114 | [zope_conf] |
---|
| 115 | recipe = collective.recipe.template |
---|
| 116 | input = etc/zope.conf.in |
---|
| 117 | output = ${buildout:parts-directory}/etc/zope.conf |
---|
| 118 | filestorage = ${buildout:directory}/var/filestorage |
---|
| 119 | blobstorage = ${buildout:directory}/var/blobstorage |
---|
| 120 | logfiles = ${buildout:directory}/var/log |
---|
| 121 | extra = |
---|
| 122 | # extra = <grokwarnings>True</grokwarnings> |
---|
| 123 | # 'extra' is copied verbatim. Use it for product config sections and so. |
---|
| 124 | |
---|
| 125 | # The [data] and [log] parts are still in here to instruct buildout to not |
---|
| 126 | # unintentionally throw away the parts/data and parts/log subdirectories |
---|
| 127 | # that contain the Data.fs and the log files. These files should be |
---|
| 128 | # copied to the new locations. See the upgrade notes for more information. |
---|
[3516] | 129 | [data] |
---|
| 130 | recipe = zc.recipe.filestorage |
---|
| 131 | |
---|
[5495] | 132 | [log] |
---|
| 133 | recipe = zc.recipe.filestorage |
---|
[3516] | 134 | |
---|
[7470] | 135 | [mailqueue] |
---|
| 136 | recipe = zc.recipe.filestorage |
---|
| 137 | |
---|
[5495] | 138 | [site_zcml] |
---|
| 139 | recipe = collective.recipe.template |
---|
| 140 | input = etc/site.zcml.in |
---|
| 141 | output = ${buildout:parts-directory}/etc/site.zcml |
---|
[3516] | 142 | |
---|
[5495] | 143 | [zdaemon_conf] |
---|
| 144 | recipe = collective.recipe.template |
---|
| 145 | input = etc/zdaemon.conf.in |
---|
| 146 | output = ${buildout:parts-directory}/etc/zdaemon.conf |
---|
| 147 | |
---|
| 148 | [deploy_ini] |
---|
| 149 | recipe = collective.recipe.template |
---|
| 150 | input = etc/deploy.ini.in |
---|
| 151 | output = ${buildout:parts-directory}/etc/deploy.ini |
---|
| 152 | |
---|
| 153 | [debug_ini] |
---|
| 154 | recipe = collective.recipe.template |
---|
| 155 | input = etc/debug.ini.in |
---|
| 156 | output = ${buildout:parts-directory}/etc/debug.ini |
---|
| 157 | |
---|
[7482] | 158 | [profile_ini] |
---|
| 159 | recipe = collective.recipe.template |
---|
| 160 | input = etc/profile.ini.in |
---|
| 161 | output = ${buildout:parts-directory}/etc/profile.ini |
---|
| 162 | |
---|
[5495] | 163 | [eggbasket] |
---|
| 164 | recipe = z3c.recipe.eggbasket |
---|
| 165 | eggs = grok |
---|
| 166 | url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz |
---|
| 167 | |
---|
| 168 | [waeupdocs] |
---|
| 169 | recipe = collective.recipe.sphinxbuilder |
---|
[5634] | 170 | eggs = waeup.sirp[docs] |
---|
[5495] | 171 | source = ${buildout:directory}/docs/source |
---|
| 172 | build = ${buildout:directory}/docs/build |
---|
| 173 | |
---|
[4789] | 174 | # Collect test coverage data. |
---|
| 175 | [coverage-detect] |
---|
| 176 | recipe = zc.recipe.testrunner |
---|
[4919] | 177 | eggs = waeup.sirp |
---|
[4789] | 178 | defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] |
---|
| 179 | |
---|
| 180 | # Create a coverage report. |
---|
| 181 | # Make sure to run bin/coverage-detect to collect the data for the report |
---|
| 182 | # first! |
---|
| 183 | [coverage-report] |
---|
| 184 | recipe = zc.recipe.egg |
---|
| 185 | eggs = z3c.coverage |
---|
[5226] | 186 | scripts = coveragereport |
---|
[6398] | 187 | arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report') |
---|