buildout.cfg
changeset 5 cca34bc300d7
child 7 f7a099ec1ac4
equal deleted inserted replaced
4:12ca78ff63e4 5:cca34bc300d7
       
     1 [buildout]
       
     2 parts =
       
     3     django
       
     4     tagging
       
     5     registration
       
     6 
       
     7 eggs =
       
     8     PIL
       
     9     HTML5lib
       
    10     pisa
       
    11     Werkzeug
       
    12     elementtree
       
    13     docutils
       
    14     markdown
       
    15     textile
       
    16     beautifulsoup
       
    17     MySQL-python
       
    18 
       
    19 [versions]
       
    20 reportlab=2.3
       
    21 
       
    22 [reportlab]
       
    23 recipe=zc.recipe.egg
       
    24 eggs=
       
    25     reportlab
       
    26 find-links=
       
    27     http://distfiles.minitage.org/public/externals/minitage/
       
    28 
       
    29 [django]
       
    30 recipe = djangorecipe
       
    31 version = 1.1
       
    32 settings = production
       
    33 eggs =
       
    34     ${buildout:eggs}
       
    35     ${reportlab:eggs}
       
    36 pythonpath =
       
    37     ${basic-apps:location}
       
    38     ${tagging:location}
       
    39     ${django-command-extensions:location}
       
    40     ${south:location}
       
    41     ${registration:location}
       
    42 
       
    43 [basic-apps]
       
    44 recipe = infrae.subversion
       
    45 urls =
       
    46     http://django-basic-apps.googlecode.com/svn/trunk/ basic
       
    47 
       
    48 [tagging]
       
    49 recipe = infrae.subversion
       
    50 urls =
       
    51     http://django-tagging.googlecode.com/svn/trunk/ .
       
    52 
       
    53 [django-command-extensions]
       
    54 recipe = zerokspot.recipe.git
       
    55 repository = http://github.com/django-extensions/django-extensions.git
       
    56 
       
    57 [south]
       
    58 recipe = infrae.subversion
       
    59 urls =
       
    60     http://svn.aeracode.org/svn/south/tags/0.5/ .
       
    61 
       
    62 [registration]
       
    63 recipe = mercurialrecipe
       
    64 repository = http://bitbucket.org/ubernostrum/django-registration/
       
    65