{ "info": { "author": "Rob Miller", "author_email": "rob@kalistra.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "rjm.recipe.venv\n===============\n\nThis is a simple zc.buildout recipe that will use the virtualenv\npackage to turn the buildout root into a sandboxed virtual python\nenvironment. It is especially useful in conjunction with\ngp.recipe.pip, which can then be used to install python packages into\nthe virtualenv that has been created.\n\n\nSupported Options\n=================\n\nvenv_options:\n\n Extra options that will be used when the virtualenv command is\n invoked. These should match exactly what would be used on a\n command line.\n\ndistutils_urls:\n\n This option can be set to a list of URLs, each of which should\n point to an archive (tarball, zip, etc.) of a python package which\n supports simple distutils installation (i.e. 'python setup.py\n install'). Each of these packages will be installed into the\n virtualenv sandbox. This is useful for installing certain older\n packages that do not work with pip, such as egenix-mx-base.\n\n\nExample Usage\n=============\n\nThis is a very simple buildout file that creates a virtualenv with no\nsite packages and using distribute. It then installs egenix-mx-base\nusing distutils, and the latest version of Pylons and all of its\ndependencies using pip::\n\n [buildout]\n parts =\n venv\n pip\n\n [venv]\n recipe = rjm.recipe.venv\n venv_options = --no-site-packages --with-distribute\n distutils_urls =\n http://downloads.egenix.com/python/egenix-mx-base-3.1.2.tar.gz\n\n [pip]\n recipe = gp.recipe.pip\n virtualenv = ${buildout:directory}\n install = pylons", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.bitbucket.org/rafrombrc/rjm.recipe.venv", "keywords": "buildout virtualenv", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "rjm.recipe.venv", "package_url": "https://pypi.org/project/rjm.recipe.venv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rjm.recipe.venv/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.bitbucket.org/rafrombrc/rjm.recipe.venv" }, "release_url": "https://pypi.org/project/rjm.recipe.venv/0.8/", "requires_dist": null, "requires_python": null, "summary": "zc.buildout recipe to turn the entire buildout tree into a virtualenv", "version": "0.8" }, "last_serial": 798980, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "864fb8b733c383503faf752cde47954f", "sha256": "4f27b0cd77ae699dbeddf46427a8c496c0c0d9e209dd1aec2b7e102c47f9de18" }, "downloads": -1, "filename": "rjm.recipe.venv-0.5.tar.gz", "has_sig": false, "md5_digest": "864fb8b733c383503faf752cde47954f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3153, "upload_time": "2010-02-03T02:40:15", "url": "https://files.pythonhosted.org/packages/3b/60/042742edaac0d20f55a06e961f8cb4a082e47c6d5b352f87373569bf919e/rjm.recipe.venv-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "a1ee0bfff7b44450eda31751ebc32c48", "sha256": "210b1fcab2267cbce3c15405cb773878c7da9b600cb2aed3d6054e34d966495d" }, "downloads": -1, "filename": "rjm.recipe.venv-0.6.tar.gz", "has_sig": false, "md5_digest": "a1ee0bfff7b44450eda31751ebc32c48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3982, "upload_time": "2010-02-03T04:06:55", "url": "https://files.pythonhosted.org/packages/41/ed/b2ffd4fe4e530a73b1ab96000a0b08beacf8523b29df2cf723e73698a476/rjm.recipe.venv-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "71ba22cf7ea0f9b59fc81bc2d6f7415e", "sha256": "d4706a74eda1f6d375cf136bed314713da14d6f017aa17c96931d7a3cfe9df0f" }, "downloads": -1, "filename": "rjm.recipe.venv-0.7.tar.gz", "has_sig": false, "md5_digest": "71ba22cf7ea0f9b59fc81bc2d6f7415e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3945, "upload_time": "2010-02-27T09:42:46", "url": "https://files.pythonhosted.org/packages/74/14/6626738a0aa67e23d57ccf205e373fcccbc091c65f231e3b84c5d300dce7/rjm.recipe.venv-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "b1ca870e1c207526d4ef823a262d75ad", "sha256": "251cfc704bcf75bc1c471ed7207762bda70e1024acd538198e0a428a17eb0433" }, "downloads": -1, "filename": "rjm.recipe.venv-0.8.tar.gz", "has_sig": false, "md5_digest": "b1ca870e1c207526d4ef823a262d75ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4186, "upload_time": "2010-03-21T01:40:22", "url": "https://files.pythonhosted.org/packages/6a/b9/4e5b8b52f70b41d8776985a080949014015bfa150c5fdd1676095ebdca3e/rjm.recipe.venv-0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1ca870e1c207526d4ef823a262d75ad", "sha256": "251cfc704bcf75bc1c471ed7207762bda70e1024acd538198e0a428a17eb0433" }, "downloads": -1, "filename": "rjm.recipe.venv-0.8.tar.gz", "has_sig": false, "md5_digest": "b1ca870e1c207526d4ef823a262d75ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4186, "upload_time": "2010-03-21T01:40:22", "url": "https://files.pythonhosted.org/packages/6a/b9/4e5b8b52f70b41d8776985a080949014015bfa150c5fdd1676095ebdca3e/rjm.recipe.venv-0.8.tar.gz" } ] }