forked from poise/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
59 lines (58 loc) · 1.48 KB
/
metadata.json
File metadata and controls
59 lines (58 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "python",
"description": "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments.",
"long_description": "",
"maintainer": "Opscode, Inc.",
"maintainer_email": "[email protected]",
"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": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
"python/version": {
"display_name": "Python version to install",
"description": "The version of Python to install. Make sure this is correct",
"required": "recommended",
"default": "2.7.3",
"recipes": [
"python::default",
"python::package",
"python::source"
],
"choice": [
],
"calculated": false,
"type": "string"
}
},
"groupings": {
},
"recipes": {
"python::default": "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.3.7"
}