-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbuildout.cfg
58 lines (50 loc) · 1.36 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
[buildout]
extends = https://dist.plone.org/release/4.3-latest/versions.cfg
# Needed to find elementtree for Plone 4.2:
find-links = https://dist.plone.org/thirdparty/
show-picked-versions = true
newest = false
develop = .
parts =
instance
test
omelette
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
environment-vars =
zope_i18n_compile_mo_files true
eggs =
Plone
plone.app.ldap
[test]
recipe = zc.recipe.testrunner
eggs =
${instance:eggs}
plone.app.ldap [test]
defaults = ['-s', 'plone.app.ldap', '--auto-color', '--auto-progress']
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[versions]
# Don't use a released version of plone.app.ldap
plone.app.ldap =
# Be happy with the setuptools and zc.buildout that we have.
setuptools =
zc.buildout =
# Plone 5 has no pins for these two, and we would get too new versions.
# These pins work for 4.2-5.0.
five.formlib = 1.0.4
zope.formlib = 4.3.0
# Plone 4.2 has Products.GenericSetup 1.7, and we need 1.8.2+ for the post_handler.
# 1.8.10 seems to work on all tested Plone versions.
Products.GenericSetup = 1.8.10
# Rest. In some cases newer versions would pull in Zope 4.
dataflake.fakeldap = 1.1
Products.LDAPMultiPlugins = 1.14
Products.LDAPUserFolder = 2.27
Products.PloneLDAP = 1.2
pyasn1 = 0.4.7
pyasn1-modules = 0.2.6
python-ldap = 3.2.0