Changeset 123 for plone4bio.buildout/branches/plone4/config/base.cfg
- Timestamp:
- 01/30/10 19:18:30 (2 years ago)
- Location:
- plone4bio.buildout/branches/plone4
- Files:
-
- 1 modified
- 1 copied
-
. (copied) (copied from plone4bio.buildout/trunk)
-
config/base.cfg (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/branches/plone4/config/base.cfg
r120 r123 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 22 Cheetah 23 23 … … 25 25 # e.g.: develop = src/my.package 26 26 develop = 27 src/plone4bio.base28 src/plone4bio.pscoils29 src/biocomp.pscoils30 src/plone4bio.biosql31 src/plone4biotheme.base32 27 33 28 [plone4bio] … … 39 34 40 35 [versions] 41 zope.testing = 3.7.742 Cheetah = 2.2.136 # zope.testing = 3.7.7 37 # Cheetah = 2.2.1 43 38 hexagonit.recipe.download = 1.2.1 39 Markdown = 2.0.3 44 40 45 41 # zope part: Note the new fake-eggs settings. This is required … … 54 50 pytz 55 51 skip-fake-eggs = zope.testing 52 zope.interface 53 zope.exceptions 56 54 57 55 [instance] … … 62 60 eggs = 63 61 ${buildout:eggs} 64 ${plone4bio:eggs}65 66 62 zcml = 67 ${plone4bio:eggs}68 69 63 products = 70 64 ${buildout:directory}/products 71 72 65 extra-paths = 66 ${zope2:location}/lib/python 73 67 74 68 [zopepy]
