Changeset 17308 for main


Ignore:
Timestamp:
23 Jan 2023, 08:07:29 (20 months ago)
Author:
uli
Message:

Remove eggbasket from buildout config.

Eggbaskets are an additional layer on a stack of package management tools that
are quite complex even without it. Furthermore the eggbaskets we fetch contain
more and more packages we do not use (because they are outdated) and therefore
mean actually more packages we have to download and install.

I'd consider use of eggbaskets not before we switched to Python3 completely.

Location:
main/waeup.kofa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/buildout-zeo.cfg

    r11710 r17308  
    44extends = buildout.cfg
    55parts =
    6     eggbasket
    76    app
    87    i18n
  • main/waeup.kofa/trunk/buildout.cfg

    r15161 r17308  
    55develop = .
    66parts =
    7     eggbasket
    87    app
    98    i18n
     
    180179output = ${buildout:parts-directory}/etc/profile.ini
    181180
    182 [eggbasket]
    183 recipe = z3c.recipe.eggbasket
    184 eggs = grok
    185 url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz
    186 
    187181[waeupdocs]
    188182recipe = collective.recipe.sphinxbuilder
Note: See TracChangeset for help on using the changeset viewer.