{ "info": { "author": "John Carr", "author_email": "john.carr@isotoma.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Framework :: Buildout :: Recipe", "Framework :: Plone", "Framework :: Zope2", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python" ], "description": "isotoma.recipe.zope2install\n===========================\n\nTHIS IS A FORK OF ``plone.recipe.zope2install`` TO MAKE IT USE THE BUILDOUT\nDOWNLOAD API.\n\n\nOptions\n-------\n\nTo specify which Zope 2 to use, use one of the following options:\n\n`url`\n The URL to a tarball to use for the Zope 2 installation.\n\n`svn`\n The URL for an subversion checkout to use for the Zope 2 installation.\n\n`location`\n The path to a local, existing Zope 2 installation. Note: For this to work\n Zope must have been built with the same Python used to run buildout.\n\n`fake-zope-eggs`\n If set to true, add fake egg links to Zope 3 libraries, so that setuptools\n can see and use them for dependencies lookup. Enabled by default since\n version 3.0 of this recipe.\n\n`additional-fake-eggs`\n Specify an optional list of additional fake eggs. Only include packages\n which are available on the Python path.\n\n You can also specify an explicit version to fake for an egg. For example::\n\n additional-fake-eggs =\n ZODB3 = 3.7.1\n zope.annotation = 3.3.2\n\n Otherwise the faked eggs will always have version 0.0.\n \n The default value includes Acquisition, ClientForm, DateTime, docutils,\n ExtensionClass, mechanize, Persistence, pytz, RestrictedPython,\n tempstorage, ZConfig, zLOG, zodbcode, ZODB3, zdaemon and Zope2.\n\n`skip-fake-eggs`\n Specify an optional list of packages, for whom no fake egg is created.\n This allows to pull in new versions of some of the Zope packages via\n normal version requirements.\n\n`smart-recompile`\n Will not recompile Zope if it finds .so or .pyd files. This means\n you can move your buildout around and speed up builds.\n\n`python`\n Specify a section that configures another executable than the one used by \n ``bin/buildout``. For example::\n\n [zope2]\n recipe = isotoma.recipe.zope2install\n ...\n python = python2.4\n \n [python2.4]\n executable = ${buildout:directory}/parts/python/bin/python\n\nIf you use many buildouts with the same Zope 2 version, then you can add\n\"zope-directory\" in the \"buildout\" section in your ~/.buildout/default.cfg\nfile like this::\n\n [buildout]\n zope-directory = /home/me/buildout/zope\n\nFor installations from a tarball that directory will be used instead of the\nparts directory in your buildout. Each version of Zope will get it's own\ndirectory but if it's already installed the existing one will be reused.\n\nExported variables\n------------------\n\nThe following variables are set by this recipe and can be used in other parts.\n\n`location`\n The path to the Zope installation root.\n\nReporting bugs or asking questions\n----------------------------------\n\nPlease report bugs on GitHub.\n\n\nChange History\n==============\n\n0.0 (2012-07-27)\n----------------\n\n- Initial version (fork of plone.recipe.zope2install 3.3).\n\n- Download now uses zc.buildout.download.Download() api", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/isotoma/isotoma.recipe.zope2install", "keywords": "zope2 buildout", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "isotoma.recipe.zope2install", "package_url": "https://pypi.org/project/isotoma.recipe.zope2install/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/isotoma.recipe.zope2install/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/isotoma/isotoma.recipe.zope2install" }, "release_url": "https://pypi.org/project/isotoma.recipe.zope2install/0.0/", "requires_dist": null, "requires_python": null, "summary": "ZC Buildout recipe for installing Zope 2.", "version": "0.0" }, "last_serial": 793495, "releases": { "0.0": [ { "comment_text": "", "digests": { "md5": "44215fe933e06a4fd38ca7c5fea7ee4c", "sha256": "e00234bba5d5ec693bc7d8c9d8969bc763d72825b670e3cabb264395e5dd1ad4" }, "downloads": -1, "filename": "isotoma.recipe.zope2install-0.0.zip", "has_sig": false, "md5_digest": "44215fe933e06a4fd38ca7c5fea7ee4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21960, "upload_time": "2012-07-28T00:28:01", "url": "https://files.pythonhosted.org/packages/cb/f6/d155706322d0f12ddde7158b32549d6dd5027c8a13fb626fc87f651882aa/isotoma.recipe.zope2install-0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44215fe933e06a4fd38ca7c5fea7ee4c", "sha256": "e00234bba5d5ec693bc7d8c9d8969bc763d72825b670e3cabb264395e5dd1ad4" }, "downloads": -1, "filename": "isotoma.recipe.zope2install-0.0.zip", "has_sig": false, "md5_digest": "44215fe933e06a4fd38ca7c5fea7ee4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21960, "upload_time": "2012-07-28T00:28:01", "url": "https://files.pythonhosted.org/packages/cb/f6/d155706322d0f12ddde7158b32549d6dd5027c8a13fb626fc87f651882aa/isotoma.recipe.zope2install-0.0.zip" } ] }