Menu

[r7373]: / branches / mathtex / buildout.cfg  Maximize  Restore  History

Download this file

32 lines (28 with data), 752 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[buildout]
parts = PIL test python
develop = .
eggs = matplotlib
find-links = http://astraw.com/mpl/
[test]
recipe = pbp.recipe.noserunner
# Use Andrew Straw's custom packaging of noserunner with plugin support.
eggs =
pbp.recipe.noserunner==0.2.6.2
PIL
${buildout:eggs}
working-directory = ${buildout:directory}/test
initialization =
sys.path.insert(0,'.')
from mplTest import MplNosePlugin
plugins =
MplNosePlugin()
[python]
recipe = zc.recipe.egg
interpreter = python
eggs =
${buildout:eggs}
[PIL]
# This recipe based on http://www.koansys.com/tech/install-plone-with-zopeskel-buildout-needs-pil
# Build egg with Andrew Straw's custom packaging of setuptools-compatibile PIL without Tkinter.
recipe = zc.recipe.egg
egg = PIL==1.1.6
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.