~justas.sadzevicius/schooltool/flourish_timetables

2532.1.19 by Justas Sadzevicius
Tinkering with Makefile, added base buildout config, automatic version.cfg downloading, etc.
1
[buildout]
2702.1.2 by Justas Sadzevicius
Prepare for merging to trunk: remove experimental KGS.
2
extends = http://ftp.schooltool.org/schooltool/trunk/versions.cfg
2577 by Gediminas Paulauskas
Move find-links and versions to base.cfg because they are the same
3
versions = versions
2577.1.3 by Gediminas Paulauskas
Restore newest set to false,
4
newest = false
2686 by Gediminas Paulauskas
Change download location from 1.4 to trunk, update version to 1.5.0dev
5
find-links = http://ftp.schooltool.org/schooltool/trunk/
6
             http://ftp.schooltool.org/schooltool/trunk/dev/
2532.1.43 by Justas Sadzevicius
Update from trunk.
7
parts = package test scripts tags omelette
2532.1.19 by Justas Sadzevicius
Tinkering with Makefile, added base buildout config, automatic version.cfg downloading, etc.
8
2577.1.4 by Gediminas Paulauskas
Rename part to "package".
9
[package]
2577.1.3 by Gediminas Paulauskas
Restore newest set to false,
10
recipe = zc.recipe.egg:eggs
2532.1.19 by Justas Sadzevicius
Tinkering with Makefile, added base buildout config, automatic version.cfg downloading, etc.
11
unzip = true
2623 by Justas Sadzevicius
Work around easy_install bug, so users can use [package] eggs+=, not only [packages] eggs=.
12
# set eggs to package name in buildout.cfg
13
eggs =
2532.1.19 by Justas Sadzevicius
Tinkering with Makefile, added base buildout config, automatic version.cfg downloading, etc.
14
15
[scripts]
2577.1.3 by Gediminas Paulauskas
Restore newest set to false,
16
recipe = zc.recipe.egg:scripts
2532.1.19 by Justas Sadzevicius
Tinkering with Makefile, added base buildout config, automatic version.cfg downloading, etc.
17
unzip = true
2577.1.4 by Gediminas Paulauskas
Rename part to "package".
18
eggs = ${package:eggs}
2584 by Gediminas Paulauskas
We need scripts from schooltool in other projects
19
       schooltool
2532.1.19 by Justas Sadzevicius
Tinkering with Makefile, added base buildout config, automatic version.cfg downloading, etc.
20
       schooltool.devtools
21
       z3c.coverage
2610 by Gediminas Paulauskas
Add missing dependencies to setup.py, move some to test extra, and change some
22
       z3c.dependencychecker
2700 by Justas Sadzevicius
Added interpreter script.
23
interpreter = python
2532.1.19 by Justas Sadzevicius
Tinkering with Makefile, added base buildout config, automatic version.cfg downloading, etc.
24
25
[test]
26
recipe = zc.recipe.testrunner
2577.1.4 by Gediminas Paulauskas
Rename part to "package".
27
eggs = ${package:eggs}
2625 by Gediminas Paulauskas
Colorize testrunner output if possible.
28
defaults = ['--tests-pattern', '^f?tests$', '-v', '--auto-color']
2532.1.19 by Justas Sadzevicius
Tinkering with Makefile, added base buildout config, automatic version.cfg downloading, etc.
29
30
[tags]
31
recipe = z3c.recipe.tag:tags
2577.1.4 by Gediminas Paulauskas
Rename part to "package".
32
eggs = ${package:eggs}
2532.1.23 by Justas Sadzevicius
Add omelette. Introduces XMAS present in ./parts/omeletee/
33
34
[omelette]
35
recipe = collective.recipe.omelette
2532.1.43 by Justas Sadzevicius
Update from trunk.
36
eggs = ${package:eggs}