buildout.cfg
changeset 7 f7a099ec1ac4
parent 5 cca34bc300d7
equal deleted inserted replaced
6:f87d8ee2b9ca 7:f7a099ec1ac4
     1 [buildout]
     1 [buildout]
     2 parts =
     2 parts =
     3     django
     3     django
     4     tagging
     4 #    tagging
     5     registration
     5 #    registration
     6 
     6 
     7 eggs =
     7 eggs =
     8     PIL
       
     9     HTML5lib
       
    10     pisa
       
    11     Werkzeug
       
    12     elementtree
       
    13     docutils
       
    14     markdown
       
    15     textile
       
    16     beautifulsoup
       
    17     MySQL-python
     8     MySQL-python
    18 
     9 
    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 
    10 
    29 [django]
    11 [django]
    30 recipe = djangorecipe
    12 recipe = djangorecipe
    31 version = 1.1
    13 version = 1.1
    32 settings = production
    14 settings = production
    33 eggs =
    15 eggs =
    34     ${buildout:eggs}
    16     ${buildout:eggs}
    35     ${reportlab:eggs}
       
    36 pythonpath =
    17 pythonpath =
    37     ${basic-apps:location}
    18 #    ${tagging:location}
    38     ${tagging:location}
    19 #    ${registration:location}
    39     ${django-command-extensions:location}
       
    40     ${south:location}
       
    41     ${registration:location}
       
    42 
    20 
    43 [basic-apps]
    21 #[tagging]
    44 recipe = infrae.subversion
    22 #recipe = infrae.subversion
    45 urls =
    23 #urls =
    46     http://django-basic-apps.googlecode.com/svn/trunk/ basic
    24 #    http://django-tagging.googlecode.com/svn/trunk/ .
    47 
    25 
    48 [tagging]
    26 #[registration]
    49 recipe = infrae.subversion
    27 #recipe = mercurialrecipe
    50 urls =
    28 #repository = http://bitbucket.org/ubernostrum/django-registration/
    51     http://django-tagging.googlecode.com/svn/trunk/ .
       
    52 
    29 
    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