{ "info": { "author": "Shane Hathaway", "author_email": "shane@hathawaymix.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "collective.recipe.lasso\n=======================\n\nThis is a buildout recipe for installing lasso_, a C library for single\nsign-on, with Python bindings, in a buildout environment. Lasso supports\nSAML 2.0, along with other single sign-on methods.\n\n.. _lasso: http://lasso.entrouvert.org/\n\nHere is an example of how to use this recipe. The example includes\nrecipes for building the libxml2, libxslt, and xmlsec dependencies::\n\n [buildout]\n parts =\n libxml2\n libxslt\n xmlsec\n lasso\n\n [libxml2]\n recipe = zc.recipe.cmmi\n url = ftp://xmlsoft.org/XSLT/libxml2-2.7.6.tar.gz\n md5sum = 7740a8ec23878a2f50120e1faa2730f2\n extra_options = --without-python\n\n [libxslt]\n recipe = zc.recipe.cmmi\n url = ftp://xmlsoft.org/XSLT/libxslt-1.1.26.tar.gz\n md5sum = e61d0364a30146aaa3001296f853b2b9\n extra_options = --with-libxml-prefix=${libxml2:location}\n --without-python\n\n [xmlsec]\n recipe = zc.recipe.cmmi\n url = http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.13.tar.gz\n md5sum = f8eb1ac14917f47bc35c265c9d76aaab\n # --disable-crypto-dl causes xmlsec to use standard library\n # resolution mechanisms rather than its own fragile method.\n extra_options = --with-libxml=${libxml2:location}\n --with-libxslt=${libxslt:location}\n --disable-crypto-dl\n\n [lasso]\n recipe = collective.recipe.lasso\n # see http://labs.libre-entreprise.org/frs/?group_id=31\n url = http://labs.libre-entreprise.org/frs/download.php/673/lasso-2.2.1.tar.gz\n md5sum = 6548bdb9e334ec075014e68d954948dd\n extra_options =\n --with-python=${buildout:executable}\n --with-pkg-config=${libxml2:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig:${xmlsec:location}/lib/pkgconfig\n --disable-java\n --disable-php4\n --disable-php5\n --disable-perl\n --disable-gtk-doc\n\nThis recipe is derived from ``zc.recipe.cmmi``. In addition to what\n``zc.recipe.cmmi`` does, this recipe installs the Lasso Python binding\nas a fake egg.\n\n\nCHANGES\n=======\n\n0.1 (2009-10-31)\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": "http://shane.willowrise.com", "keywords": "buildout recipe lasso sso saml", "license": "ZPL", "maintainer": null, "maintainer_email": null, "name": "collective.recipe.lasso", "package_url": "https://pypi.org/project/collective.recipe.lasso/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.recipe.lasso/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://shane.willowrise.com" }, "release_url": "https://pypi.org/project/collective.recipe.lasso/0.1/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe to install Lasso (SSO library)", "version": "0.1" }, "last_serial": 788139, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6481d9d5b249b48f46fa637e85b7b563", "sha256": "a4efdca26c93e2e07a4c6912090d67c34caf84e9e2009a9feef31d3eada364e2" }, "downloads": -1, "filename": "collective.recipe.lasso-0.1.tar.gz", "has_sig": false, "md5_digest": "6481d9d5b249b48f46fa637e85b7b563", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3314, "upload_time": "2009-10-31T19:45:19", "url": "https://files.pythonhosted.org/packages/48/10/a12fc7e21923f4be2d33e0960a2c1c0ac12390c028fbcc704bcd90572e68/collective.recipe.lasso-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6481d9d5b249b48f46fa637e85b7b563", "sha256": "a4efdca26c93e2e07a4c6912090d67c34caf84e9e2009a9feef31d3eada364e2" }, "downloads": -1, "filename": "collective.recipe.lasso-0.1.tar.gz", "has_sig": false, "md5_digest": "6481d9d5b249b48f46fa637e85b7b563", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3314, "upload_time": "2009-10-31T19:45:19", "url": "https://files.pythonhosted.org/packages/48/10/a12fc7e21923f4be2d33e0960a2c1c0ac12390c028fbcc704bcd90572e68/collective.recipe.lasso-0.1.tar.gz" } ] }