File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22parts = PIL test python
33develop = .
44eggs = matplotlib
5+ find-links = http://astraw.com/mpl/
56
67[test]
78recipe = pbp.recipe.noserunner
8- find-links = http://astraw.com/mpl/
9+ # Use Andrew Straw's custom packaging of noserunner with plugin support.
910eggs =
10- pbp.recipe.noserunner
11+ pbp.recipe.noserunner ==0.2.6.2
1112 PIL
1213 ${buildout:eggs}
1314working-directory = ${buildout:directory}/test
2526
2627[PIL]
2728# 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.
3030recipe = zc.recipe.egg
3131egg = PIL ==1.1.6
32- find-links = http://astraw.com/mpl/
You can’t perform that action at this time.
0 commit comments