{ "info": { "author": "Alex Clark", "author_email": "aclark@aclark.net", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. Note:: \r\n\r\n **Superseded by** `https://pypi.python.org/pypi/buildout.bootstrap `_\r\n\r\n.. contents::\r\n\r\n- Code repository: http://svn.plone.org/svn/collective/buildout/collective.recipe.bootstrap/\r\n- Questions and comments: aclark@aclark.net\r\n- Report bugs: aclark@aclark.net\r\n\r\nIntroduction\r\n============\r\n\r\nThis recipe satisfies the (perhaps not-so-common) use case of \"I want to keep\r\nmy buildout bootstrap.py file up to date without having to manually download\r\nit from svn.zope.org.\" It also makes it possible to add a bootstrap.py file \r\nto a buildout created via ``buildout init``. In other words, with this recipe \r\nyou can avoid having to do::\r\n\r\n % svn cat svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/bootstrap.py > bootstrap.py\r\n\r\nJust add a new ``section``, then refer to it in your buildout section's\r\n``parts``. E.g.::\r\n\r\n [buildout]\r\n parts =\r\n ...\r\n bootstrap\r\n\r\n [bootstrap]\r\n recipe = collective.recipe.bootstrap\r\n\r\nNow whenever you run buildout, this recipe will update your bootstrap.py file.\r\n\r\nContributors\r\n============\r\n\r\nAlex Clark, Author [aclark]\r\n\r\nChanges\r\n=======\r\n\r\n1.0 (2009-12-19)\r\n----------------\r\n\r\n- Clean up docs [aclark]\r\n\r\n0.1 (2009-08-07)\r\n----------------\r\n\r\n- Add initial functionality\r\n [aclark]\r\n\r\n- Created recipe with ZopeSkel\r\n [aclark]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "buildout", "license": "ZPL", "maintainer": "", "maintainer_email": "", "name": "collective.recipe.bootstrap", "package_url": "https://pypi.org/project/collective.recipe.bootstrap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.recipe.bootstrap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/collective.recipe.bootstrap/1.0/", "requires_dist": null, "requires_python": null, "summary": "This recipe makes it easy to keep your buildout's bootstrap.py file up to date.", "version": "1.0" }, "last_serial": 965655, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "03831368f4dd4a979ecf5b5556db1f8a", "sha256": "ac9f5e6e659c443243a65cdb0581c9260c16664b10df55b0fd7f892877da5816" }, "downloads": -1, "filename": "collective.recipe.bootstrap-0.1.tar.gz", "has_sig": false, "md5_digest": "03831368f4dd4a979ecf5b5556db1f8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4969, "upload_time": "2009-08-07T21:55:32", "url": "https://files.pythonhosted.org/packages/35/1e/b75d3ba54c0c2a3ef209390f8af0325bd96a17c96956ddb4784887848b4e/collective.recipe.bootstrap-0.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "164de3800a38b85642cd9fd01fcc86fb", "sha256": "38a92011cc661eb5198ef08d8b97e9ff33dc7e954c6a91f6e62e1914b2e8f480" }, "downloads": -1, "filename": "collective.recipe.bootstrap-1.0.zip", "has_sig": false, "md5_digest": "164de3800a38b85642cd9fd01fcc86fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10549, "upload_time": "2009-12-20T00:17:15", "url": "https://files.pythonhosted.org/packages/3f/69/760c45fd8c519d8a3515219117abaf40bfd70a1c81161cfc0e514221137c/collective.recipe.bootstrap-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "164de3800a38b85642cd9fd01fcc86fb", "sha256": "38a92011cc661eb5198ef08d8b97e9ff33dc7e954c6a91f6e62e1914b2e8f480" }, "downloads": -1, "filename": "collective.recipe.bootstrap-1.0.zip", "has_sig": false, "md5_digest": "164de3800a38b85642cd9fd01fcc86fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10549, "upload_time": "2009-12-20T00:17:15", "url": "https://files.pythonhosted.org/packages/3f/69/760c45fd8c519d8a3515219117abaf40bfd70a1c81161cfc0e514221137c/collective.recipe.bootstrap-1.0.zip" } ] }