buildout.cfg
author primal primal007@gmail.com
Mon, 30 Jan 2012 15:19:23 +0530
branch2011
changeset 522 01b130ea8d8d
parent 477 54e05b1ec765
permissions -rw-r--r--
Merged
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
[buildout]
477
54e05b1ec765 Changes in tutorial and schedule
primal primal007@gmail.com
parents: 389
diff changeset
     2
parts = django tagging django-robots reportlab
121
78d082337ca4 Added PIL to buildout.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 103
diff changeset
     3
eggs = 
78d082337ca4 Added PIL to buildout.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 103
diff changeset
     4
    Werkzeug
78d082337ca4 Added PIL to buildout.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 103
diff changeset
     5
    PIL
151
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
     6
    docutils
332
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
     7
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
     8
[versions]
389
fe49720e67bf Modified the registration file
primal primal007@gmail.com
parents: 376
diff changeset
     9
django        = 1.3
332
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
    10
reportlab=2.5
376
5debb109a899 Updated django to version 1.3 and replaced the django app repositories to the new ones
Parth buch <parth.buch.115@gmail.com>
parents: 332
diff changeset
    11
django=1.3
332
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
    12
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
    13
[reportlab]
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
    14
recipe=zc.recipe.egg
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
    15
eggs=
322
eeb66c089545 changes to buildout for pdf generation
Amit Sethi
parents: 270
diff changeset
    16
    reportlab
332
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
    17
find-links=
2eb286e89615 Added a section in buildout configuration for report lab.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 331
diff changeset
    18
    http://distfiles.minitage.org/public/externals/minitage/
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    20
[django]
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    21
recipe = djangorecipe
103
034dc9cd752e Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    22
settings = production
331
2ac3cf08cd00 Changed report lab eggs location.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 330
diff changeset
    23
eggs =
2ac3cf08cd00 Changed report lab eggs location.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 330
diff changeset
    24
    ${buildout:eggs}
2ac3cf08cd00 Changed report lab eggs location.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 330
diff changeset
    25
    ${reportlab:eggs}
151
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    26
pythonpath = 
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    27
    ${tagging:location}
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    28
    ${django-robots:location}
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    29
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    30
[tagging]
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    31
recipe = infrae.subversion
103
034dc9cd752e Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    32
urls = http://django-tagging.googlecode.com/svn/trunk/ .
151
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    33
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    34
[django-robots]
376
5debb109a899 Updated django to version 1.3 and replaced the django app repositories to the new ones
Parth buch <parth.buch.115@gmail.com>
parents: 332
diff changeset
    35
recipe = zerokspot.recipe.git
5debb109a899 Updated django to version 1.3 and replaced the django app repositories to the new ones
Parth buch <parth.buch.115@gmail.com>
parents: 332
diff changeset
    36
repository = https://github.com/jezdez/django-robots.git
269
6910c4dff916 Add south to the buildout configuration for migrations.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 151
diff changeset
    37