buildout.cfg
author ymh <ymh.work@gmail.com>
Tue, 18 Feb 2014 17:31:35 +0000
changeset 585 9e403b05797b
parent 584 9be5aaedfe6a
child 586 59cddf254ebd
permissions -rw-r--r--
refine buildout config and add buildout config for wsgi server
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
[buildout]
14
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
     2
newest=false
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
     3
find-links = http://download.berlios.de/utidylib/uTidylib-0.2.zip
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     4
parts = 
14
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
     5
	django
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
	python
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     7
	django-extensions
585
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents: 584
diff changeset
     8
	utidylib
286
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
     9
	omelette
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    10
unzip = true
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    11
develop = .
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    12
439
8994d24e4b2f Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
gibus
parents: 409
diff changeset
    13
[versions]
8994d24e4b2f Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
gibus
parents: 409
diff changeset
    14
django = 1.3
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    15
utidylib = 0.2
439
8994d24e4b2f Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
gibus
parents: 409
diff changeset
    16
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    17
[python]
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    18
recipe = zc.recipe.egg
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    19
interpreter = python
14
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
    20
eggs = ${django:eggs}
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    21
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    22
[django]
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    23
recipe = djangorecipe
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    24
# trunk
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    25
project = cm
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    26
projectegg = cm
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    27
wsgi = true # gen wsgi
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    28
settings = settings
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    29
#test = cm
14
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
    30
pythonpath = src
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
    31
	src/cm
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    32
	extras
14
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
    33
	${django-extensions:location}
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    34
eggs = 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    35
	django-flash
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    36
	django-tagging
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    37
	django-piston
286
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    38
# api dependency
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    39
#	django-css	
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    40
	chardet
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    41
	feedparser
585
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents: 584
diff changeset
    42
	Pillow
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    43
	BeautifulSoup
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    44
	html5lib
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    45
	pytz
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    46
	simplejson
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    47
	pyyaml
29
644cf0d39b25 add south library (manages database evolutions)
raph
parents: 14
diff changeset
    48
	south
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    49
	psycopg2
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    50
	utidylib
585
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents: 584
diff changeset
    51
        cssutils
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    52
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    53
[django-extensions]
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    54
recipe=zerokspot.recipe.git
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    55
repository=git://github.com/django-extensions/django-extensions.git
286
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    56
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    57
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    58
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    59
[utidylib]
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    60
recipe = zc.recipe.egg
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    61
eggs = uTidylib
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    62
287
fc5ed157ebfe add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents: 29
diff changeset
    63
286
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    64
[omelette]
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    65
recipe = collective.recipe.omelette
408
962f4c60c692 Requires django > 1.3
gibus
parents: 304
diff changeset
    66
eggs = ${django:eggs}
585
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents: 584
diff changeset
    67