|
From: <as...@us...> - 2009-05-21 21:07:09
|
Revision: 7130
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7130&view=rev
Author: astraw
Date: 2009-05-21 21:06:49 +0000 (Thu, 21 May 2009)
Log Message:
-----------
force buildbots to use noserunner with plugin support
Modified Paths:
--------------
trunk/matplotlib/buildout.cfg
Modified: trunk/matplotlib/buildout.cfg
===================================================================
--- trunk/matplotlib/buildout.cfg 2009-05-21 20:34:47 UTC (rev 7129)
+++ trunk/matplotlib/buildout.cfg 2009-05-21 21:06:49 UTC (rev 7130)
@@ -2,12 +2,13 @@
parts = PIL test python
develop = .
eggs = matplotlib
+find-links = http://astraw.com/mpl/
[test]
recipe = pbp.recipe.noserunner
-find-links = http://astraw.com/mpl/
+# Use Andrew Straw's custom packaging of noserunner with plugin support.
eggs =
- pbp.recipe.noserunner
+ pbp.recipe.noserunner==0.2.6.2
PIL
${buildout:eggs}
working-directory = ${buildout:directory}/test
@@ -25,8 +26,6 @@
[PIL]
# This recipe based on http://www.koansys.com/tech/install-plone-with-zopeskel-buildout-needs-pil
-# Build egg with Chris McDonough's custom packaging of setuptools-compatibile PIL
-# http://article.gmane.org/gmane.comp.web.zope.devel/13999
+# Build egg with Andrew Straw's custom packaging of setuptools-compatibile PIL without Tkinter.
recipe = zc.recipe.egg
egg = PIL==1.1.6
-find-links = http://astraw.com/mpl/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|