- fail hard in case if python is not built with selected extensions
Currently it is possible to have python without zlib, despite the fact that
zlib is stated as configure option. This leads to irritating behaviour of
later components.
- global build requirement checker
- needs recipe
- needs per profile dependency declaration
- implement declared parts (*/buildout.cfg empty)
- merge from:
- https://svn.erp5.org/repos/public/experimental/erp5.buildout-zope-2.12/
- use more of buildout automatic dependency resolution
- software-profiles/python-2.4.cfg:
- celementtree (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-celementtree/)
- lxml (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-lxml/)
- mechanize (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-mechanize/)
- memcached (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-memcached/)
- numeric (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-numeric/)
- paramiko (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-paramiko/)
- ply (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-ply/)
- pyxml (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-pyxml/)
- threadframe (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-threadframe/)
- socksipy (http://socksipy.sourceforge.net/)
- SOAPpy
- make bin/python2.4 using all available eggs
- software-profiles/openoffice-bin.cfg:
- autodetection of platform and arch
- consider using own recipie
- add bin/ and var/bin/ to path
- if software do not provide instance, put its binaries to bin/
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32645 20353a03-c40f-0410-a6d1-a30d3c3de9de
85927637