forked from poise/python
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
Latest commit
19 lines (16 loc) · 774 Bytes
/
Copy pathmetadata.rb
File metadata and controls
19 lines (16 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name"python"
maintainer"Opscode, Inc."
maintainer_email"cookbooks@opscode.com"
license"Apache 2.0"
description"Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments."
version"1.3.7"
depends"build-essential"
depends"yum"
recipe"python","Installs python, pip, and virtualenv"
recipe"python::package","Installs python using packages."
recipe"python::source","Installs python from source."
recipe"python::pip","Installs pip from source."
recipe"python::virtualenv","Installs virtualenv using the python_pip resource."
%w{debianubuntucentosredhatfedorafreebsdsmartos}.eachdo |os|
supportsos
end