{ "info": { "author": "Serge Renfer", "author_email": "serge.renfer@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. 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://pypi.python.org/pypi\n- Questions and comments to somemailing_list\n- Report bugs at http://bug.somewhere.com/..\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\noption\n Description for ``option``...\n Option is here to identify which option will be the concatenated\n\ntarget\n Description for ``target``...\n Target is the target part that will receive the concatenated option from different parts\n\nparts\n Description for ``parts``...\n Part is the list of different parts from which the option will be concatenated \n\n\nExample usage\n=============\n\n.. Note to recipe author!\n ----------------------\n zc.buildout provides a nice testing environment which makes it\n relatively easy to write doctests that both demonstrate the use of\n the recipe and test it.\n You can find examples of recipe doctests from the PyPI, e.g.\n \n http://pypi.python.org/pypi/zc.recipe.egg\n\n The PyPI page for zc.buildout contains documentation about the test\n environment.\n\n http://pypi.python.org/pypi/zc.buildout#testing-support\n\n Below is a skeleton doctest that you can start with when building\n your own tests.\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 = my.macro.concat\n ... option = %(foo)s\n ... target = %(bar)s\n ... parts = test2\n ... test3\n ... [test2]\n ... myconfig = be smart\n ... [test3]\n ... myconfig = dont worry\n ... [test4]\n ... myconfig =\n ... \"\"\" % { 'foo' : 'myconfig', 'bar' : 'test4'})\n\nRunning the buildout gives us::\n\n >>> print 'start', system(buildout) \n start...\n Installing test1.\n \n\n\n\nContributors\n************\n\nSerge Renfer, Author\n\n\nChange history\n**************\n\n0.6.4 (2009-04-11)\n----------------\nadded CONTRIBUTORS.txt and CHANGES.txt in SOURCES.txt\n\n0.6.3 (2009-04-11)\n----------------\nadded my/macro/concat/README.txt in SOURCES.txt\n\n0.6.2 (2009-04-11)\n----------------\ninstall correct testing\n\n0.1 (xxxx-xx-xx)\n----------------\n\n- Created recipe with ZopeSkel\n [Serge Renfer]\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": "UNKNOWN", "keywords": "buildout macro", "license": "ZPL", "maintainer": null, "maintainer_email": null, "name": "my.macro.concat", "package_url": "https://pypi.org/project/my.macro.concat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/my.macro.concat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/my.macro.concat/0.6.4dev/", "requires_dist": null, "requires_python": null, "summary": "Concatenate an option on a target part from several other parts", "version": "0.6.4dev" }, "last_serial": 795120, "releases": { "0.1dev": [ { "comment_text": "", "digests": { "md5": "c3d6d7592258f8e234815c222d0aa926", "sha256": "70e8d407c4344673dd5a65b69e3de0e4d3b151981948674266caf22ca6c40cdf" }, "downloads": -1, "filename": "my.macro.concat-0.1dev.tar.gz", "has_sig": false, "md5_digest": "c3d6d7592258f8e234815c222d0aa926", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4002, "upload_time": "2009-04-07T17:24:58", "url": "https://files.pythonhosted.org/packages/6e/ef/fc34152d688a0766adf3a57482b187843b4ddb9d7baea937afa6c3326541/my.macro.concat-0.1dev.tar.gz" } ], "0.2dev": [ { "comment_text": "", "digests": { "md5": "53f14942fe8cdbfd1b28979477e0a379", "sha256": "91f2d2a90dc6ad953a0a90a2d33be80e834a7590f0c9ee8a0fa11de2dc335795" }, "downloads": -1, "filename": "my.macro.concat-0.2dev.tar.gz", "has_sig": false, "md5_digest": "53f14942fe8cdbfd1b28979477e0a379", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3999, "upload_time": "2009-04-07T20:05:47", "url": "https://files.pythonhosted.org/packages/b2/c1/55311aaf455adf50c0ff406344e0e174ba235842e8167514308c419f01ed/my.macro.concat-0.2dev.tar.gz" } ], "0.3dev": [ { "comment_text": "", "digests": { "md5": "35e2d960dc6598d5e02643615e213e56", "sha256": "b00755ac7c745d262ab5bd7e0facca09dcbbbc01d938e400e31adff705a252e0" }, "downloads": -1, "filename": "my.macro.concat-0.3dev.tar.gz", "has_sig": false, "md5_digest": "35e2d960dc6598d5e02643615e213e56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4001, "upload_time": "2009-04-07T20:07:26", "url": "https://files.pythonhosted.org/packages/71/51/ac9650137d4ea777a634ea5081b5efdd407cbc65a240b449b7e42f54f3ce/my.macro.concat-0.3dev.tar.gz" } ], "0.4dev": [ { "comment_text": "", "digests": { "md5": "4a15d5cf5e67e08059b20729c9fb8458", "sha256": "d8848d91873c4f4820f3c9278844b0b1f465affeb0c77d40fbdd4e3e048d81a2" }, "downloads": -1, "filename": "my.macro.concat-0.4dev.tar.gz", "has_sig": false, "md5_digest": "4a15d5cf5e67e08059b20729c9fb8458", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4069, "upload_time": "2009-04-07T21:14:09", "url": "https://files.pythonhosted.org/packages/d6/4e/7f2d45574840b5653a407e85063d54974c6b2de77a125d7710d5cb503ac4/my.macro.concat-0.4dev.tar.gz" } ], "0.5dev": [ { "comment_text": "", "digests": { "md5": "0e463ad0da76c721c69ef947a84fe8ab", "sha256": "13943c89121bb016e7c32806fa0a118cbb93341f42ad8fbeccfa681126e26d9b" }, "downloads": -1, "filename": "my.macro.concat-0.5dev.tar.gz", "has_sig": false, "md5_digest": "0e463ad0da76c721c69ef947a84fe8ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4055, "upload_time": "2009-04-07T21:24:11", "url": "https://files.pythonhosted.org/packages/91/66/54ae1d14bcef8907407d8a54adcf21cbbee86af6cef573cc4cb1b357c3b7/my.macro.concat-0.5dev.tar.gz" } ], "0.6.1dev": [ { "comment_text": "", "digests": { "md5": "ce7bbd1b13234d2d53b90c6d4dfe90ba", "sha256": "b1b3ef65f94131bc810457c42904233fe8b83fa03eb63ded2a175ea7931b8ad4" }, "downloads": -1, "filename": "my.macro.concat-0.6.1dev.tar.gz", "has_sig": false, "md5_digest": "ce7bbd1b13234d2d53b90c6d4dfe90ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4006, "upload_time": "2009-04-08T13:49:50", "url": "https://files.pythonhosted.org/packages/f3/df/a1062e907ef5de8cde9661ba3a92cb452752d7b14fb0b3f137f4fd4d9e1a/my.macro.concat-0.6.1dev.tar.gz" } ], "0.6.2dev": [ { "comment_text": "", "digests": { "md5": "126fadecf4b73f08c2e80a46c0a13d01", "sha256": "0540c4eea5df5fd0ac645a34aa0f3d76e55c3fb522b0d91b210daecc7a8403fd" }, "downloads": -1, "filename": "my.macro.concat-0.6.2dev.tar.gz", "has_sig": false, "md5_digest": "126fadecf4b73f08c2e80a46c0a13d01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4170, "upload_time": "2009-04-11T11:37:29", "url": "https://files.pythonhosted.org/packages/4e/18/543c1d3a367363a608948e9fc1420279b2fab54ffd8d138aff3d06e5f679/my.macro.concat-0.6.2dev.tar.gz" } ], "0.6.3dev": [ { "comment_text": "", "digests": { "md5": "3fc229b5a2df809710c2bcb6f80a7bf6", "sha256": "6fc49feb4abe913af9c8e3de6c05dd7dfdbb57c88be832328f54262c5957d76a" }, "downloads": -1, "filename": "my.macro.concat-0.6.3dev.tar.gz", "has_sig": false, "md5_digest": "3fc229b5a2df809710c2bcb6f80a7bf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4435, "upload_time": "2009-04-11T13:25:58", "url": "https://files.pythonhosted.org/packages/39/6f/da50d2e45858198d3528e18e2ca53d852a5533b64c37914c7c084cbf1bbc/my.macro.concat-0.6.3dev.tar.gz" } ], "0.6.4dev": [ { "comment_text": "", "digests": { "md5": "62c567cb2b367c9ed83c08f138cb0cb9", "sha256": "0d3a9838b92d0f9c60129cf2eb7081243e5f3428884676f11ca0e5e39aca55e9" }, "downloads": -1, "filename": "my.macro.concat-0.6.4dev.tar.gz", "has_sig": false, "md5_digest": "62c567cb2b367c9ed83c08f138cb0cb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4539, "upload_time": "2009-04-11T13:29:29", "url": "https://files.pythonhosted.org/packages/91/af/eca1f8ebed0f765f21dd3208cd52821178567a1db60aa279078d13f85285/my.macro.concat-0.6.4dev.tar.gz" } ], "0.6dev": [ { "comment_text": "", "digests": { "md5": "a8808670b0c972d87ae69308d5e0759c", "sha256": "71845b4a22baaf9526d821c231599f5b7688653327dff29f0d62acb5bfa3f1d0" }, "downloads": -1, "filename": "my.macro.concat-0.6dev.tar.gz", "has_sig": false, "md5_digest": "a8808670b0c972d87ae69308d5e0759c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4010, "upload_time": "2009-04-08T13:14:16", "url": "https://files.pythonhosted.org/packages/67/f6/b1ffc895048ae872cf6627ac27cd7eca5b2dae77f56652d9818998511175/my.macro.concat-0.6dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "62c567cb2b367c9ed83c08f138cb0cb9", "sha256": "0d3a9838b92d0f9c60129cf2eb7081243e5f3428884676f11ca0e5e39aca55e9" }, "downloads": -1, "filename": "my.macro.concat-0.6.4dev.tar.gz", "has_sig": false, "md5_digest": "62c567cb2b367c9ed83c08f138cb0cb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4539, "upload_time": "2009-04-11T13:29:29", "url": "https://files.pythonhosted.org/packages/91/af/eca1f8ebed0f765f21dd3208cd52821178567a1db60aa279078d13f85285/my.macro.concat-0.6.4dev.tar.gz" } ] }