{ "info": { "author": "Michael Mulich", "author_email": "michael.mulich@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "Intended Audience :: Developers", "Programming Language :: Python" ], "description": "buildout.autoextras\n===================\n\nBuildout (zc.buildout) extension for including setuptools extras_require\noptions for all items in a target option if the extra exists.\n\nUsage\n-----\n\nThis is a buildout extension, so simply add it to your extensions list::\n\n [buildout]\n extensions = buildout.autoextras\n\nOptions\n-------\n\nThere are two options...\n\nautoextra-keys\n A list of extra keys (e.g. test, zcml, etc.) that should be included if\n the package has the extra.\n\nautoextra-targets\n A list of targets to check for the extras. For example, a buildout part\n named ``demo`` that has an ``eggs`` option. The target in this case would\n be ``demo:eggs``. This is similar to zc.buildout's variable replace\n syntax except without the ``${}`` symbolling. \n\nTogether these options might look something like::\n\n [buildout]\n extensions = buildout.autoextras\n parts = demo\n autoextra-keys = zcml\n autoextra-targets = demo:eggs\n\n [demo]\n recipe = zc.recipe.eggs\n eggs =\n zope.testing\n zope.i18n\n\n\nChangelog\n=========\n\n.. Use the following to start a new version entry:\n\n |version| (unreleased)\n ----------------------\n\n - change message [author]\n\n1.1 (2011-10-25)\n----------------\n\n- Monkeypatching zc.buildout.easy_install.Installer's install method in order\n to post-process the distributions. Otherwise, we run into an order of\n operations problem (e.g. obtaining eggs before some eggs have been marked\n for development). [pumazi]\n\n\n1.0 (2011-10-21)\n----------------\n\n- Initial release. [pumazi]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/pumazi/buildout.autoextras", "keywords": "plone buildout", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "buildout.autoextras", "package_url": "https://pypi.org/project/buildout.autoextras/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/buildout.autoextras/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/pumazi/buildout.autoextras" }, "release_url": "https://pypi.org/project/buildout.autoextras/1.1/", "requires_dist": null, "requires_python": null, "summary": "zc.buildout extension to automatically include requirement extras", "version": "1.1" }, "last_serial": 787102, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "40cfb01470a18951d05c52fd6cdaf95c", "sha256": "e79d7159c3f41fc0728a4dc96521c51721c909384377808e8dd93d5d6c4e2279" }, "downloads": -1, "filename": "buildout.autoextras-1.0.tar.gz", "has_sig": false, "md5_digest": "40cfb01470a18951d05c52fd6cdaf95c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4884, "upload_time": "2011-10-21T07:26:36", "url": "https://files.pythonhosted.org/packages/d7/fe/ab13c9a3195b6a9808c7d67076e54f1fed326543836742876e0ee89cf4c7/buildout.autoextras-1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "741e650981518e75fdd67f93c662e204", "sha256": "d69fa62473bcdeb9be6f3774ab7164404785bbda107504bd3cc779bfa6610d63" }, "downloads": -1, "filename": "buildout.autoextras-1.0.zip", "has_sig": false, "md5_digest": "741e650981518e75fdd67f93c662e204", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9643, "upload_time": "2011-10-21T07:26:37", "url": "https://files.pythonhosted.org/packages/22/ba/3562706bbd2fac3573250ba88f09977476467bcb334bd2361218df01462f/buildout.autoextras-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "5a39c65ff1e8f710c825650660b40a4d", "sha256": "c88d2025621c458bffa8b6b7e6bf22f6ec28ee0ee3412047da23f8a84e8ffc34" }, "downloads": -1, "filename": "buildout.autoextras-1.1.tar.gz", "has_sig": false, "md5_digest": "5a39c65ff1e8f710c825650660b40a4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6224, "upload_time": "2011-10-25T22:01:32", "url": "https://files.pythonhosted.org/packages/61/93/8426b1010ae25dac839fcacf1ebb873223ce3564439cc89921056dfa35cf/buildout.autoextras-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a39c65ff1e8f710c825650660b40a4d", "sha256": "c88d2025621c458bffa8b6b7e6bf22f6ec28ee0ee3412047da23f8a84e8ffc34" }, "downloads": -1, "filename": "buildout.autoextras-1.1.tar.gz", "has_sig": false, "md5_digest": "5a39c65ff1e8f710c825650660b40a4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6224, "upload_time": "2011-10-25T22:01:32", "url": "https://files.pythonhosted.org/packages/61/93/8426b1010ae25dac839fcacf1ebb873223ce3564439cc89921056dfa35cf/buildout.autoextras-1.1.tar.gz" } ] }