{ "info": { "author": "Gael Pasgrimaud", "author_email": "gael@gawel.org", "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": "This package is a `zc.buildout `_\nrecipe which allow to install python packages using `pip\n`_\n\n\n.. contents::\n\n.. Note to recipe author!\n ---------------------\n Update the following URLs to point to your:\n \n - code repository\n - bug tracker \n - questions/comments feedback mail \n (do not set a real mail, to avoid spams)\n\n Or remove it if not used.\n\n- Code repository: http://www.bitbucket.org/gawel/gprecipepip/\n- Report bugs at http://www.bitbucket.org/gawel/gprecipepip/issues/\n\n\nDetailed Documentation\n**********************\n\nSupported options\n=================\n\nThe recipe supports the following options:\n\n.. Note to recipe author!\n ----------------------\n For each option the recipe uses you shoud include a description\n about the purpose of the option, the format and semantics of the\n values it accepts, whether it is mandatory or optional and what the\n default value is if it is omitted.\n\nvirtualenv\n\n Virtualenv directory. The virtualenv is build in this directory (Default to\n `parts/pip`). You can also use an existing one. If a `virtualenv` option is\n found in the buildout section then this one is used except if the current\n section override it.\n\nenv\n extra environement vars used with subprocess\n\nindexes\n Extra indexes url.\n\ninstall\n A list of string passed to pip directly. A sub process is run per line.\n This allow to use `--install-option`.\n\neditables\n A list of svn url. (`svn+http://myrepo/svn/MyApp#egg=MyApp`)\n\neggs\n A list of distribution to install with buildout\n\nThis recipe is based on `zc.recipe.egg#scripts\n`_ so options used by this\nrecipe should also works.\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 = test1\n ...\n ... [test1]\n ... recipe = gp.recipe.pip\n ... install =\n ... PasteScript\n ... interpreter = python\n ... scripts =\n ... paster = paster\n ... \"\"\")\n\nRunning the buildout gives us::\n\n >>> print 'start', system(buildout) \n start...\n Installing test1.\n ...\n Generated script '/sample-buildout/bin/paster'.\n Generated interpreter '/sample-buildout/bin/python'...\n\nScripts are generated::\n\n >>> ls('bin')\n - buildout\n - paster\n - python\n\nWith the virtualenv binary as executable::\n\n >>> print 'cat', cat('bin', 'paster')\n cat .../parts/pip/bin/python\n ...\n\nComplete Example\n================\n\nHere is a config file used to install Deliverance::\n\n [buildout]\n parts = eggs\n download-cache = download\n versions = versions\n\n [versions]\n # the recipe take care of versions\n lxml=2.2alpha1\n\n [eggs]\n recipe = gp.recipe.pip\n # needed to build static libs for lxml \n env =\n STATIC_DEPS=true\n\n # packages to install with pip\n install =\n Cython\n --install-option=--static-deps lxml\n http://deliverance.openplans.org/dist/Deliverance-snapshot-latest.pybundle\n\n # packages to install with buildout\n eggs =\n pyquery\n\n # svn urls\n editables =\n svn+http://...\n\n\nContributors\n************\n\nGael Pasgrimaud\n\n\nChange history\n**************\n\n0.5.3 (2012-9-5)\n===================\n\n- Remove -E from pip options [Aaditya Sood]\n\n0.5.2 (2010-07-16)\n===================\n\n- Tagged [Gael Pasgrimaud]\n\n0.5.1 (2009-12-14)\n===================\n\n- Support CFLAGS [Rob Miller]\n\n0.5 (2009-12-8)\n=================\n\n- fix #1. bug with multi-index options. patch by Jannis Leidel.\n\n- use distribute\n\n0.4 (2008-12-8)\n==================\n\n - allow to use extra env vars\n\n - fix bug with editables\n\n - allow to share virtualenvs / build_dir between buildouts\n\n - avoid duplicated installation by buildout\n\n0.3 (2008-12-7)\n==================\n\n - Fixes: Always install a virtualenv. Split line arguments for install\n\n0.2 (2008-12-7)\n==================\n\n - Fix error when no download cache is set [Gael Pasgrimaud].\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://www.bitbucket.org/gawel/gprecipepip/", "keywords": "buildout pip", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gp.recipe.pip", "package_url": "https://pypi.org/project/gp.recipe.pip/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gp.recipe.pip/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.bitbucket.org/gawel/gprecipepip/" }, "release_url": "https://pypi.org/project/gp.recipe.pip/0.5.3/", "requires_dist": null, "requires_python": null, "summary": "zc.buildout recipe for pip", "version": "0.5.3" }, "last_serial": 754492, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a8d7d4a86310148e7f2d0f212ccc6514", "sha256": "906e1c11000fd60f79f3fae03b066829c2a47c15b2cc45077c84904a85745fbe" }, "downloads": -1, "filename": "gp.recipe.pip-0.1.tar.gz", "has_sig": false, "md5_digest": "a8d7d4a86310148e7f2d0f212ccc6514", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151840, "upload_time": "2008-12-07T18:35:28", "url": "https://files.pythonhosted.org/packages/2c/62/d03b2fccf6479651d8ee48050bc3d06060e9bb74d0b1b869b08e9cf7d990/gp.recipe.pip-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "8d14c5876c09aba33386a2d1ac2d8838", "sha256": "3aa762c81d2c7d71d5687643b0e0373bd7173c092d080c5acfcd7ec8ae867994" }, "downloads": -1, "filename": "gp.recipe.pip-0.2.tar.gz", "has_sig": false, "md5_digest": "8d14c5876c09aba33386a2d1ac2d8838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 165547, "upload_time": "2008-12-07T18:55:46", "url": "https://files.pythonhosted.org/packages/d9/14/a9e08eed01b5faff3bb1c15f7789587ed1f12d085189d374bac4344a6c89/gp.recipe.pip-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d29136b0dbed28df0eeafb520ab32120", "sha256": "e55f4554271808324aeb38eeae939dc2ac0b250dec90d71e5530814868384d9b" }, "downloads": -1, "filename": "gp.recipe.pip-0.3.tar.gz", "has_sig": false, "md5_digest": "d29136b0dbed28df0eeafb520ab32120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179092, "upload_time": "2008-12-07T22:17:46", "url": "https://files.pythonhosted.org/packages/a4/12/694b6d0619e1af01c62217397f4ca6e77d36c611921b32273b4fd261a705/gp.recipe.pip-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "5239d983dedc09d4c4f002d0eaa55a9b", "sha256": "6cfa503ed440c04be1a204f5fce8171b12af93c652d6b7c70fec1792011fd58c" }, "downloads": -1, "filename": "gp.recipe.pip-0.4.tar.gz", "has_sig": false, "md5_digest": "5239d983dedc09d4c4f002d0eaa55a9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 168136, "upload_time": "2008-12-10T21:32:05", "url": "https://files.pythonhosted.org/packages/73/0f/8bcea4d41ffc6f70bf899dca5c05005e6af16e23772e3e5722dd4d6dc1f9/gp.recipe.pip-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "09ccc8ec382985c1beff11d76ad98afb", "sha256": "7a30a5ed01832e4390bb4b56c59a320ee508f1ce71392499cbf5b507c967de2f" }, "downloads": -1, "filename": "gp.recipe.pip-0.5.tar.gz", "has_sig": false, "md5_digest": "09ccc8ec382985c1beff11d76ad98afb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68296, "upload_time": "2009-12-02T16:01:29", "url": "https://files.pythonhosted.org/packages/99/7f/851ab5b4f683398e30ba48dad731a35a89fc2da6f6bd26fac3af18b1e4c3/gp.recipe.pip-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "63aee15a1791f162e51861d93b1cd530", "sha256": "5890b23fb66ef6979ce6fbaf23200e9e31bde83f0810af0c9f2669e440328986" }, "downloads": -1, "filename": "gp.recipe.pip-0.5.1.tar.gz", "has_sig": false, "md5_digest": "63aee15a1791f162e51861d93b1cd530", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7432, "upload_time": "2009-12-14T11:09:52", "url": "https://files.pythonhosted.org/packages/67/3e/d19644b1cda5e97921b230da21fbfb33e6bfc592b2df63a1315206d36561/gp.recipe.pip-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "096da90ef870dfbeb96887f5faeb0db0", "sha256": "5fba303f7d724d63d5b2b00c6a92c8d643fdfdd807c9b6cdc723cc0cd9f86da8" }, "downloads": -1, "filename": "gp.recipe.pip-0.5.2.tar.gz", "has_sig": false, "md5_digest": "096da90ef870dfbeb96887f5faeb0db0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7164, "upload_time": "2010-07-16T16:52:51", "url": "https://files.pythonhosted.org/packages/61/48/a090b4a461fd4758a337e913cd4a091f942792fcdd1bb1a5ac066f696941/gp.recipe.pip-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "422785bdc595398cb4caf824a4f80b47", "sha256": "f19258db6f24344e334159be7d4ed30f6378a398628e1f7f3c1e486b53ae4474" }, "downloads": -1, "filename": "gp.recipe.pip-0.5.3.tar.gz", "has_sig": false, "md5_digest": "422785bdc595398cb4caf824a4f80b47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7412, "upload_time": "2012-09-25T15:32:24", "url": "https://files.pythonhosted.org/packages/02/b9/67671f8f072dc72982a302790f36cb5cd96f120f2da5175b27df5946ac8f/gp.recipe.pip-0.5.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "422785bdc595398cb4caf824a4f80b47", "sha256": "f19258db6f24344e334159be7d4ed30f6378a398628e1f7f3c1e486b53ae4474" }, "downloads": -1, "filename": "gp.recipe.pip-0.5.3.tar.gz", "has_sig": false, "md5_digest": "422785bdc595398cb4caf824a4f80b47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7412, "upload_time": "2012-09-25T15:32:24", "url": "https://files.pythonhosted.org/packages/02/b9/67671f8f072dc72982a302790f36cb5cd96f120f2da5175b27df5946ac8f/gp.recipe.pip-0.5.3.tar.gz" } ] }