-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
70 lines (59 loc) · 1.68 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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-5.1.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.github.com/plone/plone.app.robotframework/master/versions.cfg
https://raw.githubusercontent.com/propertyshelf/buildout.plone/master/common.cfg
versions = versions
package-name = ps.plone.mlstiles
package-extras = [test_cover, test_mosaic]
eggs +=
Products.PrintingMailHost
plone.mls.listing[fotorama]
ps.plone.mlstiles[cover, mosaic]
ps.plone.realestatefont
test-eggs +=
Pillow
robot_tests_folder = ${buildout:directory}/src/ps/plone/mlstiles/tests/robot
sphinx_extras =
# sphinxcontrib-robotdoc
# sphinxcontrib-httpdomain
parts +=
createcoverage
i18ndude
node
rebuild_docs-sh
rebuild_i18n-sh
releaser
robot
testnorobot
sphinxbuilder
updatedocsimages
zptlint
extensions +=
mr.developer
sources-dir = checkouts
auto-checkout = *
[code-analysis]
directory = ${buildout:directory}/src/ps
[sources]
mls.apiclient = git git://github.com/propertyshelf/mls.apiclient.git
plone.mls.core = git git://github.com/propertyshelf/plone.mls.core.git
plone.mls.listing = git git://github.com/propertyshelf/plone.mls.listing.git
ps.plone.mls = git git://github.com/propertyshelf/ps.plone.mls.git
[versions]
collective.cover = 1.6b1
plone.app.blocks = 4.0.6
plone.app.drafts = 1.1.1
plone.app.mosaic = 2.0rc5
plone.app.standardtiles = 2.2.0
plone.app.tiles = 3.0.3
plone.formwidget.multifile = 2.0
plone.jsonserializer = 0.9.3
plone.mls.core =
plone.mls.listing =
plone.resource = 1.2
plone.subreqeust = 1.8
plone.tiles = 1.8.2
ps.plone.mlstiles =
ps.plone.mls =