{ "info": { "author": "Sylvain Viollon", "author_email": "info@infrae.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "License :: OSI Approved :: Zope Public License" ], "description": "infrae.buildout\n===============\n\nUsed to run a sub-buildout in a buildout. Example::\n\n [cms]\n recipe = infrae.subversion\n urls = https://svn.infrae.com/buildout/silva/trunk .\n\n [cms-build]\n recipe = infrae.buildout\n path = ${cms:location}\n config = profiles/test-instance.cfg\n merge-bin = True\n\n\nThe ``cms`` part fetch buildout files, here from a SVN. You can use\n``infrae.paster`` to create a buildout tree using a paster template.\n\nThe ``cms-build`` part runs buildout on the ``cms`` part:\n\n- The ``path`` option determines which parts to depends on, and which\n path to use. This is important to use the ``${cms:location}``\n because this says to buildout that the ``cms-build`` parts depends\n on the ``cms`` one. This parameter is required.\n\n- The ``config`` option tells which configuration file to use in the\n ``path``. By default it will ``buildout.cfg``, but you can use\n safely ``profiles/something.cfg`` (buildout directory is configured\n to use the ``path`` folder to run himself).\n\n- The ``merge-bin`` option tells if the generated scripts of the\n sub-buildout should end up in the same directory than the current\n one. The default is ``False``.\n\n\nDisclaimer\n----------\n\nThe sub-buildout is run in the main parts directory in this sample. If\nthis sub-buildout contains data (in a ``var`` folder for example),\nthey will end-up in the same part directory than the sub-buildout\n(useless specific configuration in this one). This implies if you\nupdate your main buildout and the main parts directory is deleted,\n*your data would be lost*.\n\n\nLatest version\n--------------\n\nThe latest version is available in a `Subversion repository\n`_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://svn.infrae.com/buildout/infrae.buildout", "keywords": "buildout recipe", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "infrae.buildout", "package_url": "https://pypi.org/project/infrae.buildout/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/infrae.buildout/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://svn.infrae.com/buildout/infrae.buildout" }, "release_url": "https://pypi.org/project/infrae.buildout/0.1dev-r27686/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe to install a buildout", "version": "0.1dev-r27686" }, "last_serial": 803021, "releases": { "0.1dev-r27686": [ { "comment_text": "", "digests": { "md5": "79b3d06eaf53b09bda6557e1a6fdc8dd", "sha256": "3c3888c9dcbb1202c164ab0d94d7a1dfa2bfe801b21d8b4ee1c9a20aa5473de0" }, "downloads": -1, "filename": "infrae.buildout-0.1dev_r27686-py2.4.egg", "has_sig": false, "md5_digest": "79b3d06eaf53b09bda6557e1a6fdc8dd", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 5404, "upload_time": "2008-02-15T16:48:09", "url": "https://files.pythonhosted.org/packages/af/56/16fcac9433bbd717390ddb49a5644392fa2fd11c297d4638b23f3cf44756/infrae.buildout-0.1dev_r27686-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0582e162f0b3a560e51b964819694dae", "sha256": "ad0cb86657bc4153dc621ef6cb993ec46cd22f85e45042c2612a9db2b01a7d4e" }, "downloads": -1, "filename": "infrae.buildout-0.1dev-r27686.tar.gz", "has_sig": false, "md5_digest": "0582e162f0b3a560e51b964819694dae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3114, "upload_time": "2008-02-15T16:48:12", "url": "https://files.pythonhosted.org/packages/dc/f9/42216266e2677a0852176043851a95eb9f40ab2972401bc2ebae8a32101c/infrae.buildout-0.1dev-r27686.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "79b3d06eaf53b09bda6557e1a6fdc8dd", "sha256": "3c3888c9dcbb1202c164ab0d94d7a1dfa2bfe801b21d8b4ee1c9a20aa5473de0" }, "downloads": -1, "filename": "infrae.buildout-0.1dev_r27686-py2.4.egg", "has_sig": false, "md5_digest": "79b3d06eaf53b09bda6557e1a6fdc8dd", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 5404, "upload_time": "2008-02-15T16:48:09", "url": "https://files.pythonhosted.org/packages/af/56/16fcac9433bbd717390ddb49a5644392fa2fd11c297d4638b23f3cf44756/infrae.buildout-0.1dev_r27686-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0582e162f0b3a560e51b964819694dae", "sha256": "ad0cb86657bc4153dc621ef6cb993ec46cd22f85e45042c2612a9db2b01a7d4e" }, "downloads": -1, "filename": "infrae.buildout-0.1dev-r27686.tar.gz", "has_sig": false, "md5_digest": "0582e162f0b3a560e51b964819694dae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3114, "upload_time": "2008-02-15T16:48:12", "url": "https://files.pythonhosted.org/packages/dc/f9/42216266e2677a0852176043851a95eb9f40ab2972401bc2ebae8a32101c/infrae.buildout-0.1dev-r27686.tar.gz" } ] }