Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca81af6

Browse files
committed
buildout test requires PIL. Custom PIL and noserunner download locations
svn path=/trunk/matplotlib/; revision=7129
1 parent eecfcdb commit ca81af6

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

buildout.cfg

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[buildout]
2-
parts = test python
2+
parts = PIL test python
33
develop = .
44
eggs = matplotlib
55

66
[test]
77
recipe = pbp.recipe.noserunner
8+
find-links = http://astraw.com/mpl/
89
eggs =
910
pbp.recipe.noserunner
11+
PIL
1012
${buildout:eggs}
1113
working-directory = ${buildout:directory}/test
1214
initialization =
@@ -20,3 +22,11 @@ recipe = zc.recipe.egg
2022
interpreter = python
2123
eggs =
2224
${buildout:eggs}
25+
26+
[PIL]
27+
# This recipe based on http://www.koansys.com/tech/install-plone-with-zopeskel-buildout-needs-pil
28+
# Build egg with Chris McDonough's custom packaging of setuptools-compatibile PIL
29+
# http://article.gmane.org/gmane.comp.web.zope.devel/13999
30+
recipe = zc.recipe.egg
31+
egg = PIL==1.1.6
32+
find-links = http://astraw.com/mpl/

0 commit comments

Comments
 (0)