forked from collective/pas.plugins.ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.cfg
41 lines (35 loc) · 1.21 KB
/
versions.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
[buildout]
# extensions = mr.developer
# sources-dir = ${buildout:directory}/devsrc
# always-checkout = force
# auto-checkout = *
# auto-checkout +=
# node
# node.ext.ldap
# node.ext.ugm
# yafowil
# yafowil.plone
# yafowil.widget.array
# yafowil.widget.dict
[versions]
setuptools = 33.1.1
zc.buildout = 2.9.5
# Test
plone.recipe.codeanalysis = >=2.1
flake8 = >=2.3.0
coverage = 3.7.1
# Sphinx
Sphinx = >=1.3.1
docutils = >=0.12
Pygments = >=2.0.2
# [repo]
# rw = [email protected]:bluedynamics
# ro = https://github.com/bluedynamics
# [sources]
# node = git ${repo:ro}/node.git pushurl=${repo:rw}/node.git
# node.ext.ldap = git ${repo:ro}/node.ext.ldap.git pushurl=${repo:rw}/node.ext.ldap.git
# node.ext.ugm = git ${repo:ro}/node.ext.ugm.git pushurl=${repo:rw}/node.ext.ugm.git
# yafowil = git ${repo:ro}/yafowil.git pushurl=${repo:rw}/yafowil.git
# yafowil.plone = git ${repo:ro}/yafowil.plone.git pushurl=${repo:rw}/yafowil.plone.git
# yafowil.widget.array = git ${repo:ro}/yafowil.widget.array.git pushurl=${repo:rw}/yafowil.widget.array.git
# yafowil.widget.dict = git ${repo:ro}/yafowil.widget.dict.git pushurl=${repo:rw}/yafowil.widget.dict.git