Show
Ignore:
Timestamp:
11/17/08 21:02:30 (21 months ago)
Author:
seang
Message:

Removed GeoJSON and older numpy version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buildout/shapely.buildout/trunk/buildout.cfg

    r996 r1155  
    22index = http://download.zope.org/ppix 
    33parts =  
    4     python-2.4 
     4    python-2.5 
    55    interpreter 
    66    geos 
     
    88python = custom-python 
    99develop = 
    10     src/GeoJSON 
    1110    src/Shapely 
    12 versions = versions 
    13  
    14 [versions] 
    15 numpy = 1.0.2 
    1611 
    1712[python-2.4] 
     
    3833 
    3934[custom-python] 
    40 executable = ${python-2.4:location}/bin/python 
     35executable = ${python-2.5:location}/bin/python 
    4136 
    4237[interpreter] 
     
    4439#find-links = http://puzzle.dl.sourceforge.net/sourceforge/numpy/numpy-1.0.3-2.tar.gz 
    4540eggs = 
    46     GeoJSON 
    4741    Shapely 
    4842    numpy