{ "info": { "author": "Michal Dvorak", "author_email": "mikee@mdvorak.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "=====================\nSetup Buildout Recipe\n=====================\n\nRuns the ``setup.py`` in all specified directories, using custom interpreter, e.g. the one generated by zc.buildout.egg\nrecipe. Its intended to be used to run any commands that require libraries (eggs) from buildout.\nAny additional command line arguments are passed to the ``setup.py``. Setup is always run in working directory where it\nresides.\n\nParameters\n\n* develop - List of directories, where ``setup.py`` file reside. Typically ``${buildout:develop}`` to list all developed apps.\n* use-interpreter - Name of python interpreter to use. Optional, when not specified, system interpreter is used.\n* command - Command line argument for the ``setup.py``. Optional.\n\nTypical buildout.cfg snippet::\n\n [python]\n recipe = zc.recipe.egg\n interpreter = python\n eggs = ${buildout:eggs}\n\n [test]\n recipe = setup-recipe\n use-interpreter = ${python:interpreter}\n develop = ${buildout:develop}\n command = test\n\nRunning ``./bin/test`` will then run ``./bin/python setup.py test`` for every developed project.\n\nAdding arguments ``./bin/test sdist register upload`` will then test, build and publish all apps to cheeseshop.\nSince you can omit implicit command, you can have generic script ``setup`` and call it with whatever arguments you wish.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/mdvorak/setup-recipe", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "setup-recipe", "package_url": "https://pypi.org/project/setup-recipe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/setup-recipe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/mdvorak/setup-recipe" }, "release_url": "https://pypi.org/project/setup-recipe/1.0.alpha2/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe, that runs the setup.py in all specified directories using custom interpreter, e.g. the one generated by zc.buildout.egg recipe.", "version": "1.0.alpha2" }, "last_serial": 492693, "releases": { "1.0.alpha0": [ { "comment_text": "", "digests": { "md5": "3269290cc87ed40b0ef5fbbd8cbac465", "sha256": "58c151145df355d28a64b42cc3ee9328325f694e9bea59f2e4d9abb10c959d66" }, "downloads": -1, "filename": "setup-recipe-1.0.alpha0.tar.gz", "has_sig": false, "md5_digest": "3269290cc87ed40b0ef5fbbd8cbac465", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2416, "upload_time": "2012-10-11T13:54:49", "url": "https://files.pythonhosted.org/packages/0f/a2/665c21db7389c71d66d0736b8d6a38662a19c76f098f1bcc7d5272db04ac/setup-recipe-1.0.alpha0.tar.gz" } ], "1.0.alpha1": [ { "comment_text": "", "digests": { "md5": "e38a3720da269201bbdbc5cbf97274b8", "sha256": "52ff623d1e7dcc06540e8b791373bdac5a41b6d70bf7beccc52b36198f4e9fb3" }, "downloads": -1, "filename": "setup-recipe-1.0.alpha1.tar.gz", "has_sig": false, "md5_digest": "e38a3720da269201bbdbc5cbf97274b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2442, "upload_time": "2012-10-11T14:20:05", "url": "https://files.pythonhosted.org/packages/cf/61/8c83fcb9c72eec02260d76ac515bd0233ec90f31db2a0516bc0edea2ed35/setup-recipe-1.0.alpha1.tar.gz" } ], "1.0.alpha2": [ { "comment_text": "", "digests": { "md5": "faef0f5b0209fd04305e5a012e766ef7", "sha256": "d481fe3e05cfccc06eea63df9b0f2a5f2dca6f03df887d63586a00429702b991" }, "downloads": -1, "filename": "setup-recipe-1.0.alpha2.tar.gz", "has_sig": false, "md5_digest": "faef0f5b0209fd04305e5a012e766ef7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2657, "upload_time": "2012-10-16T09:05:25", "url": "https://files.pythonhosted.org/packages/d8/e2/c7fcbb95cd3a6790bc90edd0015958b3f113ca6fec53fce1e17004b87957/setup-recipe-1.0.alpha2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "faef0f5b0209fd04305e5a012e766ef7", "sha256": "d481fe3e05cfccc06eea63df9b0f2a5f2dca6f03df887d63586a00429702b991" }, "downloads": -1, "filename": "setup-recipe-1.0.alpha2.tar.gz", "has_sig": false, "md5_digest": "faef0f5b0209fd04305e5a012e766ef7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2657, "upload_time": "2012-10-16T09:05:25", "url": "https://files.pythonhosted.org/packages/d8/e2/c7fcbb95cd3a6790bc90edd0015958b3f113ca6fec53fce1e17004b87957/setup-recipe-1.0.alpha2.tar.gz" } ] }