{ "info": { "author": "Oliver Tonnhofer", "author_email": "olt@omniscale.de", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "License :: OSI Approved :: MIT License", "Programming Language :: Python" ], "description": "SysEggs\n=======\n\nThis buildout recipe allows you to reuse system wide eggs in your buildout.\nIf SysEggs finds the requested eggs in you pythons site-packages directory\n(or PYTHONPATH) it will create a ``.egg-link`` to it. Other packages that\nrequire these eggs will not fetch them. \n\nIf force-sysegg is set to any value, the buildout will stop when any required\nsysegg is not installed.\n\n\nExample\n-------\nIf you have an application that depends on the python image library (PIL) and\nyou want to use the library that is already installed (e.g. with apt-get on Debian),\nyou can use a buildout.cfg like this::\n\n [buildout]\n\n parts =\n sysegg\n otherpart\n\n [sysegg]\n recipe = osc.recipe.sysegg\n force-sysegg = \n eggs =\n PIL\n \n [otherpart]\n recipe = zc.recipe.egg\n egg = egg_that_depends_on_PIL\n\nYou should list sysegg before all other parts.\n\nChangelog\n~~~~~~~~~\n0.1.2 (2010-03-25)\n * accept eggs definition to start with a blank line\n * add force-sysegg option. if set to any value, abort if\n any required egg is not installed\n\n0.1.1 (2009-05-20)\n * use logging\n * fixed type in example\n\n0.1 (2009-05-20)\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": "UNKNOWN", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "osc.recipe.sysegg", "package_url": "https://pypi.org/project/osc.recipe.sysegg/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/osc.recipe.sysegg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/osc.recipe.sysegg/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "zc buildout recipe to reuse eggs from python site-packages.", "version": "0.1.2" }, "last_serial": 795859, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7d23f9c213530425bfbc327269c636ec", "sha256": "70072bce50582ef9444bf1d08e87ecef04eea8d91f6b8ef1c28fc57d969122c4" }, "downloads": -1, "filename": "osc.recipe.sysegg-0.1.tar.gz", "has_sig": false, "md5_digest": "7d23f9c213530425bfbc327269c636ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2219, "upload_time": "2009-05-20T13:14:49", "url": "https://files.pythonhosted.org/packages/40/d4/be9d39fef5226a064cd08870f9142f886e4a8958773776db7daf5a5033b2/osc.recipe.sysegg-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "095c40224b058c9763c11bfebea5c755", "sha256": "d136c37ca6ca9c04650e359153946370a9405ee6c8fff35240006529e1e8adc9" }, "downloads": -1, "filename": "osc.recipe.sysegg-0.1.1.tar.gz", "has_sig": false, "md5_digest": "095c40224b058c9763c11bfebea5c755", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2452, "upload_time": "2009-05-20T13:48:09", "url": "https://files.pythonhosted.org/packages/a2/90/76340f1725a64a5cd9ffb2476c922de008fa4884e33d89099f304c725312/osc.recipe.sysegg-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "994d274ab426ca7523bb7562b6526340", "sha256": "aadfd50f1aa0918d2fb6b8a8683295d6261d3ce9a686df28f6b1049306b37adc" }, "downloads": -1, "filename": "osc.recipe.sysegg-0.1.2.tar.gz", "has_sig": false, "md5_digest": "994d274ab426ca7523bb7562b6526340", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2693, "upload_time": "2010-03-26T09:27:22", "url": "https://files.pythonhosted.org/packages/ba/0b/636f5cc0d9c3b179f88110b036f364351b0fccd7e7742225897d05bcbd16/osc.recipe.sysegg-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "994d274ab426ca7523bb7562b6526340", "sha256": "aadfd50f1aa0918d2fb6b8a8683295d6261d3ce9a686df28f6b1049306b37adc" }, "downloads": -1, "filename": "osc.recipe.sysegg-0.1.2.tar.gz", "has_sig": false, "md5_digest": "994d274ab426ca7523bb7562b6526340", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2693, "upload_time": "2010-03-26T09:27:22", "url": "https://files.pythonhosted.org/packages/ba/0b/636f5cc0d9c3b179f88110b036f364351b0fccd7e7742225897d05bcbd16/osc.recipe.sysegg-0.1.2.tar.gz" } ] }