<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>affinitic.recipe.fakezope2eggs</name>
<shortdesc>ZC Buildout recipe to fake zope 2 packages as eggs.</shortdesc>
<description>Fake Zope 2 Eggs
================

Zope 2 isn't eggified yet, Zope 3 does. That can become a problem if you want to
install some egg with depedencies related to Zope 3 eggs (such as zope.interface,
zope.component, ...)

This buildout recipe will simply add some fake egg link to zope libraries (installed
inside zope/lib/python/zope/...) so that setuptools can see that the dependencies are
already satisfied and it won't fetch them anymore.

Just add it to your buildout config like this::

    [buildout]

    parts =
        ... your other parts ...
        fakezope2eggs

    [fakezope2eggs]
    recipe = affinitic.recipe.fakezope2eggs

Be careful to run this recipe after the plone.recipe.zope2install recipe.

You might also want to add other fake eggs to your buildout, to do so use the
additional-fake-eggs option, for example::


    [buildout]

    parts =
        ... your other parts ...
        fakezope2eggs

    [fakezope2eggs]
    recipe = affinitic.recipe.fakezope2eggs
    additional-fake-eggs = ZODB3</description>
<homepage rdf:resource="http://svn.affinitic.be/zope/affinitic.recipe.fakezope2eggs" />
<maintainer><foaf:Person><foaf:name>Jean-Francois Roche</foaf:name>
<foaf:mbox_sha1sum>09dabb0a63d8c9a9bededd38dda5593295fbfad3</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.3</revision></Version></release>
</Project></rdf:RDF>