Weidong Shao 486c596323 Replace cookbooks for IceHouse release
Change-Id: Ibb6bdd3ed7795b86f773f9cb6ce1dfffb9b79faf
2014-08-07 08:36:02 +00:00

43 lines
1.1 KiB
JSON

{
"name": "python",
"description": "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments.",
"long_description": "",
"maintainer": "Noah Kantrowitz",
"maintainer_email": "noah@coderanger.net",
"license": "Apache 2.0",
"platforms": {
"debian": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"centos": ">= 0.0.0",
"redhat": ">= 0.0.0",
"fedora": ">= 0.0.0",
"freebsd": ">= 0.0.0",
"smartos": ">= 0.0.0"
},
"dependencies": {
"build-essential": ">= 0.0.0",
"yum-epel": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"python": "Installs python, pip, and virtualenv",
"python::package": "Installs python using packages.",
"python::source": "Installs python from source.",
"python::pip": "Installs pip from source.",
"python::virtualenv": "Installs virtualenv using the python_pip resource."
},
"version": "1.4.6"
}