Changeset 124 for plone4bio.buildout/trunk
- Timestamp:
- 01/30/10 19:28:12 (2 years ago)
- Location:
- plone4bio.buildout/trunk
- Files:
-
- 2 modified
-
config/base.cfg (modified) (6 diffs)
-
development.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/trunk/config/base.cfg
r120 r124 1 1 [buildout] 2 extensions = buildout.eggtractor 2 3 parts = 3 4 zope2 … … 9 10 # Modify the "3.3.1" to match the version you're seeking. 10 11 find-links = 11 http://dist.plone.org/release/3.3. 112 http://dist.plone.org/release/3.3.4 12 13 # http://pypi.python.org/simple 13 extends = http://dist.plone.org/release/3.3. 1/versions.cfg14 extends = http://dist.plone.org/release/3.3.4/versions.cfg 14 15 versions = versions 15 16 … … 19 20 Plone 20 21 biopython 21 biocomp.pscoils22 Cheetah23 22 24 23 # Reference any eggs you are developing here, one per line 25 24 # e.g.: develop = src/my.package 26 25 develop = 27 src/plone4bio.base28 src/plone4bio.pscoils29 src/biocomp.pscoils30 src/plone4bio.biosql31 src/plone4biotheme.base32 26 33 27 [plone4bio] … … 39 33 40 34 [versions] 41 zope.testing = 3.7.742 Cheetah = 2.2.135 # zope.testing = 3.7.7 36 # Cheetah = 2.2.1 43 37 hexagonit.recipe.download = 1.2.1 38 Markdown = 2.0.3 44 39 45 40 # zope part: Note the new fake-eggs settings. This is required … … 54 49 pytz 55 50 skip-fake-eggs = zope.testing 51 zope.interface 52 zope.exceptions 56 53 57 54 [instance] … … 62 59 eggs = 63 60 ${buildout:eggs} 64 ${plone4bio:eggs}65 66 61 zcml = 67 ${plone4bio:eggs}68 69 62 products = 70 63 ${buildout:directory}/products 71 72 64 extra-paths = 65 ${zope2:location}/lib/python 73 66 74 67 [zopepy] -
plone4bio.buildout/trunk/development.cfg
r87 r124 6 6 idelauncher 7 7 roadrunner 8 pyflakes 8 9 eggs += 9 stxnext.pdb10 10 psycopg2 11 11 MySQL-python … … 58 58 packages-under-test = ${plone4bio:eggs} 59 59 60 [pyflakes] 61 recipe = zc.recipe.egg 62 scripts = 63 pyflakes 64 eggs = 65 pyflakes 66 setuptools 67 entry-points = pyflakes=pkg_resources:run_script 68 arguments = 'pyflakes', 'pyflakes' 69 initialization = 70 sys.argv += """${buildout:develop}""".split() 71 72
