From f645cd2a5830f5c28d388cbd767aebac19433242 Mon Sep 17 00:00:00 2001 From: Eric Mc Sween Date: Mon, 8 Dec 2014 16:45:20 -0500 Subject: [PATCH] =?utf8?q?Utiliser=20le=20lxml=20du=20syst=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- buildout.cfg | 24 +++++++++++++++--------- devel.cfg | 3 +-- requirements.wheezy | 1 + versions.cfg | 7 +++---- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index e638b8d..ed27982 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -2,7 +2,7 @@ extends = versions.cfg show-picked-versions = true versions = versions -parts = django articles harvest sphinx_config alertes_courriel +parts = sysegg django articles harvest sphinx_config alertes_courriel find-links = http://pypi.auf.org/django-roa/ http://pypi.auf.org/django_exportateur/ @@ -13,6 +13,20 @@ find-links = http://pypi.auf.org/django-alphafilter/ http://pypi.auf.org/auf.django.piwik/ http://pypi.auf.org/auf.django.pong/ + +[sysegg] +recipe = syseggrecipe +force-sysegg = true +eggs = + lxml + MySQL-python + +[django] +recipe = auf.recipe.django +project = auf_savoirs_en_partage +wsgi = true +settings = production +extra-paths = auf_savoirs_en_partage eggs = auf.django.admingroup auf.django.auth @@ -42,14 +56,6 @@ eggs = simplejson South raven - -[django] -recipe = auf.recipe.django -project = auf_savoirs_en_partage -wsgi = true -settings = production -extra-paths = auf_savoirs_en_partage -eggs = ${buildout:eggs} test = chercheurs savoirs sitotheque [articles] diff --git a/devel.cfg b/devel.cfg index bc9508f..15388ae 100644 --- a/devel.cfg +++ b/devel.cfg @@ -5,6 +5,5 @@ update-versions-file = versions.cfg [django] wsgi = false settings = development -eggs = - ${buildout:eggs} +eggs += django-debug-toolbar diff --git a/requirements.wheezy b/requirements.wheezy index 2dd67b6..70ff8b5 100644 --- a/requirements.wheezy +++ b/requirements.wheezy @@ -1 +1,2 @@ MySQL-python==1.2.3 +lxml==2.3.2 diff --git a/versions.cfg b/versions.cfg index f280750..56fa745 100644 --- a/versions.cfg +++ b/versions.cfg @@ -1,8 +1,4 @@ [versions] -# Versions installées sur le serveur de prod -lxml = 2.2.8 - -# Versions sélectionnées avant l'utilisation de buildout-versions auf_references_client = 0.4.9 Babel = 0.9.6 caldav = 0.1.12 @@ -91,3 +87,6 @@ setuptools = 7.0 # Added by buildout at 2014-12-08 14:49:59.448562 zc.buildout = 2.2.5 + +# Added by buildout at 2014-12-08 16:44:43.049200 +syseggrecipe = 1.3 -- 1.7.10.4