buildout.cfg
author ymh <ymh.work@gmail.com>
Sun, 23 Feb 2014 20:29:37 +0000
changeset 586 59cddf254ebd
parent 585 9e403b05797b
child 590 e103299bccc0
permissions -rw-r--r--
fix django-tagging version + correct wsgi.py
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
586
59cddf254ebd fix django-tagging version + correct wsgi.py
ymh <ymh.work@gmail.com>
parents: 585
diff changeset
    16
django-tagging = 0.3.1
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
    17
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    18
[python]
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    19
recipe = zc.recipe.egg
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    20
interpreter = python
14
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
    21
eggs = ${django:eggs}
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    22
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    23
[django]
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    24
recipe = djangorecipe
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    25
# trunk
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    26
project = cm
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    27
projectegg = cm
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    28
wsgi = true # gen wsgi
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    29
settings = settings
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    30
#test = cm
14
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
    31
pythonpath = src
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
    32
	src/cm
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    33
	extras
14
163235081173 o fix recipe dependency (fixes #4)
raph
parents: 0
diff changeset
    34
	${django-extensions:location}
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    35
eggs = 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    36
	django-flash
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    37
	django-tagging
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    38
	django-piston
286
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    39
# api dependency
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    40
#	django-css	
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    41
	chardet
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    42
	feedparser
585
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents: 584
diff changeset
    43
	Pillow
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    44
	BeautifulSoup
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    45
	html5lib
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    46
	pytz
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    47
	simplejson
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    48
	pyyaml
29
644cf0d39b25 add south library (manages database evolutions)
raph
parents: 14
diff changeset
    49
	south
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    50
	psycopg2
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    51
	utidylib
585
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents: 584
diff changeset
    52
        cssutils
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    53
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    54
[django-extensions]
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    55
recipe=zerokspot.recipe.git
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    56
repository=git://github.com/django-extensions/django-extensions.git
286
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    57
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    58
584
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    59
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    60
[utidylib]
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    61
recipe = zc.recipe.egg
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    62
eggs = uTidylib
9be5aaedfe6a add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents: 439
diff changeset
    63
287
fc5ed157ebfe add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents: 29
diff changeset
    64
286
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    65
[omelette]
b8672f57ba3c add omelette
raph
parents: 29
diff changeset
    66
recipe = collective.recipe.omelette
408
962f4c60c692 Requires django > 1.3
gibus
parents: 304
diff changeset
    67
eggs = ${django:eggs}
585
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents: 584
diff changeset
    68