buildout.cfg
branch2011
changeset 477 54e05b1ec765
parent 389 fe49720e67bf
equal deleted inserted replaced
476:b589c15fa60f 477:54e05b1ec765
     1 [buildout]
     1 [buildout]
     2 parts = django tagging django-robots south reportlab
     2 parts = django tagging django-robots reportlab
     3 eggs = 
     3 eggs = 
     4     Werkzeug
     4     Werkzeug
     5     PIL
     5     PIL
     6     docutils
     6     docutils
     7 
     7 
    24     ${buildout:eggs}
    24     ${buildout:eggs}
    25     ${reportlab:eggs}
    25     ${reportlab:eggs}
    26 pythonpath = 
    26 pythonpath = 
    27     ${tagging:location}
    27     ${tagging:location}
    28     ${django-robots:location}
    28     ${django-robots:location}
    29     ${south:location}
       
    30 
    29 
    31 [tagging]
    30 [tagging]
    32 recipe = infrae.subversion
    31 recipe = infrae.subversion
    33 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    32 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    34 
    33 
    35 [django-robots]
    34 [django-robots]
    36 recipe = zerokspot.recipe.git
    35 recipe = zerokspot.recipe.git
    37 repository = https://github.com/jezdez/django-robots.git
    36 repository = https://github.com/jezdez/django-robots.git
    38 
    37 
    39 [south]
       
    40 recipe = mercurialrecipe
       
    41 repository = http://bitbucket.org/andrewgodwin/south/