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