{ "info": { "author": "Preston Timmons", "author_email": "prestontimmons@gfa.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "hgrecipe\n========\n\nA Buildout recipe for pulling a Mercurial repository.\n\nThis is a fork of the MercurialRecipe package with an additional feature.\n\nOn a version update or configuration tweak Buildout is greedy, sometimes\nuninstalling and reinstalling parts you don't want it to. Being on the\nreceiving end of Buildout trashing an existing repository because of it\ncan be painful. This recipe adds an ``overwrite`` option which ensures\nthat Buildout will leave those repositories safe and intact.\n\n\nExample Recipe\n==============\n\n::\n\n [django-dbtemplates]\n recipe = hgrecipe\n repository = https://me@bitbucket.org/jezdez/django-dbtemplates\n overwrite = true\n\n [my-code]\n recipe = hgrecipe\n repository = https://me@bitbucket.org/dont-delete-this-unless-i-say-so\n\n\nRecipe Options\n==============\n\n ``repository``\n The url of the repository to clone.\n\n ``location``\n The location to clone the repository to. Defaults to the Buildout\n parts directory.\n\n ``newest``\n Whether to pull the latest version of the repository on a Buildout.\n Value of ``true`` or ``false``. Defaults to ``true``.\n\n ``overwrite``\n Whether to overwrite an existing repository at the value of\n ``location`` and whether to remove repository when recipe is\n uninstalled. Defaults to ``false``.\n\n\nSandbox Installation\n====================\n\nRun the following commands to run a demo of this package.\n\n::\n\n $ hg clone http://bitbucket.org/prestontimmons/hgrecipe\n $ cd hgrecipe\n $ python bootstrap.py\n $ bin/buildout\n $ bin/python hgrecipe/tests.py", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "hgrecipe", "package_url": "https://pypi.org/project/hgrecipe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hgrecipe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/hgrecipe/0.9/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe for cloning sources from a mercurial repository.", "version": "0.9" }, "last_serial": 792915, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "7c8a58a44d9e23bd7fc2ac4b08b6e4f6", "sha256": "84bfa25ee1cf727afd6764ed169a412aca2fcdccb18042d95d9c4e5133b8f060" }, "downloads": -1, "filename": "hgrecipe-0.9.linux-x86_64.exe", "has_sig": false, "md5_digest": "7c8a58a44d9e23bd7fc2ac4b08b6e4f6", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 67753, "upload_time": "2010-10-01T06:06:03", "url": "https://files.pythonhosted.org/packages/cc/8a/652230c37ee696b11465ad617794f5292c1edc3181bfe66997c91ca6fb38/hgrecipe-0.9.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "d39390002b07d188e0b2eb6f03ef00a8", "sha256": "dfc5ef08efd6339b67e0b7814a84a97303ed7fac502fa123ae68b83d43149a2d" }, "downloads": -1, "filename": "hgrecipe-0.9.tar.gz", "has_sig": false, "md5_digest": "d39390002b07d188e0b2eb6f03ef00a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3591, "upload_time": "2010-10-01T06:01:35", "url": "https://files.pythonhosted.org/packages/14/f5/53dd9f6fd5a252ba04eff611f285ce7bb92e18a394b9a02a06a78abe5e4d/hgrecipe-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c8a58a44d9e23bd7fc2ac4b08b6e4f6", "sha256": "84bfa25ee1cf727afd6764ed169a412aca2fcdccb18042d95d9c4e5133b8f060" }, "downloads": -1, "filename": "hgrecipe-0.9.linux-x86_64.exe", "has_sig": false, "md5_digest": "7c8a58a44d9e23bd7fc2ac4b08b6e4f6", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 67753, "upload_time": "2010-10-01T06:06:03", "url": "https://files.pythonhosted.org/packages/cc/8a/652230c37ee696b11465ad617794f5292c1edc3181bfe66997c91ca6fb38/hgrecipe-0.9.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "d39390002b07d188e0b2eb6f03ef00a8", "sha256": "dfc5ef08efd6339b67e0b7814a84a97303ed7fac502fa123ae68b83d43149a2d" }, "downloads": -1, "filename": "hgrecipe-0.9.tar.gz", "has_sig": false, "md5_digest": "d39390002b07d188e0b2eb6f03ef00a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3591, "upload_time": "2010-10-01T06:01:35", "url": "https://files.pythonhosted.org/packages/14/f5/53dd9f6fd5a252ba04eff611f285ce7bb92e18a394b9a02a06a78abe5e4d/hgrecipe-0.9.tar.gz" } ] }