{ "info": { "author": "Arnaud Fontaine", "author_email": "arnaud.fontaine@nexedi.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "License :: OSI Approved :: Zope Public License" ], "description": "A buildout extension to allow any section of 'parts' to define options\nwhich will be appended to an option of another section.\n\nExample configuration\n---------------------\n\n[buildout]\nextensions = erp5.extension.sectionextender\n\nsection-extender =\n supervisor-instance:programs supervisor-program\n\nparts =\n supervisor-instance\n test1-instance\n test3-instance\n\n[supervisor-instance]\nrecipe = collective.recipe.supervisor\n\n[test1-instance]\nrecipe = recipe.foo.bar\nsupervisor-program = 21 test1-instance test1-instance\n\n[test2-instance]\nrecipe = recipe.foo.bar2\nsupervisor-program = 22 test2-instance test2-instance\n\n[test3-instance]\nrecipe = recipe.foo.bar3\nsupervisor-program = 23 test3-instance test3-instance\n\n\nWith this configuration, 'supervisor-program' options in\n'test1-instance' and 'test3-instance' will be added to\n'${supervisor-instance:programs}', but not 'test2-instance' as it's\nnot in 'parts'.\n\nYou can specify several sections to be extended by just adding them to\n'section-extender' (one per line).\n\n0.3.1\n---\n - pep8\n\n0.3\n---\n\n - Do not assume buildout::parts to be linebreak-separated. It could be\n normalized to whitespace-separated values by some other code.\n\n0.2\n---\n\n - Improve the way to declare a section extender by having a single\n option 'section-extender' and one section per line as its values.\n Many thanks to Mustapha Benali for the review and suggestion.\n\n0.1\n---\n\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": "https://github.com/Apkawa/erp5.extension.sectionextender", "keywords": "buildout extension sections", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "erp5.extension.sectionextender", "package_url": "https://pypi.org/project/erp5.extension.sectionextender/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/erp5.extension.sectionextender/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Apkawa/erp5.extension.sectionextender" }, "release_url": "https://pypi.org/project/erp5.extension.sectionextender/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Buildout extension to extend only sections in parts", "version": "0.3.1" }, "last_serial": 791703, "releases": { "0.3.1": [ { "comment_text": "", "digests": { "md5": "342e29225ec2d01d8017963c218e3c94", "sha256": "39d5b12335dde3ced68f1c8bc8b40ea2be8f00c9ffe36e13d267b7d9ec757ab2" }, "downloads": -1, "filename": "erp5.extension.sectionextender-0.3.1.tar.gz", "has_sig": false, "md5_digest": "342e29225ec2d01d8017963c218e3c94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3254, "upload_time": "2012-01-30T17:26:31", "url": "https://files.pythonhosted.org/packages/9b/d0/f3beec4b62e19b8dd2262f1aa0b202004366792d4ca565ad25c709c01f67/erp5.extension.sectionextender-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "342e29225ec2d01d8017963c218e3c94", "sha256": "39d5b12335dde3ced68f1c8bc8b40ea2be8f00c9ffe36e13d267b7d9ec757ab2" }, "downloads": -1, "filename": "erp5.extension.sectionextender-0.3.1.tar.gz", "has_sig": false, "md5_digest": "342e29225ec2d01d8017963c218e3c94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3254, "upload_time": "2012-01-30T17:26:31", "url": "https://files.pythonhosted.org/packages/9b/d0/f3beec4b62e19b8dd2262f1aa0b202004366792d4ca565ad25c709c01f67/erp5.extension.sectionextender-0.3.1.tar.gz" } ] }