~ted/lazr-js/annoying-debug-message

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
32
33
34
35
36
37
38
39
40
41
42
43
[buildout]
develop = .
parts =
    scripts
    tags
    test

unzip = true
eggs-directory = eggs
download-cache = download-cache

extends = versions.cfg

# Disable this option temporarily if you want buildout to find software
# dependencies *other* than those in our download-cache.  Once you have the
# desired software, reenable this option (and check in the new software to
# lp:lp-source-dependencies if this is going to be reviewed/merged/deployed.)
install-from-cache = true

allow-picked-versions = false

prefer-final = true

versions = versions

[scripts]
recipe = z3c.recipe.scripts
include-site-packages = false
eggs =
    cssutils
    lazr-js [jslint]
    lazr-js [jsbuild]
    lazr-js [yuimeta]
interpreter = py

[tags]
recipe = z3c.recipe.tag:tags
eggs = lazr-js

[test]
recipe = zc.recipe.testrunner
initialization = os.environ.setdefault("JSTESTDRIVER", "java -jar ${buildout:directory}/download-cache/JsTestDriver-1.2.2.jar")
eggs = lazr-js [test]