-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuildout.cfg
54 lines (47 loc) · 1014 Bytes
/
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
[buildout]
parts = django store staging sphinxbuilder
develop = .
eggs =
nose
coverage==3.4
django-nose
nosexcover
MyTARDIS
python-ldap
python-magic
psycopg2
python-memcached
pysolr
django-haystack
find-links =
http://dist.plone.org/thirdparty/
https://github.com/russell/python-magic/tarball/master#egg=python-magic-0.4.0dev
versions = versions
[versions]
django = 1.3
PIL = 1.1.7
lxml = 2.2.7
python-magic = 0.4.0dev
django = 1.3
[django]
recipe = djangorecipe
project = tardis
projectegg = tardis
settings = test_settings
eggs = ${buildout:eggs}
wsgi = true
test = tardis
[store]
recipe = z3c.recipe.mkdir
paths = var/store
[staging]
recipe = z3c.recipe.mkdir
paths = var/staging
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs
build = ${buildout:directory}/docs
eggs = ${buildout:eggs}
extra-paths =
${buildout:directory}/eggs/Django-1.3-py2.6.egg
${buildout:directory}/eggs/Django-1.3-py2.7.egg