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