{ "info": { "author": "Filip Noetzel", "author_email": "filip+pypi@j03.de", "bugtrack_url": null, "classifiers": [], "description": ":Author: `Filip Noetzel `__\n:Web: http://github.com/peritus/buildout-md5sums/\n:Git: ``git clone git://github.com/peritus/buildout-md5sums.git`` (`browse source `__)\n:Download: `Downloads page on GitHub `__\n\nSimple usage\n++++++++++++\n\nUse a buildout.cfg like this and the md5sum for the download-python target will be checked::\n\n [buildout]\n extensions = buildout-md5sums\n md5sums =\n http://python.org/ftp/python/2.6.6/Python-2.6.6.tar.bz2 = 376df294ae16e9601da989f8c4d8d432\n http://python.org/ftp/python/2.7/Python-2.7.tar.bz2 = 0e8c9ec32abf5b732bea7d91b38c3339\n parts = download-python\n\n [versions]\n python = 2.6.6\n\n [download-python]\n recipe = hexagonit.recipe.download\n url = http://python.org/ftp/python/${versions:python}/Python-${versions:python}.tar.bz2\n\nUsing this setup, you can switch the downloaded version of python on the\ncommand line while keeping the cryptographic checking alive::\n\n $ ./bin/buildout versions:python=2.7 install download-python\n\nDisallowing downloads without md5sums\n+++++++++++++++++++++++++++++++++++++\n\nIf your buildout.cfg like this, the extension will make the buildout fail if\nthere is a download using zc.buildout.download without a md5sum specified::\n\n [buildout]\n extensions = buildout-md5sums\n allow-picked-downloads = false", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.python.org/pypi/buildout-md5sums", "keywords": null, "license": "Beerware", "maintainer": null, "maintainer_email": null, "name": "buildout-md5sums", "package_url": "https://pypi.org/project/buildout-md5sums/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/buildout-md5sums/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.python.org/pypi/buildout-md5sums" }, "release_url": "https://pypi.org/project/buildout-md5sums/0.1/", "requires_dist": null, "requires_python": null, "summary": "A zc.builout extension that allows you to specify and enforce md5 checksums for all downloads", "version": "0.1" }, "last_serial": 755521, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fa376420d9659c62dd5d4088f6ba4e6c", "sha256": "d9cf9f8ee90c7efb2f3c552e4616427db313a61fa5f08cfead5bf305f501f9c9" }, "downloads": -1, "filename": "buildout-md5sums-0.1.tar.gz", "has_sig": false, "md5_digest": "fa376420d9659c62dd5d4088f6ba4e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4006, "upload_time": "2010-09-07T10:21:04", "url": "https://files.pythonhosted.org/packages/c1/33/270dfef28e480bfae0cf1bbd2a8afd7d45faab2044dcb4afd1c5cbaabcb2/buildout-md5sums-0.1.tar.gz" } ], "0.1.a1": [ { "comment_text": "", "digests": { "md5": "44aff2bc610d65490b34276eeb013235", "sha256": "4749d29417c5373a5af6cd8973851d16fc1386597cda353f8e59d8849ccbcff4" }, "downloads": -1, "filename": "buildout-md5sums-0.1.a1.tar.gz", "has_sig": false, "md5_digest": "44aff2bc610d65490b34276eeb013235", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840, "upload_time": "2010-08-30T20:48:36", "url": "https://files.pythonhosted.org/packages/f3/ad/5ac873e022e191950e90c6f456baa331ac3b2d3c95275f1b8d72ea3e6cb4/buildout-md5sums-0.1.a1.tar.gz" } ], "0.1.dev1": [], "0.1a2": [ { "comment_text": "", "digests": { "md5": "5e8754f2f775ca59f62fc7659c84b972", "sha256": "a28922ba06eefb1c411390f2b305844b88996a58a0af30832c34dbf732e02806" }, "downloads": -1, "filename": "buildout-md5sums-0.1a2.tar.gz", "has_sig": false, "md5_digest": "5e8754f2f775ca59f62fc7659c84b972", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4008, "upload_time": "2010-08-31T22:37:58", "url": "https://files.pythonhosted.org/packages/30/53/81f034fb69a43bfe4e7878a8ffe6706f0e3db899c706b9944cdf383091ad/buildout-md5sums-0.1a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa376420d9659c62dd5d4088f6ba4e6c", "sha256": "d9cf9f8ee90c7efb2f3c552e4616427db313a61fa5f08cfead5bf305f501f9c9" }, "downloads": -1, "filename": "buildout-md5sums-0.1.tar.gz", "has_sig": false, "md5_digest": "fa376420d9659c62dd5d4088f6ba4e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4006, "upload_time": "2010-09-07T10:21:04", "url": "https://files.pythonhosted.org/packages/c1/33/270dfef28e480bfae0cf1bbd2a8afd7d45faab2044dcb4afd1c5cbaabcb2/buildout-md5sums-0.1.tar.gz" } ] }