forked from vluke/mecat-ansto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
buildout.cfg
85 lines (72 loc) · 1.73 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 = django python store staging oai sphinxbuilder symlinks
extensions = mr.developer
sources = sources
auto-checkout = MyTARDIS ands_register related_info summary_table
eggs =
nose
pysolr
python-ldap
python-magic
suds
django-nose
coverage==3.4
nosexcover
# cx_Oracle
python-memcached
django-haystack
MyTARDIS
django-ajaxerrors
cns.recipe.symlink
BeautifulSoup
html2text
django-jasmine
celery
django-celery
django-kombu
find-links =
https://github.com/russell/python-magic/tarball/master#egg=python-magic-0.4.0dev
versions = versions
[versions]
django = 1.3
python-ldap = 2.3.13
lxml = 2.2.7
python-magic = 0.4.0dev
[sources]
MyTARDIS = git git://github.com/mytardis/mytardis.git
ands_register = git git://github.com/vluke/ands_register.git
related_info= git git://github.com/vluke/related_info.git
summary_table = git git://github.com/vluke/summary_table.git
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[django]
recipe = djangorecipe
settings = settings
eggs = ${buildout:eggs}
project = mecat
wsgi = true
test = mecat
[store]
recipe = z3c.recipe.mkdir
paths = var/store
[staging]
recipe = z3c.recipe.mkdir
paths = var/staging
[oai]
recipe = z3c.recipe.mkdir
paths = var/oai
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs
build = ${buildout:directory}/docs
eggs = ${buildout:eggs}
extra-paths = ${django:location}
[symlinks]
recipe = cns.recipe.symlink
symlink_base = ${buildout:directory}/src/
symlink_target = ${buildout:directory}/src/MyTARDIS/tardis/apps
symlink = ands_register/ands_register
related_info/related_info
summary_table/summary_table