{ "info": { "author": "Sebastien Douche", "author_email": "sdouche@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "This simple recipe for zc.buildout fetches data from a given repository\nand stores it into its part's directory. A simple task using this\ncould look like this::\n\n [myapp]\n recipe=sact.recipe.gitrepository\n repository=git://github.com/securactive/sact.recipe.gitrepository\n rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c\n\nThis would store the repository under ${buildout:directory}/parts/myapp\nand keep it at exactly this revision, no matter what happens on the\nserver.\n\nThe recipe has following options:\n\nrepository\n The absolute URL of the repository to be fetched\n\nrev\n A revision/commit within this repository the environment\n should use.\n\nbranch\n If you want to stay up to date with a certain branch other than\n \"master\", use this.\n\npaths\n List of relative paths to packages to develop. Must be used together\n with as_egg=true.\n\nnewest\n This overrides the newest-option of the global setting for this\n part\n\nas_egg\n Set to True if you want the checkout to be registered as a\n development egg in your buildout.\n\ncache-name\n Name of the repository in the download-cache directory.\n\nrecursive\n Follow submodules (Note that submodules are not cloned from the download\n cache).\n\n\nOffline installation\n--------------------\n\nIf you want to install a part from the download-cache, this is now possible, too::\n \n [buildout]\n parts = myapp\n download-cache = /var/cache/buildout\n install-from-cache = true\n\n [mylib]\n recipe = sact.recipe.gitrepository\n repository = http://domain.com/repo.git\n\nWith this configuration, the recipe will look for /var/cache/buildout/repo and\nclone it into the local parts/ folder.\n\nThe recipe also supports an additional \"cache-name\" setting that lets you\nconfigure the folder name of the repository in the download cache.\n\nVersion 1.2 (2013-12-03)\n------------------------\n\n* Add a example in Buildout\n* Porting code to Python 3\n\nVersion 1.1 (2013-12-03)\n------------------------\n\n* Typos in the documentation\n\nVersion 1.0 (2013-11-28)\n------------------------\n\n* Initial version", "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/securactive/sact.recipe.gitrepository", "keywords": "zc.buildout recipe git", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "sact.recipe.gitrepository", "package_url": "https://pypi.org/project/sact.recipe.gitrepository/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sact.recipe.gitrepository/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/securactive/sact.recipe.gitrepository" }, "release_url": "https://pypi.org/project/sact.recipe.gitrepository/1.2/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe for fetching sources in a git repository", "version": "1.2" }, "last_serial": 1396651, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8c4cc54da12c5aa3c28a7f8af38f7a15", "sha256": "a0d7c24f13e3dab9e093b43b6b51ca35b391690630d79af751524141401ee709" }, "downloads": -1, "filename": "sact.recipe.gitrepository-1.0.tar.gz", "has_sig": false, "md5_digest": "8c4cc54da12c5aa3c28a7f8af38f7a15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7301, "upload_time": "2013-11-28T09:53:13", "url": "https://files.pythonhosted.org/packages/04/2d/3bee877a32885b4e4d4fcae79cb8ba4ad93712b8e64f9cfdcbdc134fd5ad/sact.recipe.gitrepository-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "b4f539bdb3597b03556cafb07428ed9d", "sha256": "d95bfc59392a865005ac83fd0aa518f96caab8f0867187508322e7288178f31e" }, "downloads": -1, "filename": "sact.recipe.gitrepository-1.1.tar.gz", "has_sig": false, "md5_digest": "b4f539bdb3597b03556cafb07428ed9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7318, "upload_time": "2013-12-03T16:37:44", "url": "https://files.pythonhosted.org/packages/e3/f5/b3e26554ad2cf2c848ff642d74bf1c7f23725f1e8f0a50a75332a135c722/sact.recipe.gitrepository-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "38904c9e055a2b5cc579b0dc10b7d245", "sha256": "c39afeb10a0d5bc7e2521067bf2ea813c965822e52c9c8d0ae64888884337b00" }, "downloads": -1, "filename": "sact.recipe.gitrepository-1.2.tar.gz", "has_sig": false, "md5_digest": "38904c9e055a2b5cc579b0dc10b7d245", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7359, "upload_time": "2013-12-03T17:43:12", "url": "https://files.pythonhosted.org/packages/b7/3c/118c58618ccf02c6f6906a5603027f2ea2b9171d3f00a78a78370b5af95d/sact.recipe.gitrepository-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38904c9e055a2b5cc579b0dc10b7d245", "sha256": "c39afeb10a0d5bc7e2521067bf2ea813c965822e52c9c8d0ae64888884337b00" }, "downloads": -1, "filename": "sact.recipe.gitrepository-1.2.tar.gz", "has_sig": false, "md5_digest": "38904c9e055a2b5cc579b0dc10b7d245", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7359, "upload_time": "2013-12-03T17:43:12", "url": "https://files.pythonhosted.org/packages/b7/3c/118c58618ccf02c6f6906a5603027f2ea2b9171d3f00a78a78370b5af95d/sact.recipe.gitrepository-1.2.tar.gz" } ] }