{ "info": { "author": "Jean-Francois Roche", "author_email": "jfroche@affinitic.be", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Framework :: Plone", "Framework :: Zope2", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python" ], "description": "Fake Zope 2 Eggs\n================\n\nZope 2 isn't eggified yet, Zope 3 does. That can become a problem if you want to\ninstall some egg with depedencies related to Zope 3 eggs (such as zope.interface,\nzope.component, ...)\n\nThis buildout recipe will simply add some fake egg link to zope libraries (installed\ninside zope/lib/python/zope/...) so that setuptools can see that the dependencies are\nalready satisfied and it won't fetch them anymore.\n\n\n\n\nDetailed Documentation\n**********************\n\nHere is the most basic example::\n\n >>> write('buildout.cfg',\n ... \"\"\"\n ... [buildout]\n ... parts =\n ... zope2\n ... fakezope2eggs\n ...\n ... find-links =\n ... http://dist.plone.org/\n ...\n ... [zope2]\n ... recipe = plone.recipe.zope2install\n ... url = http://www.zope.org/Products/Zope/2.9.7/Zope-2.9.7-final.tgz\n ...\n ... [fakezope2eggs]\n ... recipe = z3c.recipe.fakezope2eggs\n ... \"\"\")\n\nNow if we run the buildout::\n\n >>> print system(buildout)\n Installing zope2.\n running build_ext\n creating zope.proxy\n copying zope/proxy/proxy.h -> zope.proxy\n building 'AccessControl.cAccessControl' extension\n creating build\n creating build/temp.linux-i686-2.4\n creating build/temp.linux-i686-2.4/AccessControl\n ...\n\nNow if we list all the developped egg we have:\n\n >>> ls(sample_buildout, 'develop-eggs')\n - plone.recipe.zope2install.egg-link\n - z3c.recipe.fakezope2eggs.egg-link\n - zope.app.adapter.egg-info\n - zope.app.annotation.egg-info\n - zope.app.apidoc.egg-info\n - zope.app.applicationcontrol.egg-info\n - zope.app.appsetup.egg-info\n - zope.app.authentication.egg-info\n - zope.app.basicskin.egg-info\n - zope.app.broken.egg-info\n - zope.app.cache.egg-info\n ...\n\nLet's have a look at the content of one of them::\n\n >>> cat(sample_buildout, 'develop-eggs', 'zope.app.adapter.egg-info')\n Metadata-Version: 1.0\n Name: zope.app.adapter\n Version: 0.0\n\nYou might also want to add other fake eggs to your buildout, to do so use the\nadditional-fake-eggs option, for example::\n\n >>> write('buildout.cfg',\n ... \"\"\"\n ... [buildout]\n ... parts =\n ... zope2\n ... fakezope2eggs\n ...\n ... find-links =\n ... http://dist.plone.org/\n ...\n ... [zope2]\n ... recipe = plone.recipe.zope2install\n ... url = http://www.zope.org/Products/Zope/2.9.7/Zope-2.9.7-final.tgz\n ...\n ... [fakezope2eggs]\n ... recipe = z3c.recipe.fakezope2eggs\n ... additional-fake-eggs = ZODB3\n ... \"\"\")\n\n >>> print system(buildout)\n Uninstalling fakezope2eggs.\n Updating zope2.\n Installing fakezope2eggs.\n \n\nLet's check if the additionnal fake egg exists:\n\n >>> cat(sample_buildout, 'develop-eggs', 'ZODB3.egg-info')\n Metadata-Version: 1.0\n Name: ZODB3\n Version: 0.0\n\n\n\n=======\nCHANGES\n=======\n\nVersion 0.5 (2008-07-21)\n--------------------------\n\n - rename affinitic.recipe.fakezope2eggs to z3c.recipe.fakezope2eggs and\n moving it to zope.org repos\n\n - Feature: Apply patch from Daniel Nouri which add an optional\n parameter to skip fake eggs creation\n\nVersion 0.4 (2008-03-25)\n--------------------------\n\n - Feature: Apply patch from Bertrand Mathieu which add an optional\n parameter to be able to define another zope2 part name (might\n not be always \"zope2\" in every buildout)\n\n\nVersion 0.3 (2008-02-19)\n--------------------------\n\n - Feature: Add additional-fake-eggs option which allow you to define\n other fake eggs which are not in zope.* or in zope.app.*\n\n\nVersion 0.2 (2008-01-28)\n--------------------------\n\n - Bug: Fix zope.app.* bug\n\n\nVersion 0.1 (2007-12-10)\n--------------------------\n\n - Initial Release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.zope.org/z3c.recipe.fakezope2eggs", "keywords": "zope2 buildout", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "z3c.recipe.fakezope2eggs", "package_url": "https://pypi.org/project/z3c.recipe.fakezope2eggs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/z3c.recipe.fakezope2eggs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.zope.org/z3c.recipe.fakezope2eggs" }, "release_url": "https://pypi.org/project/z3c.recipe.fakezope2eggs/0.5/", "requires_dist": null, "requires_python": null, "summary": "ZC Buildout recipe to fake zope 2 packages as eggs.", "version": "0.5" }, "last_serial": 802077, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "df2d75a359f41e3b6271bf25906748c0", "sha256": "705ecb69a0207b8a6352bd668367433af7d8d7a7f2d6d90e41210b1f3e498032" }, "downloads": -1, "filename": "z3c.recipe.fakezope2eggs-0.5.tar.gz", "has_sig": false, "md5_digest": "df2d75a359f41e3b6271bf25906748c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5471, "upload_time": "2008-07-21T10:36:41", "url": "https://files.pythonhosted.org/packages/68/ce/f418da429ae08934ef4f352faccd448aa7e18c0d72e3539e5b3e711e2d64/z3c.recipe.fakezope2eggs-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df2d75a359f41e3b6271bf25906748c0", "sha256": "705ecb69a0207b8a6352bd668367433af7d8d7a7f2d6d90e41210b1f3e498032" }, "downloads": -1, "filename": "z3c.recipe.fakezope2eggs-0.5.tar.gz", "has_sig": false, "md5_digest": "df2d75a359f41e3b6271bf25906748c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5471, "upload_time": "2008-07-21T10:36:41", "url": "https://files.pythonhosted.org/packages/68/ce/f418da429ae08934ef4f352faccd448aa7e18c0d72e3539e5b3e711e2d64/z3c.recipe.fakezope2eggs-0.5.tar.gz" } ] }