annotate buildout.cfg @ 739:2013aba52d16

show data Ignore-this: 815ae2c4376a3bc9a3d7272bec8c8ac3
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 15 Jun 2012 07:52:05 +0000
parents 8fddef28d7b9
children e6cc9751f61c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
686
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
1 [buildout]
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
2 parts = external_libs
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
3 bin-directory = bin
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
4 download-cache = /tmp/
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
5
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
6
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
7
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
8 [external_libs]
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
9 recipe = zc.recipe.egg
708
10ee0756a119 new python console
Drew Perttula <drewp@bigasterisk.com>
parents: 687
diff changeset
10 eggs = ipython==0.8.4
10ee0756a119 new python console
Drew Perttula <drewp@bigasterisk.com>
parents: 687
diff changeset
11 web.py==0.36
686
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
12 cyclone==1.0-rc4
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
13 rdflib==3.2.1
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
14 restkit==4.1.2
687
454e381cd24f curvecalc refactor and module fixes
drewp@bigasterisk.com
parents: 686
diff changeset
15 Louie==1.1
721
8fddef28d7b9 KC deps
drewp@bigasterisk.com
parents: 708
diff changeset
16 webcolors==1.4
686
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
17
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
18 python = python
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
19 interpreter = python
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
20 extra-paths =
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
21
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
22 [python]
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
23 executable = /usr/bin/python2.7
a301a0039c66 buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
24