File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
parts = PIL test python
3
3
develop = .
4
4
eggs = matplotlib
5
+ find-links = http://astraw.com/mpl/
5
6
6
7
[test]
7
8
recipe = pbp.recipe.noserunner
8
- find-links = http://astraw.com/mpl/
9
+ # Use Andrew Straw's custom packaging of noserunner with plugin support.
9
10
eggs =
10
- pbp.recipe.noserunner
11
+ pbp.recipe.noserunner ==0.2.6.2
11
12
PIL
12
13
${buildout:eggs}
13
14
working-directory = ${buildout:directory}/test
25
26
26
27
[PIL]
27
28
# 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
29
+ # Build egg with Andrew Straw's custom packaging of setuptools-compatibile PIL without Tkinter.
30
30
recipe = zc.recipe.egg
31
31
egg = PIL ==1.1.6
32
- find-links = http://astraw.com/mpl/
You can’t perform that action at this time.
0 commit comments