| 1 | [buildout] |
| 2 | newest = false |
| 3 | parts = django articles harvest sphinx_config alertes_courriel |
| 4 | find-links = http://pypi.auf.org/caldav/ |
| 5 | http://pypi.auf.org/auf_references_client/ |
| 6 | http://pypi.auf.org/auf_references_modeles/ |
| 7 | http://pypi.auf.org/datamaster_modeles/ |
| 8 | http://pypi.auf.org/django-roa/ |
| 9 | http://pypi.auf.org/django_exportateur/ |
| 10 | http://pypi.auf.org/auf.django.admingroup/ |
| 11 | http://pypi.auf.org/auf.django.auth/ |
| 12 | http://pypi.auf.org/django-alphafilter/ |
| 13 | |
| 14 | [django] |
| 15 | recipe = djangorecipe |
| 16 | version = 1.2.5 |
| 17 | project = auf_savoirs_en_partage |
| 18 | wsgi = true |
| 19 | settings = production |
| 20 | extra-paths = auf_savoirs_en_partage |
| 21 | eggs = auf_references_client==0.4.9 |
| 22 | Babel==0.9.5 |
| 23 | caldav==0.1.4.3-auf |
| 24 | chardet==1.0.1 |
| 25 | pytz==2010l |
| 26 | feedparser==4.1 |
| 27 | BeautifulSoup==3.1.0.1 |
| 28 | django_compressor==0.5.3 |
| 29 | django_pagination==1.0.7 |
| 30 | django_sorting==0.1 |
| 31 | datamaster_modeles==0.1.10 |
| 32 | django-roa==2.6.2 |
| 33 | django-admin-tools==0.3.0 |
| 34 | django-sphinx==2.2.3 |
| 35 | django-flash==1.7.2 |
| 36 | PyYAML==3.09 |
| 37 | South==0.7.3 |
| 38 | django_exportateur==1.0 |
| 39 | python-dateutil==1.5 |
| 40 | auf.django.admingroup==0.3dev |
| 41 | auf.django.auth==0.5.5dev |
| 42 | markdown2 |
| 43 | MySQL-python |
| 44 | simplejson |
| 45 | django-alphafilter==0.5.3auf4 |
| 46 | |
| 47 | |
| 48 | [articles] |
| 49 | recipe = buildout_script |
| 50 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 51 | template = articles.in |
| 52 | |
| 53 | [harvest] |
| 54 | recipe = buildout_script |
| 55 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 56 | template = harvest.in |
| 57 | |
| 58 | [import_chercheurs] |
| 59 | recipe = buildout_script |
| 60 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 61 | template = import_chercheurs.in |
| 62 | |
| 63 | [sphinx_config] |
| 64 | recipe = buildout_script |
| 65 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 66 | template = sphinx.conf.py.in |
| 67 | |
| 68 | [alertes_courriel] |
| 69 | recipe = buildout_script |
| 70 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 71 | template = alertes_courriel.in |
| 72 | |