{ "info": { "author": "Antonio P\u00c3\u00a9rez-Aranda Alcaide", "author_email": "ant30tx at gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", "Topic :: Software Development :: Build Tools" ], "description": "yaco.recipe.patch\n=================\n\n.. contents::\n\n\n- Code repository: git://github.com/ant30/yaco-recipe-patch.git\n- Report bugs at http://github.com/ant30/yaco.recipe.patch/issues\n\n\nDetailed Documentation\n**********************\n\nSupported options\n=================\n\nThe recipe supports the following options:\n\npatch\n Path to patch\n\npatchlocation\n Location to apply patch\n\nbinary-patch\n Location of patch binary. Use patch in $PATH by default if any is specified.\n\n\nExample usage\n=============\n\nWe'll start by creating a buildout that uses the recipe::\n\n >>> write('buildout.cfg',\n ... \"\"\"\n ... [buildout]\n ... parts = testpatch\n ...\n ... [testpatch]\n ... recipe = yaco.recipe.patch\n ... patch = %(patch)s\n ... patchlocation = %(patchlocation)s\n ... \"\"\" % { 'patch' : 'patch/example-test.patch', 'example/' : 'value2'})\n\nRunning the buildout gives us::\n\n >>> print 'start', system(buildout) \n Installing testpatch.\n\n\n\nContributors\n************\n\n\"Antonio P\u00e9rez-Aranda Alcaide\", ant30\n\n\nChange history\n**************\n\n0.3.2.1 (2011-01-09)\n------------------\n\n- Upload package as sdist\n\n0.3.2 (2010-11-12)\n------------------\n\n- Remove update functionality, it isn't trivial if path has changed or disappeared\n\n0.3.1 (2010-11-12)\n------------------\n\n- Try to fix pypi published link\n\n0.3 (2010-07-23)\n----------------\n\n- Fix rst doc\n\n\n0.2 (2010-07-23)\n----------------\n\n- Patch and reverse patch on uninstall, fix doc\n\n0.1 (2010-07-23)\n----------------\n\n- Created recipe with ZopeSkel\n\nDownload\n********", "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/ant30/yaco-recipe-patch", "keywords": "buildout patch", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "yaco.recipe.patch", "package_url": "https://pypi.org/project/yaco.recipe.patch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yaco.recipe.patch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ant30/yaco-recipe-patch" }, "release_url": "https://pypi.org/project/yaco.recipe.patch/0.3.2.1/", "requires_dist": null, "requires_python": null, "summary": "Yet, another buildout recipe for patching", "version": "0.3.2.1" }, "last_serial": 801897, "releases": { "0.1": [], "0.3": [ { "comment_text": "", "digests": { "md5": "fc674559541bb95d0c953569d855c371", "sha256": "da1e0dc568a423e6a2346e06489dcfcda4284244c49b32bf86c12abac1c9e248" }, "downloads": -1, "filename": "yaco.recipe.patch-0.3-py2.6.egg", "has_sig": false, "md5_digest": "fc674559541bb95d0c953569d855c371", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 8097, "upload_time": "2010-11-12T10:54:31", "url": "https://files.pythonhosted.org/packages/4b/ee/6ef17227f042f98df660b77bad902b6b96d73955b52f348be01d77775d31/yaco.recipe.patch-0.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "9150a4e4830e1a7c411ec9b85d7261b5", "sha256": "274bcc9dc1b6d20acd9fd3a8cb0d85f8234255cf558352e28abbca627870f0fb" }, "downloads": -1, "filename": "yaco.recipe.patch-0.3.tar.gz", "has_sig": false, "md5_digest": "9150a4e4830e1a7c411ec9b85d7261b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3942, "upload_time": "2010-11-12T10:56:15", "url": "https://files.pythonhosted.org/packages/e9/74/3c32c0e6d9ba6ab183538d25d0d55179151472592ec4f14d5821d621661f/yaco.recipe.patch-0.3.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "ae230ff490ca95b1cd8e16e21e1a0525", "sha256": "017f05a82df610145e2817aa40778c8d163d51010b0ebe8f640dc4f94bbb3ca1" }, "downloads": -1, "filename": "yaco.recipe.patch-0.3.2.tar.gz", "has_sig": false, "md5_digest": "ae230ff490ca95b1cd8e16e21e1a0525", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4012, "upload_time": "2010-11-12T11:43:14", "url": "https://files.pythonhosted.org/packages/fe/f8/d6d5c1c0345f0df4be46eefccb60c61d7d38d02dc2ffb072e6dc2bfdc0df/yaco.recipe.patch-0.3.2.tar.gz" } ], "0.3.2.1": [ { "comment_text": "", "digests": { "md5": "a722c2070ee9599f124328ac44fd057c", "sha256": "19997fb10e8a53213fea9fcc7ed96e0fda881a2c969c3875f1fa9390c630b239" }, "downloads": -1, "filename": "yaco.recipe.patch-0.3.2.1.tar.gz", "has_sig": false, "md5_digest": "a722c2070ee9599f124328ac44fd057c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4042, "upload_time": "2011-02-09T11:45:35", "url": "https://files.pythonhosted.org/packages/91/a3/b1209a669fb9dd02e09b7bbe0333c91020075ba665a3b4c1e36a58b869cf/yaco.recipe.patch-0.3.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a722c2070ee9599f124328ac44fd057c", "sha256": "19997fb10e8a53213fea9fcc7ed96e0fda881a2c969c3875f1fa9390c630b239" }, "downloads": -1, "filename": "yaco.recipe.patch-0.3.2.1.tar.gz", "has_sig": false, "md5_digest": "a722c2070ee9599f124328ac44fd057c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4042, "upload_time": "2011-02-09T11:45:35", "url": "https://files.pythonhosted.org/packages/91/a3/b1209a669fb9dd02e09b7bbe0333c91020075ba665a3b4c1e36a58b869cf/yaco.recipe.patch-0.3.2.1.tar.gz" } ] }