Changeset 1155 for buildout/shapely.buildout/trunk
- Timestamp:
- 11/17/08 21:02:30 (21 months ago)
- Files:
-
- 1 modified
-
buildout/shapely.buildout/trunk/buildout.cfg (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buildout/shapely.buildout/trunk/buildout.cfg
r996 r1155 2 2 index = http://download.zope.org/ppix 3 3 parts = 4 python-2. 44 python-2.5 5 5 interpreter 6 6 geos … … 8 8 python = custom-python 9 9 develop = 10 src/GeoJSON11 10 src/Shapely 12 versions = versions13 14 [versions]15 numpy = 1.0.216 11 17 12 [python-2.4] … … 38 33 39 34 [custom-python] 40 executable = ${python-2. 4:location}/bin/python35 executable = ${python-2.5:location}/bin/python 41 36 42 37 [interpreter] … … 44 39 #find-links = http://puzzle.dl.sourceforge.net/sourceforge/numpy/numpy-1.0.3-2.tar.gz 45 40 eggs = 46 GeoJSON47 41 Shapely 48 42 numpy
