{ "info": { "author": "Daniel Nouri", "author_email": "daniel.nouri@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout" ], "description": "Introduction\n============\n\nThe ``plone.recipe.command`` buildout recipe allows you to run a command\nwhen a buildout part is installed or updated. It is very easy to use::\n\n [buildout]\n parts = command\n\n [command]\n recipe = plone.recipe.command\n command = cat README.txt\n\nThis configures a buildout part called ``command`` which lists the contents\nof README.txt when it is installed.\n\n\nReference\n=========\n\nUnless otherwise specified all commands are run in the directory in which\nbuildout is invoked. Commands have to be present in the PATH or be specified\nusing an absolute pathname.\n\nThe following options are supported:\n\ncommand\n Command to run when the buildout part is installed.\n\nupdate-command\n Command to run when the buildout part is updated. This happens when\n buildout is run but the configuration for this buildout part has not\n changed.\n\nlocation\n A list of filesystem paths that buildout should consider as being managed\n by this buildout part. These will be removed when buildout (re)installs\n or removes this part.\n\nstop-on-error\n When ``yes``, ``on`` or ``true``, buildout will stop if the command ends\n with a non zero exit code.\n\n\nChanges\n=======\n\n1.1 - 2010-02-25\n----------------\n\n* Added ``stop-on-error`` option to stop buildout on non zero return code of\n the command.\n [fschulze]\n\n* Use subprocess instead of os.system.\n [fschulze]\n\n\n1.0 - 2007-09-14\n----------------\n\n* Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.python.org/pypi/plone.recipe.command", "keywords": "buildout", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "plone.recipe.command", "package_url": "https://pypi.org/project/plone.recipe.command/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/plone.recipe.command/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.python.org/pypi/plone.recipe.command" }, "release_url": "https://pypi.org/project/plone.recipe.command/1.1/", "requires_dist": null, "requires_python": null, "summary": "Run arbitrary commands from buildout", "version": "1.1" }, "last_serial": 661155, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f7949c81703f4126acbee00f235732e3", "sha256": "f98d844c4e550a09fda348b86a1c5104f0775936d24cd2e7876e278902d1c64f" }, "downloads": -1, "filename": "plone.recipe.command-1.0.tar.gz", "has_sig": false, "md5_digest": "f7949c81703f4126acbee00f235732e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1414, "upload_time": "2007-09-14T11:09:35", "url": "https://files.pythonhosted.org/packages/05/cd/09600406949e4ff22953f6d46dee478147e74d8d34fc1711efaccb008605/plone.recipe.command-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "d4316a4d05f527d987b9d6e43e4c2bc6", "sha256": "18871d87255de65f8d179e82c842e50504502a20e3ad8c24a60467b65c371f5b" }, "downloads": -1, "filename": "plone.recipe.command-1.1.zip", "has_sig": false, "md5_digest": "d4316a4d05f527d987b9d6e43e4c2bc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6610, "upload_time": "2010-02-25T15:31:35", "url": "https://files.pythonhosted.org/packages/c5/6d/b0751ece698a27b2dfe5599aee4b202a56a414593ef0c072d1ba302d3c4f/plone.recipe.command-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4316a4d05f527d987b9d6e43e4c2bc6", "sha256": "18871d87255de65f8d179e82c842e50504502a20e3ad8c24a60467b65c371f5b" }, "downloads": -1, "filename": "plone.recipe.command-1.1.zip", "has_sig": false, "md5_digest": "d4316a4d05f527d987b9d6e43e4c2bc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6610, "upload_time": "2010-02-25T15:31:35", "url": "https://files.pythonhosted.org/packages/c5/6d/b0751ece698a27b2dfe5599aee4b202a56a414593ef0c072d1ba302d3c4f/plone.recipe.command-1.1.zip" } ] }