Revision 68a1b8fb8445 () - Diff

Link to this snippet: https://friendpaste.com/qV0ThpHcNwIwjL2LsDXo2
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[buildout]
develop = .
parts = cython lxml deliverance
download-cache = download

[cython]
recipe = gp.recipe.pip
install =
Cython

[lxml]
recipe = gp.recipe.pip
install-options =
--static-deps
install =
lxml==2.2alpha1

[deliverance]
recipe = gp.recipe.pip
install =
http://deliverance.openplans.org/dist/Deliverance-snapshot-latest.pybundle
interpreter = python