author | Madhusudan.C.S <madhusudancs@gmail.com> |
Tue, 20 Jul 2010 03:20:02 +0530 | |
changeset 110 | 627cd08619ee |
parent 103 | 034dc9cd752e |
child 121 | 78d082337ca4 |
permissions | -rw-r--r-- |
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] |
96
178b89a3ca4f
Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
93
diff
changeset
|
2 |
parts = django tagging |
103
034dc9cd752e
Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
96
diff
changeset
|
3 |
eggs = Werkzeug |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
4 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
5 |
[django] |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
6 |
recipe = djangorecipe |
96
178b89a3ca4f
Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
93
diff
changeset
|
7 |
version = 1.2.1 |
103
034dc9cd752e
Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
96
diff
changeset
|
8 |
settings = production |
034dc9cd752e
Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
96
diff
changeset
|
9 |
eggs = ${buildout:eggs} |
034dc9cd752e
Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
96
diff
changeset
|
10 |
pythonpath = ${tagging: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
|
11 |
|
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
12 |
[tagging] |
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
13 |
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
|
14 |
urls = http://django-tagging.googlecode.com/svn/trunk/ . |