~adeuring/launchpadlib/wadl_info_hwdrivername

36.1.1 by Gary Poster
convert to buildout
1
[buildout]
2
parts =
3
    interpreter
36.1.8 by Gary Poster
fit tests in with buildout ./bin/test (preferred) and setup.py test (a little rocky, but it works, at least the second time).
4
    test
36.1.2 by Gary Poster
update to new buildout standards; move json code out of _utils; depend on oauth package, not our local copy; reorder imports.
5
#    docs
36.1.1 by Gary Poster
convert to buildout
6
    tags
7
unzip = true
8
9
develop = .
10
11
[test]
12
recipe = zc.recipe.testrunner
13
eggs = launchpadlib
36.1.2 by Gary Poster
update to new buildout standards; move json code out of _utils; depend on oauth package, not our local copy; reorder imports.
14
defaults = '--tests-pattern ^tests --exit-with-status --suite-name additional_tests'.split()
15
16
[docs]
17
recipe = z3c.recipe.sphinxdoc
18
eggs = launchpadlib [docs]
19
index-doc = README
20
default.css =
21
layout.html =
36.1.1 by Gary Poster
convert to buildout
22
23
[interpreter]
24
recipe = zc.recipe.egg
36.1.2 by Gary Poster
update to new buildout standards; move json code out of _utils; depend on oauth package, not our local copy; reorder imports.
25
interpreter = py
36.1.1 by Gary Poster
convert to buildout
26
eggs = launchpadlib
27
       docutils
28
29
[tags]
30
recipe = z3c.recipe.tag:tags
31
eggs = launchpadlib