Changeset 1041

Show
Ignore:
Timestamp:
11/03/09 22:49:08 (9 months ago)
Author:
pigeonflight
Message:

updated buildout_plone331.cfg,
* removed reference to the 'plone' part which was still using
the 3.1.7 plone.recipe
* pinned zope.component to 3.5.1
* changed MarkDown? to be pinned to 2.0.3
* added pytz,ZConfig and zope.browsermenu to the additional-fake-eggs
* pinned zope.app.authentication to 3.6.0
* pinned zope.publisher to 3.5.6
* added  http://dist.repoze.org/ to find-links to support PIL

but not using it as PIL is also now commented out of the buildout
It's probably reasonable to expect a user to have PIL installed already

Location:
plumi-buildout-plone3/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • plumi-buildout-plone3/trunk/CHANGELOG.txt

    r1032 r1041  
     13rd November 2009 - (David Bain (pigeonflight) 
     2------------------------------------------------- 
     3updated buildout_plone331.cfg, 
     4* removed reference to the 'plone' part which was still using 
     5the 3.1.7 plone.recipe 
     6* pinned zope.component to 3.5.1 
     7* changed MarkDown to be pinned to 2.0.3 
     8* added pytz,ZConfig and zope.browsermenu  to the additional-fake-eggs  
     9* pinned zope.app.authentication to 3.6.0 
     10* pinned zope.publisher to 3.5.6 
     11* added http://dist.repoze.org/ to find-links to support PIL 
     12  but not using it as PIL is also now commented out of the buildout 
     13  It's probably reasonable to expect a user to have PIL installed already 
     14 
     15 
     16 
    1174th September 2009 - Plumi 3.0 beta 1 release  ( Erko, Sydney ) 
    218----------------------------------------------------------- 
  • plumi-buildout-plone3/trunk/buildout.cfg

    r1037 r1041  
    121121#five.localsitemanager = 2.0a1 
    122122#zope.location = 3.5.4 
    123 #zope.component = 3.5.1 
     123zope.component = 3.5.1 
    124124#zope.schema = 3.5.4 
    125125#zope.testbrowser = 3.6.0a2 
  • plumi-buildout-plone3/trunk/buildout_plone331.cfg

    r1040 r1041  
    1717    site.cfg 
    1818    devel.cfg 
     19    http://dist.plone.org/release/3.3.1/versions.cfg 
    1920 
    2021versions = versions 
    2122 
    2223parts = 
    23     plone 
     24#    plone 
    2425    zope2 
    2526    instance 
     
    4748#create a new plone site on buildout 
    4849#    plonesite 
    49     PIL 
     50# we don't need this PIL part anymore, should  
     51# work with the egg listed below 
     52#    PIL 
    5053 
    5154find-links = 
     
    5558    http://download.zope.org/distribution/ 
    5659    http://effbot.org/downloads 
     60    http://dist.repoze.org/ 
     61 
    5762 
    5863eggs = 
     
    6671    collective.indexing 
    6772# Python Image Library - PIL , distributed with plone  
    68     PIL 
     73#    PIL 
    6974# resumable ftp uploading server, proxies Zope FTP server 
    7075    plumiftp 
     
    7681        ${plumi-eggs:develop} 
    7782 
    78 [plone] 
    79 recipe = plone.recipe.plone 
     83#[plone] 
     84#recipe = plone.recipe.plone 
    8085 
    8186[zope2] 
    8287recipe = plone.recipe.zope2install 
    83 url = ${plone:zope2-url} 
     88#url = ${plone:zope2-url} 
     89# no longer use plone.recipe.plone, so get zope2-url from versions 
     90url = ${versions:zope2-url} 
    8491fake-zope-eggs = true 
    85  
     92skip-fake-eggs = 
     93           zope.testbrowser 
     94additional-fake-eggs = 
     95      Acquisition 
     96      Zope2 
     97      
    8698[instance] 
    8799recipe = plone.recipe.zope2instance 
     
    191203zope-conf-additional = ${site:zope-conf-additional} 
    192204 
    193 [PIL] 
    194 recipe = zc.recipe.egg 
    195 egg = PIL>=1.1.6 
    196  
     205#[PIL] 
     206#recipe = zc.recipe.egg 
     207#egg = PIL>=1.1.6 
    197208[versions] 
    198 ZODB3 = 3.8.3 
    199 Plone = 3.3.1 
    200 # Pin LinguaPlone - http://article.gmane.org/gmane.comp.web.zope.plone.setup/3929 
    201 Products.LinguaPlone = 2.4 
    202  
    203 # Generated by dumppickedversions 
    204 Markdown = 2.0.1 
    205 PIL = 1.1.6 
     209# from dumped picked versions 
    206210Products.ATCountryWidget = 0.2.5 
    207211Products.ATVocabularyManager = 1.4.2 
    208212Products.Clouseau = 0.8.4dev 
    209213Products.DocFinderTab = 1.0.4 
    210 Products.GenericSetup = 1.4.5 
     214Products.LinguaPlone = 3.0b8 
    211215Products.PDBDebugMode = 1.1 
    212216Products.contentmigration = 1.2 
    213217chardet = 1.0.1 
    214218collective.contentlicensing = 2.2.0-final 
    215 collective.flowplayer = 3.0b2 
     219collective.flowplayer = 3.0b4 
    216220collective.indexing = 1.1 
    217221collective.plonebookmarklets = 2.1.3-final 
     
    219223elementtreewriter = 1.1 
    220224ipython = 0.10 
    221 plone.app.blob = 1.0b5 
    222 plone.app.contentmenu = 1.1.7 
    223 plone.app.layout = 1.2.5 
    224 plone.app.linkintegrity = 1.0.12 
     225plone.app.blob = 1.0b6 
     226plone.app.imaging = 1.0b4 
    225227plone.contentratings = 1.0-beta2-1 
    226 plone.indexer = 1.0rc2 
    227 plone.keyring = 1.2 
    228 plone.protect = 1.1 
    229228plone.recipe.bundlecheckout = 1.1 
    230 plone.recipe.plone = 3.1.7 
    231 plone.recipe.zope2install = 3.2 
    232 plone.recipe.zope2instance = 3.4 
    233 plone.recipe.zope2zeoserver = 1.3 
     229plone.recipe.distros = 1.5 
     230plone.recipe.zope2zeoserver = 1.4 
    234231plumiftp = 0.4 
    235 python-openid = 2.2.4 
    236232quintagroup.plonecomments = 4.1.0 
    237  
    238 #Required by: 
    239 #Plone 3.3.1 
    240 Products.ATContentTypes = 1.3.2 
    241  
    242 #Required by: 
    243 #Plone 3.3.1 
    244 Products.ATReferenceBrowserWidget = 2.0.4 
    245  
    246 #Required by: 
    247 #Plone 3.3.1 
    248 Products.AdvancedQuery = 3.0 
    249  
    250 #Required by: 
    251 #Products.CMFEditions 1.2.4 
    252 #Products.ATContentTypes 1.3.2 
    253 #Plone 3.3.1 
    254 Products.Archetypes = 1.5.11 
    255  
    256 #Required by: 
    257 #Plone 3.3.1 
    258 Products.CMFActionIcons = 2.1.2 
    259  
    260 #Required by: 
    261 #Plone 3.3.1 
    262 Products.CMFCalendar = 2.1.2 
    263  
    264 #Required by: 
    265 #plone.indexer 1.0rc2 
    266 #plone.app.workflow 1.2 
    267 #Products.CMFPlacefulWorkflow 1.4.2 
    268 #Products.PortalTransforms 1.6.2 
    269 #Products.MimetypesRegistry 1.6.4 
    270 #Products.CMFDefault 2.1.2 
    271 #Products.CMFUid 2.1.2 
    272 #Products.DCWorkflow 2.1.2 
    273 #Plone 3.3.1 
    274 Products.CMFCore = 2.1.2 
    275  
    276 #Required by: 
    277 #Products.CMFDiffTool 0.5.1 
    278 #Products.CMFTopic 2.1.2 
    279 #Plone 3.3.1 
    280 Products.CMFDefault = 2.1.2 
    281  
    282 #Required by: 
    283 #Plone 3.3.1 
    284 Products.CMFDiffTool = 0.5.1 
    285  
    286 #Required by: 
    287 #Products.CMFEditions 1.2.4 
    288 #Plone 3.3.1 
    289 Products.CMFDynamicViewFTI = 3.0.2 
    290  
    291 #Required by: 
    292 #Plone 3.3.1 
    293 Products.CMFEditions = 1.2.4 
    294  
    295 #Required by: 
    296 #Plone 3.3.1 
    297 Products.CMFFormController = 2.1.2 
    298  
    299 #Required by: 
    300 #Plone 3.3.1 
    301 Products.CMFPlacefulWorkflow = 1.4.2 
    302  
    303 #Required by: 
    304 #Plone 3.3.1 
    305 Products.CMFQuickInstallerTool = 2.1.7 
    306  
    307 #Required by: 
    308 #Products.CMFDiffTool 0.5.1 
    309 Products.CMFTestCase = 0.9.8 
    310  
    311 #Required by: 
    312 #Plone 3.3.1 
    313 Products.CMFTopic = 2.1.2 
    314  
    315 #Required by: 
    316 #Plone 3.3.1 
    317 Products.CMFUid = 2.1.2 
    318  
    319 #Required by: 
    320 #plone.app.workflow 1.2 
    321 #Plone 3.3.1 
    322 Products.DCWorkflow = 2.1.2 
    323  
    324 #Required by: 
    325 #Plone 3.3.1 
    326 Products.ExtendedPathIndex = 2.6 
    327  
    328 #Required by: 
    329 #Plone 3.3.1 
    330 Products.ExternalEditor = 1.0a1 
    331  
    332 #Required by: 
    333 #Plone 3.3.1 
    334 Products.GroupUserFolder = 3.55.1 
    335  
    336 #Required by: 
    337 #Products.Archetypes 1.5.11 
    338 Products.Marshall = 1.2.1 
    339  
    340 #Required by: 
    341 #Products.PortalTransforms 1.6.2 
    342 #Plone 3.3.1 
    343 Products.MimetypesRegistry = 1.6.4 
    344  
    345 #Required by: 
    346 #Plone 3.3.1 
    347 Products.NuPlone = 1.0b3 
    348  
    349 #Required by: 
    350 #Plone 3.3.1 
    351 Products.PasswordResetTool = 1.2 
    352  
    353 #Required by: 
    354 #Plone 3.3.1 
    355 Products.PlacelessTranslationService = 1.5.3 
    356  
    357 #Required by: 
    358 #Plone 3.3.1 
    359 Products.PloneLanguageTool = 3.0.2 
    360  
    361 #Required by: 
    362 #Plone 3.3.1 
    363 Products.PlonePAS = 3.9 
    364  
    365 #Required by: 
    366 #Plone 3.3.1 
    367 Products.PloneTestCase = 0.9.8 
    368  
    369 #Required by: 
    370 #Plone 3.3.1 
    371 Products.PluggableAuthService = 1.6.1 
    372  
    373 #Required by: 
    374 #Plone 3.3.1 
    375 Products.PluginRegistry = 1.1.3.1 
    376  
    377 #Required by: 
    378 #Plone 3.3.1 
    379 Products.PortalTransforms = 1.6.2 
    380  
    381 #Required by: 
    382 #Plone 3.3.1 
    383 Products.ResourceRegistries = 1.5.3 
    384  
    385 #Required by: 
    386 #Plone 3.3.1 
    387 Products.SecureMailHost = 1.1.1 
    388  
    389 #Required by: 
    390 #Products.CMFEditions 1.2.4 
    391 Products.ZopeVersionControl = 1.0a1 
    392  
    393 #Required by: 
    394 #Plone 3.3.1 
    395 Products.kupu = 1.4.15 
    396  
    397 #Required by: 
    398 #plone.app.workflow 1.2 
    399 #Plone 3.3.1 
    400 Products.statusmessages = 3.0.3 
    401  
    402 #Required by: 
    403 #Products.Archetypes 1.5.11 
    404 Products.validation = 1.6.3 
    405  
    406 #Required by: 
    407 #Plone 3.3.1 
    408 archetypes.kss = 1.4.3 
     233zope.proxy = 3.5.0 
     234 
     235#Required by: 
     236#plone.locking 1.2.0 
     237#plone.portlets 1.2 
     238ZODB3 = 3.9.3 
    409239 
    410240#Required by: 
    411241#plone.contentratings 1.0-beta2-1 
    412 archetypes.schemaextender = 1.1 
    413  
    414 #Required by: 
    415 #Plone 3.3.1 
    416 borg.localrole = 2.0.1 
    417  
    418 #Required by: 
    419 #collective.testcaselayer 1.2 
     242archetypes.schemaextender = 1.3 
     243 
     244#Required by: 
     245#Products.PDBDebugMode 1.1 
    420246collective.monkeypatcher = 1.0b2 
    421  
    422 #Required by: 
    423 #collective.flowplayer 3.0b2 
    424 collective.testcaselayer = 1.2 
    425  
    426 #Required by: 
    427 #kss.demo 1.4.3 
    428 elementtree = 1.2.7-20070827-preview 
    429  
    430 #Required by: 
    431 #plone.app.portlets 1.2 
    432 feedparser = 4.1 
    433  
    434 #Required by: 
    435 #Plone 3.3.1 
    436 five.customerize = 0.3 
    437  
    438 #Required by: 
    439 #Plone 3.3.1 
    440 five.localsitemanager = 1.1 
    441247 
    442248#Required by: 
     
    445251 
    446252#Required by: 
    447 #plone.app.workflow 1.2 
    448 #Plone 3.3.1 
    449 kss.core = 1.4.7 
    450  
    451 #Required by: 
    452 #Plone 3.3.1 
    453 plone.app.content = 1.5 
    454  
    455 #Required by: 
    456 #Plone 3.3.1 
    457 plone.app.contentrules = 1.1.6 
    458  
    459 #Required by: 
    460 #Plone 3.3.1 
    461 plone.app.controlpanel = 1.2 
    462  
    463 #Required by: 
    464 #Plone 3.3.1 
    465 plone.app.customerize = 1.1.2 
    466  
    467 #Required by: 
    468 #plone.portlet.collection 1.1.3 
    469 #Plone 3.3.1 
    470 plone.app.form = 1.1.7 
    471  
    472 #Required by: 
    473 #Plone 3.3.1 
    474 plone.app.i18n = 1.0.7 
    475  
    476 #Required by: 
    477 #plone.app.blob 1.0b5 
    478 plone.app.imaging = 1.0b3 
    479  
    480 #Required by: 
    481 #Plone 3.3.1 
    482 plone.app.iterate = 1.2.3 
    483  
    484 #Required by: 
    485 #collective.flowplayer 3.0b2 
    486 plone.app.jqtools = 1.0dev 
    487  
    488 #Required by: 
    489 #plone.app.workflow 1.2 
    490 #Plone 3.3.1 
    491 plone.app.kss = 1.4.5 
    492  
    493 #Required by: 
    494 #Plone 3.3.1 
    495 plone.app.locales = 3.3.3 
    496  
    497 #Required by: 
    498 #Plone 3.3.1 
    499 plone.app.openid = 1.1 
    500  
    501 #Required by: 
    502 #plone.portlet.collection 1.1.3 
    503 #plone.portlet.static 1.2rc1 
    504 #Plone 3.3.1 
    505 plone.app.portlets = 1.2 
    506  
    507 #Required by: 
    508 #Plone 3.3.1 
    509 plone.app.redirector = 1.0.12 
    510  
    511 #Required by: 
    512 #Plone 3.3.1 
    513 plone.app.viewletmanager = 1.2.2 
    514  
    515 #Required by: 
    516 #plone.portlet.collection 1.1.3 
    517 #Plone 3.3.1 
    518 plone.app.vocabularies = 1.0.6 
    519  
    520 #Required by: 
    521 #Plone 3.3.1 
    522 plone.app.workflow = 1.2 
    523  
    524 #Required by: 
    525 #Products.LinguaPlone 2.4 
    526 plone.browserlayer = 1.0.0 
    527  
    528 #Required by: 
    529 #Plone 3.3.1 
    530 plone.contentrules = 1.1.0 
    531  
    532 #Required by: 
    533 #Plone 3.3.1 
    534 plone.fieldsets = 1.0.3 
    535  
    536 #Required by: 
    537 #plone.portlet.static 1.2rc1 
    538 #Plone 3.3.1 
    539 plone.i18n = 1.0.7 
    540  
    541 #Required by: 
    542 #Plone 3.3.1 
    543 plone.intelligenttext = 1.0.3 
    544  
    545 #Required by: 
    546 #Plone 3.3.1 
    547 plone.locking = 1.2.0 
    548  
    549 #Required by: 
    550 #plone.portlets 1.2 
    551 #plone.app.layout 1.2.5 
    552 #Plone 3.3.1 
    553 plone.memoize = 1.0.4 
    554  
    555 #Required by: 
    556 #Plone 3.3.1 
    557 plone.openid = 1.2 
    558  
    559 #Required by: 
    560 #Plone 3.3.1 
    561 plone.portlet.collection = 1.1.3 
    562  
    563 #Required by: 
    564 #Plone 3.3.1 
    565 plone.portlet.static = 1.2rc1 
    566  
    567 #Required by: 
    568 #Plone 3.3.1 
    569 plone.portlets = 1.2 
    570  
    571 #Required by: 
    572 #plone.recipe.plone 3.1.7 
    573 plone.recipe.distros = 1.5 
    574  
    575 #Required by: 
    576 #Plone 3.3.1 
    577 plone.session = 2.1 
    578  
    579 #Required by: 
    580 #Products.NuPlone 1.0b3 
    581 #Plone 3.3.1 
    582 plone.theme = 1.1 
     253#collective.flowplayer 3.0b4 
     254plone.app.jquerytools = 1.0b5 
    583255 
    584256#Required by: 
     
    587259 
    588260#Required by: 
    589 #plumi.migration 0.2dev-r96601 
    590 #Products.ATCountryWidget 0.2.5 
    591 #plumi.skin 0.3dev-r96576 
    592 #plumi.app 0.3dev-r96577 
    593 #plumi.content 0.3dev-r96584 
    594 #Products.Clouseau 0.8.4dev 
    595 #plone.app.jqtools 1.0dev 
    596 #plumi.locales 1.0dev-r96092 
    597 #plone.app.blob 1.0b5 
    598 #plone.contentratings 1.0-beta2-1 
    599 #Products.DocFinderTab 1.0.4 
    600 #collective.indexing 1.1 
    601 #collective.testcaselayer 1.2 
    602 #Products.contentmigration 1.2 
    603 #Products.ATVocabularyManager 1.4.2 
    604 #vaporisation 2.0.1 
    605 #collective.plonebookmarklets 2.1.3-final 
    606 #collective.contentlicensing 2.2.0-final 
    607 #Products.LinguaPlone 2.4 
    608 #collective.flowplayer 3.0b2 
    609 #Plone 3.3.1 
    610 #quintagroup.plonecomments 4.1.0 
    611 setuptools = 0.6c9 
    612  
    613 #Required by: 
    614 #Products.ATContentTypes 1.3.2 
    615 #collective.flowplayer 3.0b2 
    616 simplejson = 2.0.9 
    617  
    618 #Required by: 
    619 #Plone 3.3.1 
    620 wicked = 1.1.7 
    621  
    622 #Required by: 
    623 #Plone 3.3.1 
    624 z3c.autoinclude = 0.3.1 
    625  
    626 #Required by: 
    627 #z3c.autoinclude 0.3.1 
    628 zc.buildout = 1.4.1 
    629  
    630 #Required by: 
    631 #plone.recipe.zope2instance 3.4 
    632 zc.recipe.egg = 1.2.2 
    633  
    634 #Required by: 
    635 #ZODB3 3.8.3 
    636 zope.proxy = 3.5.0 
    637  
    638 #Required by: 
    639 #ZODB3 3.8.3 
    640 zope.testing = 3.8.2 
    641  
    642  
     261#ZODB3 3.9.3 
     262transaction = 1.0.0 
     263 
     264#Required by: 
     265#ZODB3 3.9.3 
     266zc.lockfile = 1.0.0 
     267