root/buildout/shapely.buildout/trunk/buildout.cfg

Revision 1471, 0.6 KB (checked in by seang, 4 months ago)

Simplify buildout

Line 
1[buildout]
2index = http://download.zope.org/ppix
3parts = 
4    interpreter
5    geos
6    testrunner
7develop =
8    src/Shapely
9
10[geos]
11recipe = hexagonit.recipe.cmmi
12url = http://download.osgeo.org/geos/geos-3.1.1.tar.bz2
13
14[interpreter]
15recipe = zc.recipe.egg
16eggs =
17    Shapely
18    numpy
19interpreter = labpy
20
21[testrunner]
22recipe = zc.recipe.testrunner
23extra-paths =   
24    ${buildout:directory}/eggs/numpy-1.3.0-py2.5-macosx-10.5-i386.egg
25eggs =
26    Shapely
27script = test-shapely
28environment = geosenv
29
30[geosenv]
31LD_LIBRARY_PATH = ${geos:location}/lib
32DYLD_LIBRARY_PATH = ${geos:location}/lib
Note: See TracBrowser for help on using the browser.