{ "info": { "author": "Yusuke Tsutsumi", "author_email": "yusuke@yusuketsutsumi.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "# yt.recipe.relativeworkaround\n\nThis is a buildout recipe that will fix an annoying with buildout: when the\nrelative-paths options is turned on, it will still use the absolute path when referencing\nthe buildout root:\n\n # buildout.cfg\n [buildout]\n relative-paths = true\n\n [scripts]\n recipe = z3c.recipe.scripts:scripts\n eggs =\n fabric\n interpreter = python\n\n\nThe result is absloute paths still added in various places:\n\n $ cat parts/scripts/site.py | grep `pwd`\n '/Users/yusuket/stash/TOOL/shipit'\n\n\nRun this recipe at the end of your build, and it will do it's best to\ncorrect them to the proper values.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/toumorokoshi/yt.recipe.shell", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "yt.recipe.relativeworkaround", "package_url": "https://pypi.org/project/yt.recipe.relativeworkaround/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yt.recipe.relativeworkaround/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/toumorokoshi/yt.recipe.shell" }, "release_url": "https://pypi.org/project/yt.recipe.relativeworkaround/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A buildout recipe to add in shell commands", "version": "0.0.2" }, "last_serial": 1416424, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fc71f27224f21de666c8ef9f435af6dc", "sha256": "6aeff67ca0f681506d20edc053b29aa789752fa10b45f52020a48ed277a5500d" }, "downloads": -1, "filename": "yt.recipe.relativeworkaround-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fc71f27224f21de666c8ef9f435af6dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2390, "upload_time": "2015-02-09T16:41:39", "url": "https://files.pythonhosted.org/packages/c0/77/60df6c179c2c2590def3f32155b8ba32ce25608b5cf617ae5a897773d3fd/yt.recipe.relativeworkaround-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "88fc8ebf1570bbb441567c1dd35393c0", "sha256": "500fdbf0bcca48358fd918d228bae11f3c02a6aa6d25189433f6ae6c82bb2c8c" }, "downloads": -1, "filename": "yt.recipe.relativeworkaround-0.0.2.tar.gz", "has_sig": false, "md5_digest": "88fc8ebf1570bbb441567c1dd35393c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2395, "upload_time": "2015-02-09T16:43:14", "url": "https://files.pythonhosted.org/packages/54/cd/4542c2e1cba3b84af358fb241f85c0ae2dcad1ee81cb194a4ca342a78dc6/yt.recipe.relativeworkaround-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88fc8ebf1570bbb441567c1dd35393c0", "sha256": "500fdbf0bcca48358fd918d228bae11f3c02a6aa6d25189433f6ae6c82bb2c8c" }, "downloads": -1, "filename": "yt.recipe.relativeworkaround-0.0.2.tar.gz", "has_sig": false, "md5_digest": "88fc8ebf1570bbb441567c1dd35393c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2395, "upload_time": "2015-02-09T16:43:14", "url": "https://files.pythonhosted.org/packages/54/cd/4542c2e1cba3b84af358fb241f85c0ae2dcad1ee81cb194a4ca342a78dc6/yt.recipe.relativeworkaround-0.0.2.tar.gz" } ] }