forked from senaite/senaite.instruments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
85 lines (69 loc) · 1.7 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[buildout]
parts =
lxml
instance
test
omelette
write_code_headers
update_sources
extends =
http://dist.plone.org/release/4.3.18/versions.cfg
find-links =
http://dist.plone.org/release/4.3.18
http://dist.plone.org/thirdparty
eggs =
Plone
Pillow
plone.reload
senaite.core
senaite.api
senaite.instruments
zcml =
versions = versions
extensions = mr.developer
eggs-directory = ~/.buildout/eggs
download-cache = ~/.buildout/downloads
sources = sources
auto-checkout = *
develop = .
[sources]
senaite.core = git git://github.com/senaite/senaite.core.git [email protected]:senaite/senaite.core.git branch=master
senaite.api = git git://github.com/senaite/senaite.api.git [email protected]:senaite/senaite.api.git branch=master
[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml==4.2.1
force = false
static-build = true
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 0.0.0.0:8080
eggs =
senaite.instruments
${buildout:eggs}
zcml =
senaite.instruments
${buildout:zcml}
environment-vars =
zope_i18n_compile_mo_files true
[test]
recipe = zc.recipe.testrunner
eggs =
senaite.instruments [test]
defaults = ['--auto-color', '--auto-progress']
[omelette]
recipe = collective.recipe.omelette
eggs = ${buildout:eggs}
[write_code_headers]
recipe = collective.recipe.template
output = ${buildout:directory}/bin/write_code_headers
input = ${buildout:directory}/templates/write_code_headers.py.in
mode = 755
[update_sources]
recipe = collective.recipe.template
output = ${buildout:directory}/bin/update_sources
input = ${buildout:directory}/templates/update_sources.in
mode = 755
[versions]
setuptools =
zc.buildout =